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

    Interface ListStreamsSortOptions

    Represents the options to sort the response for listing streams.

    interface ListStreamsSortOptions {
        cluster?: string[];
        hasRedundant?: boolean;
        isActive?: boolean;
        isDescending?: boolean;
        isMultisource?: boolean;
        isRecordingAllowed?: boolean;
        isRestreaming?: boolean;
        isSecure?: boolean;
        itemsOnPage: number;
        page: number;
        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.

    isDescending?: boolean

    Sort by descending order.

    isMultisource?: boolean

    Multi source streams.

    isRecordingAllowed?: boolean

    Recorded allowed.

    isRestreaming?: boolean

    Restreaming streams.

    isSecure?: boolean

    Secure streams.

    itemsOnPage: number

    Number of items per page. Must be between 1 and 100.

    page: number

    Number of the page to retrieve. Minimum is 1.

    searchSubstring?: string

    Filter the stream names.

    sortBy: "Live"

    How to sort the response.

    transcoderId?: string

    Identifier of the transcoder.