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

    Interface ListStorageProfilesSortOptions

    Represents the options to sort the response for listing the storage profiles.

    interface ListStorageProfilesSortOptions {
        default?: boolean;
        isDescending?: boolean;
        itemsOnPage: number;
        page: number;
        sortBy: "Name";
    }

    Hierarchy

    • ListSortOptions<"Name">
      • ListStorageProfilesSortOptions
    Index

    Properties

    default?: boolean

    Set to true to get the default storage profile on your account.

    isDescending?: boolean

    Sort by descending order.

    itemsOnPage: number

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

    page: number

    Number of the page to retrieve. Minimum is 1.

    sortBy: "Name"

    How to sort the response.