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

    Interface AccountGeoCascade

    Represents the settings of the geo cascading feature at the account level.

    interface AccountGeoCascade {
        clusters?: string[];
        isEnabled: boolean;
    }
    Index

    Properties

    Properties

    clusters?: string[]

    List of cluster IDs to geo cascade a publish stream to. This list cannot be empty when isEnabled is true. This list is ignored when isEnabled is set to false.

    Defaults to ["all"] if unset.

    isEnabled: boolean

    Enable or disable geo cascading.