| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.queue |
This package contains the queue service class, interface, and associated configuration and utility classes.
|
| com.microsoft.windowsazure.services.queue.models |
This package contains the queue data transfer object classes.
|
| Class and Description |
|---|
| CreateMessageOptions
Represents the options that may be set on the Queue service for
createMessage requests. |
| CreateQueueOptions
Represents the options that may be set on a queue when created in the storage
service with a
createQueue request. |
| GetQueueMetadataResult
A wrapper class for the result returned from a Queue Service REST API
operation to get queue metadata.
|
| GetServicePropertiesResult
A wrapper class for the service properties returned in response to Queue
Service REST API operations.
|
| ListMessagesOptions
Represents the options that may be set on a
listMessages
request. |
| ListMessagesResult
A wrapper class for the result returned from a Queue Service REST API
operation to get a list of messages.
|
| ListQueuesOptions
Represents the options that may be set on the Queue service for
QueueContract.listQueues(ListQueuesOptions) requests. |
| ListQueuesResult
A wrapper class for the results returned in response to Queue service REST
API operations to list queues.
|
| PeekMessagesOptions
Represents the options that may be set on a
peekMessages
request. |
| PeekMessagesResult
A wrapper class for the results returned in response to Queue Service REST
API operations to peek messages.
|
| QueueServiceOptions
Represents the base class for options that may be set on Queue Service REST
API operations invoked through the
QueueContract interface. |
| ServiceProperties
A wrapper class for the Queue service properties set or retrieved with Queue
Service REST API operations.
|
| UpdateMessageResult
A wrapper class for the results returned in response to Queue Service REST
API operations to update a message.
|
| Class and Description |
|---|
| CreateMessageOptions
Represents the options that may be set on the Queue service for
createMessage requests. |
| CreateQueueOptions
Represents the options that may be set on a queue when created in the storage
service with a
createQueue request. |
| ListMessagesOptions
Represents the options that may be set on a
listMessages
request. |
| ListMessagesResult.QueueMessage
Represents a message in the queue returned by the server.
|
| ListQueuesOptions
Represents the options that may be set on the Queue service for
QueueContract.listQueues(ListQueuesOptions) requests. |
| ListQueuesResult.Queue
Represents a queue in the storage account returned by the server.
|
| PeekMessagesOptions
Represents the options that may be set on a
peekMessages
request. |
| PeekMessagesResult.QueueMessage
Represents a message in the queue returned by the server.
|
| QueueServiceOptions
Represents the base class for options that may be set on Queue Service REST
API operations invoked through the
QueueContract interface. |
| ServiceProperties
A wrapper class for the Queue service properties set or retrieved with Queue
Service REST API operations.
|
| ServiceProperties.Logging
This inner class represents the settings for logging on the Queue service
of the storage account.
|
| ServiceProperties.Metrics
This inner class represents the settings for metrics on the Queue service
of the storage account.
|
| ServiceProperties.RetentionPolicy
This inner class represents the retention policy settings for logging or
metrics on the Queue service of the storage account.
|
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/