Package | Description |
---|---|
com.microsoft.azure.storage.queue |
This package contains the storage service queue classes.
|
Modifier and Type | Method and Description |
---|---|
static QueueListingDetails |
QueueListingDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueListingDetails[] |
QueueListingDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Iterable<CloudQueue> |
CloudQueueClient.listQueues(String prefix,
QueueListingDetails detailsIncluded,
QueueRequestOptions options,
OperationContext opContext)
Returns an iterable collection of queues whose names begin with the
specified prefix for this Queue service client, using the specified
details setting, request options, and operation context.
|
ResultSegment<CloudQueue> |
CloudQueueClient.listQueuesSegmented(String prefix,
QueueListingDetails detailsIncluded,
Integer maxResults,
ResultContinuation continuationToken,
QueueRequestOptions options,
OperationContext opContext)
Gets a result segment of an iterable collection of queues whose names
begin with the specified prefix for this queue, using the specified
listing details options, request options, and operation context.
|
Copyright © 2019. All rights reserved.