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

    Interface ListAllStreamsSortOptions

    Represents the options to sort the response for listing all the streams.

    interface ListAllStreamsSortOptions {
        cluster?: string[];
        hasRedundant?: boolean;
        isActive?: boolean;
        isMultisource?: boolean;
        isRecordingAllowed?: boolean;
        isRestreaming?: boolean;
        isSecure?: boolean;
        searchSubstring?: string;
        sortBy: "Live";
        transcoderId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cluster?: string[]

    Filter the list of clusters.

    hasRedundant?: boolean

    Redundant streams.

    isActive?: boolean

    Active streams.

    isMultisource?: boolean

    Multi source streams.

    isRecordingAllowed?: boolean

    Recorded allowed.

    isRestreaming?: boolean

    Restreaming streams.

    isSecure?: boolean

    Secure streams.

    searchSubstring?: string

    Filter the stream names.

    sortBy: "Live"

    How to sort the response.

    transcoderId?: string

    Identifier of the transcoder.