Package | Description |
---|---|
com.microsoft.azure.storage.queue |
This package contains the storage service queue classes.
|
Modifier and Type | Method and Description |
---|---|
CloudQueue |
CloudQueueClient.getQueueReference(String queueName)
Gets a
CloudQueue object with the specified name. |
Modifier and Type | Method and Description |
---|---|
Iterable<CloudQueue> |
CloudQueueClient.listQueues()
Gets an iterable collection of queues for this queue service client.
|
Iterable<CloudQueue> |
CloudQueueClient.listQueues(String prefix)
Returns an iterable collection of queues whose names begin with the
specified prefix in this Queue service client.
|
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()
Gets a result segment of an iterable collection of queues for this Queue
service client.
|
ResultSegment<CloudQueue> |
CloudQueueClient.listQueuesSegmented(String prefix)
Gets a result segment of an iterable collection of queues whose names
begin with the specified prefix for this Queue service client.
|
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.