Package version:

Interface QueueListOptionalParams

Optional parameters.

interface QueueListOptionalParams {
    filter?: string;
    maxpagesize?: string;
}

Hierarchy

  • unknown
    • QueueListOptionalParams

Properties

filter?: string

Optional, When specified, only the queues with a name starting with the given filter will be listed.

maxpagesize?: string

Optional, a maximum number of queues that should be included in a list queue response