@dolbyio/dolbyio-rest-apis-client - v6.3.0
    Preparing search index...

    Interface MediaAssetStorageModel

    The allowable parameters for updating the storage location of an asset when requesting clip creation.

    interface MediaAssetStorageModel {
        options?: UpdateStorageOptionsModel | null;
        profileId?: string | null;
        type?: MediaAssetStorageType | null;
    }
    Index

    Properties

    options?: UpdateStorageOptionsModel | null

    Additional options for the storage location.

    profileId?: string | null

    The id of a previously created storage profile.

    type?: MediaAssetStorageType | null

    The type of storage to use.