@musallam/storage-and-collaboration-client
    Preparing search index...

    Contains the common properties for all assets in the system.


    NOTE:
    It is not intended to be used directly


    interface BaseAsset {
        ancestors?: Ancestors;
        assetId: string;
        createdBy?: string;
        createdDate?: string;
        modifiedBy?: string;
        modifiedDate?: string;
        name: string;
        path?: string;
        state?: StorageAndCollaborationClient.BaseAssetState;
    }
    Index

    Properties

    ancestors?: Ancestors
    assetId: string
    createdBy?: string

    IMS user ID of the principal who created the asset

    createdDate?: string

    Timestamp when the asset was created

    modifiedBy?: string

    IMS user ID of the principal who last modified the asset

    modifiedDate?: string

    Timestamp of the most recent update

    name: string

    Human-readable name of the asset

    path?: string

    Current state of the asset