Preparing search index...
The search index is not available
Back To Index
|
@azure/storage-queue
Package version:
@azure/storage-queue
ListQueuesSegmentResponse
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
;
}
Index
Properties
continuation
Token
marker?
max
Page
Size
prefix
queue
Items?
service
Endpoint
Properties
continuation
Token
continuation
Token
:
string
Optional
marker
marker
?:
string
max
Page
Size
max
Page
Size
:
number
prefix
prefix
:
string
Optional
queue
Items
queue
Items
?:
{}
service
Endpoint
service
Endpoint
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/storage-queue
Loading...
The object returned when calling List Queues on a Queue Service.