@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface MediaAssetStorageModel

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

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

    Properties

    expiration?: string

    ISO 8601 date string, only used for DolbyIO storage. Sets the date to delete the asset automatically.

    Additional options for the storage location.

    profileId?: string

    The id of a previously created storage profile.

    The type of storage to use.