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

    Interface AccountMediaAssetsExpirationRules

    Represents the account distribution settings.

    interface AccountMediaAssetsExpirationRules {
        clips?: { days: number };
        recordings?: { days: number };
        timelines?: { days: number };
    }
    Index

    Properties

    clips?: { days: number }

    Account level expiration rule for clips. Expiration countdown begin upon clip creation (i.e. when Create Media Asset is invoke). If custom rule is not set, clips never expire by default and this field will be empty. Setting the expiration value on in the request body of Create Media Asset overrides the rule configured here.

    Type Declaration

    • days: number

      Number of days. Must be between 1 and 365.

    recordings?: { days: number }

    Account level expiration rule for recordings. Expiration countdown begin upon recording creation (i.e. when Create Media Asset the recording is stopped). If custom rule is not set, recordings never expire and this field will be empty.

    Type Declaration

    • days: number

      Number of days. Must be between 1 and 365.

    timelines?: { days: number }

    Account level expiration rule for timelines. If custom rule is not set, by default, timelines expire after 1 day.

    Type Declaration

    • days: number

      Number of days. Must be between 1 and 365.