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;
}

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.