Package version:

Interface ListQueuesSegmentResponse

The object returned when calling List Queues on a Queue Service.

interface ListQueuesSegmentResponse {
    continuationToken: string;
    marker?: string;
    maxPageSize: number;
    prefix: string;
    queueItems?: {};
    serviceEndpoint: string;
}

Properties

continuationToken: string
marker?: string
maxPageSize: number
prefix: string
queueItems?: {}
serviceEndpoint: string