Package | Description |
---|---|
com.microsoft.azure.storage |
This package contains the storage service base classes.
|
com.microsoft.azure.storage.queue |
This package contains the storage service queue classes.
|
Modifier and Type | Method and Description |
---|---|
CloudQueueClient |
CloudStorageAccount.createCloudQueueClient()
Creates a new Queue service client.
|
Modifier and Type | Method and Description |
---|---|
CloudQueueClient |
CloudQueue.getServiceClient()
Gets the queue service client associated with this queue.
|
Modifier and Type | Method and Description |
---|---|
protected static QueueRequestOptions |
QueueRequestOptions.populateAndApplyDefaults(QueueRequestOptions options,
CloudQueueClient client)
Populates the default timeout and retry policy from client if they are not set.
|
Constructor and Description |
---|
CloudQueue(String queueName,
CloudQueueClient client)
Creates an instance of the
CloudQueue class using the specified name and client. |
Copyright © 2019. All rights reserved.