Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

AccessPolicy - Class in com.microsoft.azure.storage.queue.models
An Access policy.
AccessPolicy() - Constructor for class com.microsoft.azure.storage.queue.models.AccessPolicy
 
accessPolicy() - Method in class com.microsoft.azure.storage.queue.models.SignedIdentifier
Get the accessPolicy value.
ACCOUNT_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value AccountAlreadyExists for StorageErrorCode.
ACCOUNT_BEING_CREATED - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value AccountBeingCreated for StorageErrorCode.
ACCOUNT_IS_DISABLED - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value AccountIsDisabled for StorageErrorCode.
accountName() - Method in class com.microsoft.azure.storage.queue.IPStyleEndPointInfo
The account name.
AccountSASPermission - Class in com.microsoft.azure.storage.queue
This is a helper class to construct a string representing the permissions granted by an AccountSAS.
AccountSASPermission() - Constructor for class com.microsoft.azure.storage.queue.AccountSASPermission
Initializes an AccountSASPermission object with all fields set to false.
AccountSASResourceType - Class in com.microsoft.azure.storage.queue
This is a helper class to construct a string representing the resources accessible by an AccountSAS.
AccountSASResourceType() - Constructor for class com.microsoft.azure.storage.queue.AccountSASResourceType
Initializes an AccountSASResourceType object with all fields set to false.
AccountSASService - Class in com.microsoft.azure.storage.queue
This is a helper class to construct a string representing the services accessible by an AccountSAS.
AccountSASService() - Constructor for class com.microsoft.azure.storage.queue.AccountSASService
Initializes an AccountSASService object with all fields set to false.
AccountSASSignatureValues - Class in com.microsoft.azure.storage.queue
AccountSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage account.
AccountSASSignatureValues() - Constructor for class com.microsoft.azure.storage.queue.AccountSASSignatureValues
Initializes an AccountSASSignatureValues object with the version number set to the default and all other values empty.
add() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to add messages to the queue.
add() - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Add access granted.
allowedHeaders() - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Get the allowedHeaders value.
allowedMethods() - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Get the allowedMethods value.
allowedOrigins() - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Get the allowedOrigins value.
AnonymousCredentials - Class in com.microsoft.azure.storage.queue
Anonymous credentials are to be used with with HTTP(S) requests that read public resources or requests that use a Shared Access Signature (SAS).
AnonymousCredentials() - Constructor for class com.microsoft.azure.storage.queue.AnonymousCredentials
Returns an empty instance of AnonymousCredentials.
appendToURLPath(URL, String) - Static method in class com.microsoft.azure.storage.queue.StorageURL
Appends a string to the end of a URL's path (prefixing the string with a '/' if required).
approximateMessagesCount() - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Get the approximateMessagesCount value.
AUTHENTICATION_FAILED - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value AuthenticationFailed for StorageErrorCode.

B

blob() - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access blob resources granted.
body() - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueResponse
 
body() - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueResponse
 
body() - Method in class com.microsoft.azure.storage.queue.models.MessagePeekResponse
 
body() - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyResponse
 
body() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesResponse
 
body() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsResponse
 
body() - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentResponse
 
body() - Method in exception com.microsoft.azure.storage.queue.models.StorageErrorException
 
BOOTSTRAP - Static variable in class com.microsoft.azure.storage.queue.models.GeoReplicationStatusType
Static value bootstrap for GeoReplicationStatusType.

C

clear(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Clear operation deletes all messages from the specified queue.
clear() - Method in class com.microsoft.azure.storage.queue.MessagesURL
Deletes all messages from a queue.
clear(Context) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Deletes all messages from a queue.
clearAsync(Context, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Clear operation deletes all messages from the specified queue.
clearAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Clear operation deletes all messages from the specified queue.
clearWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Clear operation deletes all messages from the specified queue.
client() - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Specifies which HttpClient to use to send the requests.
com.microsoft.azure.storage - package com.microsoft.azure.storage
This package contains the classes for StorageClient.
com.microsoft.azure.storage.queue - package com.microsoft.azure.storage.queue
 
com.microsoft.azure.storage.queue.implementation - package com.microsoft.azure.storage.queue.implementation
This package contains the queue.implementation classes for StorageClient.
com.microsoft.azure.storage.queue.models - package com.microsoft.azure.storage.queue.models
This package contains the queue.models classes for StorageClient.
CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value ConditionHeadersNotSupported for StorageErrorCode.
CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value ConditionNotMet for StorageErrorCode.
container() - Method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Permission to access container level APIs (Blob Containers, Tables, Queues, File Shares) granted.
cors() - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Get the cors value.
CorsRule - Class in com.microsoft.azure.storage.queue.models
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
CorsRule() - Constructor for class com.microsoft.azure.storage.queue.models.CorsRule
 
create() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to create blobs, queues and files granted.
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.queue.AnonymousCredentials
Creates a new AnonymousCredentialsPolicy.
create(Context, Integer, Map<String, String>, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
creates a new queue under the given account.
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.queue.LoggingFactory
 
create() - Method in class com.microsoft.azure.storage.queue.QueueURL
Create a queue within a storage account.
create(Metadata, Context) - Method in class com.microsoft.azure.storage.queue.QueueURL
Create a queue within a storage account.
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.queue.RequestIDFactory
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.queue.RequestRetryFactory
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.queue.SharedKeyCredentials
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.queue.TelemetryFactory
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.queue.TokenCredentials
 
createAsync(Context, Integer, Map<String, String>, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
creates a new queue under the given account.
createAsync(Context, Integer, Map<String, String>, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
creates a new queue under the given account.
createMessageIdUrl(String) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Creates a new MessageIDURL object by concatenating messageID to the end of MessagesURL's URL.
createMessagesUrl() - Method in class com.microsoft.azure.storage.queue.QueueURL
createMessagesUrl creates a new MessagesURL object by concatenating "messages" to the end of QueueURL's URL.
createPipeline() - Static method in class com.microsoft.azure.storage.queue.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createPipeline(PipelineOptions) - Static method in class com.microsoft.azure.storage.queue.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createPipeline(ICredentials) - Static method in class com.microsoft.azure.storage.queue.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createPipeline(ICredentials, PipelineOptions) - Static method in class com.microsoft.azure.storage.queue.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createQueueUrl(String) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Creates a QueueURL object pointing a queue with given queue name uner the current storage account.
createWithRestResponseAsync(Context, Integer, Map<String, String>, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
creates a new queue under the given account.

D

date() - Method in class com.microsoft.azure.storage.queue.models.MessageClearHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.MessageIDDeleteHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.MessagePeekHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.QueueCreateHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.QueueDeleteHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.QueueSetMetadataHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentHeaders
Get the date value.
days() - Method in class com.microsoft.azure.storage.queue.models.RetentionPolicy
Get the days value.
DEFAULT - Static variable in class com.microsoft.azure.storage.queue.IPRange
 
DEFAULT - Static variable in class com.microsoft.azure.storage.queue.ListQueuesOptions
An object representing the default options: no details, prefix, or delimiter.
DEFAULT - Static variable in class com.microsoft.azure.storage.queue.LoggingOptions
Default logging options.
DEFAULT - Static variable in class com.microsoft.azure.storage.queue.RequestRetryOptions
An object representing default retry values: Exponential backoff, maxTries=4, tryTimeout=30, retryDelayInMs=4000, maxRetryDelayInMs=120000, secondaryHost=null.
DEFAULT - Static variable in class com.microsoft.azure.storage.queue.TelemetryOptions
 
delete() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to delete resources granted.
delete(Context, String, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Delete operation deletes the specified message.
delete(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
operation permanently deletes the specified queue.
delete(String) - Method in class com.microsoft.azure.storage.queue.MessageIdURL
Deletes the specified message.
delete(String, Context) - Method in class com.microsoft.azure.storage.queue.MessageIdURL
Deletes the specified message.
delete() - Method in class com.microsoft.azure.storage.queue.models.Logging
Get the delete value.
delete() - Method in class com.microsoft.azure.storage.queue.QueueURL
Delete permanently deletes a queue.
delete(Context) - Method in class com.microsoft.azure.storage.queue.QueueURL
Delete permanently deletes a queue.
deleteAsync(Context, String, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Delete operation deletes the specified message.
deleteAsync(Context, String, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Delete operation deletes the specified message.
deleteAsync(Context, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
operation permanently deletes the specified queue.
deleteAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
operation permanently deletes the specified queue.
deleteWithRestResponseAsync(Context, String, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Delete operation deletes the specified message.
deleteWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
operation permanently deletes the specified queue.
dequeue(Context, Integer, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Dequeue operation retrieves one or more messages from the front of the queue.
dequeue(int, int) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Retrieves one or more messages from the front of the queue.
dequeue(int, int, Context) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Retrieves one or more messages from the front of the queue.
dequeueAsync(Context, Integer, Integer, Integer, String, ServiceCallback<List<DequeuedMessageItem>>) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Dequeue operation retrieves one or more messages from the front of the queue.
dequeueAsync(Context, Integer, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Dequeue operation retrieves one or more messages from the front of the queue.
dequeueCount() - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Get the dequeueCount value.
dequeueCount() - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Get the dequeueCount value.
DequeuedMessageItem - Class in com.microsoft.azure.storage.queue.models
The object returned in the QueueMessageList array when calling Get Messages on a Queue.
DequeuedMessageItem() - Constructor for class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
 
dequeueWithRestResponseAsync(Context, Integer, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Dequeue operation retrieves one or more messages from the front of the queue.
details() - Method in class com.microsoft.azure.storage.queue.ListQueuesOptions

E

EMPTY_METADATA_KEY - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value EmptyMetadataKey for StorageErrorCode.
enabled() - Method in class com.microsoft.azure.storage.queue.models.Metrics
Get the enabled value.
enabled() - Method in class com.microsoft.azure.storage.queue.models.RetentionPolicy
Get the enabled value.
encode() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
Encodes all SAS query parameters into a string that can be appended to a URL.
enqueue(Context, QueueMessage, Integer, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Enqueue operation adds a new message to the back of the message queue.
enqueue(String) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Adds a new message to the back of a queue.
enqueue(String, Integer, Integer, Context) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Adds a new message to the back of a queue.
enqueueAsync(Context, QueueMessage, Integer, Integer, Integer, String, ServiceCallback<List<EnqueuedMessage>>) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Enqueue operation adds a new message to the back of the message queue.
enqueueAsync(Context, QueueMessage, Integer, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Enqueue operation adds a new message to the back of the message queue.
EnqueuedMessage - Class in com.microsoft.azure.storage.queue.models
The object returned in the QueueMessageList array when calling Put Message on a Queue.
EnqueuedMessage() - Constructor for class com.microsoft.azure.storage.queue.models.EnqueuedMessage
 
enqueueWithRestResponseAsync(Context, QueueMessage, Integer, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Enqueue operation adds a new message to the back of the message queue.
errorCode() - Method in exception com.microsoft.azure.storage.queue.StorageException
 
expirationTime() - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Get the expirationTime value.
expirationTime() - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Get the expirationTime value.
expirationTime() - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Get the expirationTime value.
expiry() - Method in class com.microsoft.azure.storage.queue.models.AccessPolicy
Get the expiry value.
expiryTime() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
The time after which the SAS will no longer work.
expiryTime() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
expiryTime() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The time after which the SAS will no longer work.
exposedHeaders() - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Get the exposedHeaders value.

F

file() - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access file resources granted.
fromString(String) - Static method in class com.microsoft.azure.storage.queue.models.GeoReplicationStatusType
Creates or finds a GeoReplicationStatusType from its string representation.
fromString(String) - Static method in enum com.microsoft.azure.storage.queue.models.ListQueuesIncludeType
Parses a serialized value to a ListQueuesIncludeType instance.
fromString(String) - Static method in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Creates or finds a StorageErrorCode from its string representation.

G

GeneratedMessageIDs - Class in com.microsoft.azure.storage.queue
An instance of this class provides access to all the operations defined in GeneratedMessageIDs.
GeneratedMessageIDs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.queue.GeneratedMessageIDs
Initializes an instance of GeneratedMessageIDs.
generatedMessageIDs() - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Gets the GeneratedMessageIDs object to access its operations.
GeneratedMessages - Class in com.microsoft.azure.storage.queue
An instance of this class provides access to all the operations defined in GeneratedMessages.
GeneratedMessages(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.queue.GeneratedMessages
Initializes an instance of GeneratedMessages.
generatedMessages() - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Gets the GeneratedMessages object to access its operations.
GeneratedQueues - Class in com.microsoft.azure.storage.queue
An instance of this class provides access to all the operations defined in GeneratedQueues.
GeneratedQueues(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.queue.GeneratedQueues
Initializes an instance of GeneratedQueues.
generatedQueues() - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Gets the GeneratedQueues object to access its operations.
GeneratedServices - Class in com.microsoft.azure.storage.queue
An instance of this class provides access to all the operations defined in GeneratedServices.
GeneratedServices(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.queue.GeneratedServices
Initializes an instance of GeneratedServices.
generatedServices() - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Gets the GeneratedServices object to access its operations.
GeneratedStorageClient - Class in com.microsoft.azure.storage.queue
Initializes a new instance of the GeneratedStorageClient type.
GeneratedStorageClient() - Constructor for class com.microsoft.azure.storage.queue.GeneratedStorageClient
Initializes an instance of GeneratedStorageClient client.
GeneratedStorageClient(HttpPipeline) - Constructor for class com.microsoft.azure.storage.queue.GeneratedStorageClient
Initializes an instance of GeneratedStorageClient client.
generateSASQueryParameters(SharedKeyCredentials) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
Generates a SASQueryParameters object which contains all SAS query parameters needed to make an actual REST request.
generateSASQueryParameters(SharedKeyCredentials) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
Uses an account's shared key credential to sign these signature values to produce the proper SAS query parameters.
GeoReplication - Class in com.microsoft.azure.storage.queue.models
The GeoReplication model.
GeoReplication() - Constructor for class com.microsoft.azure.storage.queue.models.GeoReplication
 
geoReplication() - Method in class com.microsoft.azure.storage.queue.models.StorageServiceStats
Get the geoReplication value.
GeoReplicationStatusType - Class in com.microsoft.azure.storage.queue.models
Defines values for GeoReplicationStatusType.
GeoReplicationStatusType() - Constructor for class com.microsoft.azure.storage.queue.models.GeoReplicationStatusType
 
getAccessPolicy(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
returns details about any stored access policies specified on the queue that may be used with Shared Access Signatures.
getAccessPolicy() - Method in class com.microsoft.azure.storage.queue.QueueURL
GetAccessPolicy returns details about any stored access policies specified on the queue that may be used with Shared Access Signatures.
getAccessPolicy(Context) - Method in class com.microsoft.azure.storage.queue.QueueURL
GetAccessPolicy returns details about any stored access policies specified on the queue that may be used with Shared Access Signatures.
getAccessPolicyAsync(Context, Integer, String, ServiceCallback<List<SignedIdentifier>>) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
returns details about any stored access policies specified on the queue that may be used with Shared Access Signatures.
getAccessPolicyAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
returns details about any stored access policies specified on the queue that may be used with Shared Access Signatures.
getAccessPolicyWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
returns details about any stored access policies specified on the queue that may be used with Shared Access Signatures.
getAccountName() - Method in class com.microsoft.azure.storage.queue.SharedKeyCredentials
Gets the account name associated with the request.
getProperties(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
Retrieves user-defined metadata and queue properties on the specified queue.
getProperties(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
gets the properties of a storage account's Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getProperties() - Method in class com.microsoft.azure.storage.queue.QueueURL
GetProperties retrieves queue properties and user-defined metadata and properties on the specified queue.
getProperties(Context) - Method in class com.microsoft.azure.storage.queue.QueueURL
GetProperties retrieves queue properties and user-defined metadata and properties on the specified queue.
getProperties() - Method in class com.microsoft.azure.storage.queue.ServiceURL
Gets the properties of a storage account’s queue service.
getProperties(Context) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Gets the properties of a storage account’s queue service.
getPropertiesAsync(Context, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
Retrieves user-defined metadata and queue properties on the specified queue.
getPropertiesAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
Retrieves user-defined metadata and queue properties on the specified queue.
getPropertiesAsync(Context, Integer, String, ServiceCallback<StorageServiceProperties>) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
gets the properties of a storage account's Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getPropertiesAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
gets the properties of a storage account's Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getPropertiesWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
Retrieves user-defined metadata and queue properties on the specified queue.
getPropertiesWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
gets the properties of a storage account's Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getStatistics(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Retrieves statistics related to replication for the Queue service.
getStatistics() - Method in class com.microsoft.azure.storage.queue.ServiceURL
Retrieves statistics related to replication for the queue service.
getStatistics(Context) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Retrieves statistics related to replication for the queue service.
getStatisticsAsync(Context, Integer, String, ServiceCallback<StorageServiceStats>) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Retrieves statistics related to replication for the Queue service.
getStatisticsAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Retrieves statistics related to replication for the Queue service.
getStatisticsWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Retrieves statistics related to replication for the Queue service.
getToken() - Method in class com.microsoft.azure.storage.queue.TokenCredentials
Retrieve the value of the token used by this factory.
getUserAgentPrefix() - Method in class com.microsoft.azure.storage.queue.TelemetryOptions
 

H

headers() - Method in class com.microsoft.azure.storage.queue.models.MessageClearResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.MessageIDDeleteResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.MessagePeekResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.QueueCreateResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.QueueDeleteResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.QueueSetMetadataResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentResponse
 
headers() - Method in class com.microsoft.azure.storage.queue.models.ServiceSetPropertiesResponse
 
host() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The host.
hourMetrics() - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Get the hourMetrics value.

I

ICredentials - Interface in com.microsoft.azure.storage.queue
Credentials represent any credential type it is used to create a credential policy Factory.
id() - Method in class com.microsoft.azure.storage.queue.models.SignedIdentifier
Get the id value.
identifier() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
identifier() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The name of the access policy on the queue this SAS references if any.
includeAPIs() - Method in class com.microsoft.azure.storage.queue.models.Metrics
Get the includeAPIs value.
insertionTime() - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Get the insertionTime value.
insertionTime() - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Get the insertionTime value.
insertionTime() - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Get the insertionTime value.
INSUFFICIENT_ACCOUNT_PERMISSIONS - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InsufficientAccountPermissions for StorageErrorCode.
INTERNAL_ERROR - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InternalError for StorageErrorCode.
INVALID_AUTHENTICATION_INFO - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidAuthenticationInfo for StorageErrorCode.
INVALID_HEADER_VALUE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidHeaderValue for StorageErrorCode.
INVALID_HTTP_VERB - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidHttpVerb for StorageErrorCode.
INVALID_INPUT - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidInput for StorageErrorCode.
INVALID_MARKER - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidMarker for StorageErrorCode.
INVALID_MD5 - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidMd5 for StorageErrorCode.
INVALID_METADATA - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidMetadata for StorageErrorCode.
INVALID_QUERY_PARAMETER_VALUE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidQueryParameterValue for StorageErrorCode.
INVALID_RANGE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidRange for StorageErrorCode.
INVALID_RESOURCE_NAME - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidResourceName for StorageErrorCode.
INVALID_URI - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidUri for StorageErrorCode.
INVALID_XML_DOCUMENT - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidXmlDocument for StorageErrorCode.
INVALID_XML_NODE_VALUE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value InvalidXmlNodeValue for StorageErrorCode.
ipEndPointStyleInfo() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
ipMax() - Method in class com.microsoft.azure.storage.queue.IPRange
A string representing the maximum IP address of the range.
ipMin() - Method in class com.microsoft.azure.storage.queue.IPRange
A string representing the minimum IP address of the range.
ipRange() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
IPRange - Class in com.microsoft.azure.storage.queue
This type specifies a continuous range of IP addresses.
IPRange() - Constructor for class com.microsoft.azure.storage.queue.IPRange
 
ipRange() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
ipRange() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
IPStyleEndPointInfo - Class in com.microsoft.azure.storage.queue
IPEndpointStyleInfo is used for IP endpoint style URL.
IPStyleEndPointInfo() - Constructor for class com.microsoft.azure.storage.queue.IPStyleEndPointInfo
 
isHostIPEndPointStyle(String) - Static method in class com.microsoft.azure.storage.queue.URLParser
Checks if URL's host is IP.
items() - Method in class com.microsoft.azure.storage.queue.implementation.ListQueuesIncludeTypeWrapper
Get the List<ListQueuesIncludeType> contained in this wrapper.
items() - Method in class com.microsoft.azure.storage.queue.implementation.SignedIdentifiersWrapper
Get the List<SignedIdentifier> contained in this wrapper.

L

lastSyncTime() - Method in class com.microsoft.azure.storage.queue.models.GeoReplication
Get the lastSyncTime value.
list() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to list blob containers, blobs, shares, directories, and files granted.
ListQueuesIncludeType - Enum in com.microsoft.azure.storage.queue.models
Defines values for ListQueuesIncludeType.
ListQueuesIncludeTypeWrapper - Class in com.microsoft.azure.storage.queue.implementation
A wrapper around List<ListQueuesIncludeType> which provides top-level metadata for serialization.
ListQueuesIncludeTypeWrapper(List<ListQueuesIncludeType>) - Constructor for class com.microsoft.azure.storage.queue.implementation.ListQueuesIncludeTypeWrapper
Creates an instance of ListQueuesIncludeTypeWrapper.
ListQueuesOptions - Class in com.microsoft.azure.storage.queue
Defines options available to configure the behavior of a call to listQueuesSegment on a ServiceURL object.
ListQueuesOptions() - Constructor for class com.microsoft.azure.storage.queue.ListQueuesOptions
 
ListQueuesResponse - Class in com.microsoft.azure.storage.queue.models
The object returned when calling List Queues on a Queue Service.
ListQueuesResponse() - Constructor for class com.microsoft.azure.storage.queue.models.ListQueuesResponse
 
listQueuesSegment(Context, String, String, Integer, List<ListQueuesIncludeType>, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
The List Queues Segment operation returns a list of the queues under the specified account.
listQueuesSegment(String, ListQueuesOptions) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Returns a single segment of queues starting from the specified Marker.
listQueuesSegment(String, ListQueuesOptions, Context) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Returns a single segment of queues starting from the specified Marker.
listQueuesSegmentAsync(Context, String, String, Integer, List<ListQueuesIncludeType>, Integer, String, ServiceCallback<ListQueuesResponse>) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
The List Queues Segment operation returns a list of the queues under the specified account.
listQueuesSegmentAsync(Context, String, String, Integer, List<ListQueuesIncludeType>, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
The List Queues Segment operation returns a list of the queues under the specified account.
listQueuesSegmentWithRestResponseAsync(Context, String, String, Integer, List<ListQueuesIncludeType>, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
The List Queues Segment operation returns a list of the queues under the specified account.
LIVE - Static variable in class com.microsoft.azure.storage.queue.models.GeoReplicationStatusType
Static value live for GeoReplicationStatusType.
logger() - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Specifies the logger for the pipeline.
Logging - Class in com.microsoft.azure.storage.queue.models
Azure Analytics Logging settings.
Logging() - Constructor for class com.microsoft.azure.storage.queue.models.Logging
 
logging() - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Get the logging value.
LoggingFactory - Class in com.microsoft.azure.storage.queue
This is a factory which creates policies in an HttpPipeline for logging requests and responses.
LoggingFactory(LoggingOptions) - Constructor for class com.microsoft.azure.storage.queue.LoggingFactory
Creates a factory which can create LoggingPolicy objects to insert in the pipeline.
LoggingOptions - Class in com.microsoft.azure.storage.queue
Options to configure the LoggingFactory.
LoggingOptions(long) - Constructor for class com.microsoft.azure.storage.queue.LoggingOptions
Creates a new LoggingOptions object.
loggingOptions() - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Configures the built-in request logging policy.

M

marker() - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Get the marker value.
MAX_NUMBER_OF_MESSAGES_TO_DEQUEUE - Static variable in class com.microsoft.azure.storage.queue.MessagesURL
 
maxAgeInSeconds() - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Get the maxAgeInSeconds value.
maxResults() - Method in class com.microsoft.azure.storage.queue.ListQueuesOptions
Specifies the maximum number of queues to return.
maxResults() - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Get the maxResults value.
MD5MISMATCH - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value Md5Mismatch for StorageErrorCode.
message() - Method in class com.microsoft.azure.storage.queue.models.StorageError
Get the message value.
message() - Method in exception com.microsoft.azure.storage.queue.StorageException
 
MESSAGE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MessageNotFound for StorageErrorCode.
MESSAGE_TOO_LARGE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MessageTooLarge for StorageErrorCode.
MessageClearHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Clear operation.
MessageClearHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.MessageClearHeaders
 
MessageClearResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the clear operation.
MessageClearResponse(HttpRequest, int, MessageClearHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.MessageClearResponse
Creates an instance of MessageClearResponse.
MessageDequeueHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Dequeue operation.
MessageDequeueHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.MessageDequeueHeaders
 
MessageDequeueResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the dequeue operation.
MessageDequeueResponse(HttpRequest, int, MessageDequeueHeaders, Map<String, String>, List<DequeuedMessageItem>) - Constructor for class com.microsoft.azure.storage.queue.models.MessageDequeueResponse
Creates an instance of MessageDequeueResponse.
MessageEnqueueHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Enqueue operation.
MessageEnqueueHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.MessageEnqueueHeaders
 
MessageEnqueueResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the enqueue operation.
MessageEnqueueResponse(HttpRequest, int, MessageEnqueueHeaders, Map<String, String>, List<EnqueuedMessage>) - Constructor for class com.microsoft.azure.storage.queue.models.MessageEnqueueResponse
Creates an instance of MessageEnqueueResponse.
messageId() - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Get the messageId value.
messageId() - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Get the messageId value.
messageId() - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Get the messageId value.
messageId() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
MessageId represents the messageID of the message represented by the URL.
MessageIDDeleteHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Delete operation.
MessageIDDeleteHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.MessageIDDeleteHeaders
 
MessageIDDeleteResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the delete operation.
MessageIDDeleteResponse(HttpRequest, int, MessageIDDeleteHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.MessageIDDeleteResponse
Creates an instance of MessageIDDeleteResponse.
MessageIDUpdateHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Update operation.
MessageIDUpdateHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
 
MessageIDUpdateResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the update operation.
MessageIDUpdateResponse(HttpRequest, int, MessageIDUpdateHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.MessageIDUpdateResponse
Creates an instance of MessageIDUpdateResponse.
MessageIdURL - Class in com.microsoft.azure.storage.queue
Represents a URL to a specific message in the queue.
MessageIdURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.queue.MessageIdURL
Creates a new MessageIdURL object.
MessagePeekHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Peek operation.
MessagePeekHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.MessagePeekHeaders
 
MessagePeekResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the peek operation.
MessagePeekResponse(HttpRequest, int, MessagePeekHeaders, Map<String, String>, List<PeekedMessageItem>) - Constructor for class com.microsoft.azure.storage.queue.models.MessagePeekResponse
Creates an instance of MessagePeekResponse.
messages() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
Messages is true if "/messages" was/should be in URL
MessagesURL - Class in com.microsoft.azure.storage.queue
Represents a URL to the messages in the queue.
MessagesURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.queue.MessagesURL
Creates a new MessagesURL object.
messageText() - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Get the messageText value.
messageText() - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Get the messageText value.
messageText() - Method in class com.microsoft.azure.storage.queue.models.QueueMessage
Get the messageText value.
Metadata - Class in com.microsoft.azure.storage.queue
Contains metadata key/value pairs to be associated with a storage resource.
Metadata() - Constructor for class com.microsoft.azure.storage.queue.Metadata
 
Metadata(Map<? extends String, ? extends String>) - Constructor for class com.microsoft.azure.storage.queue.Metadata
 
metadata() - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Get the metadata value.
metadata() - Method in class com.microsoft.azure.storage.queue.models.QueueItem
Get the metadata value.
metadata() - Method in class com.microsoft.azure.storage.queue.QueueListingDetails
Whether metadata should be returned.
METADATA_TOO_LARGE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MetadataTooLarge for StorageErrorCode.
Metrics - Class in com.microsoft.azure.storage.queue.models
The Metrics model.
Metrics() - Constructor for class com.microsoft.azure.storage.queue.models.Metrics
 
minDurationToLogSlowRequestsInMs() - Method in class com.microsoft.azure.storage.queue.LoggingOptions
 
minuteMetrics() - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Get the minuteMetrics value.
MISSING_CONTENT_LENGTH_HEADER - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MissingContentLengthHeader for StorageErrorCode.
MISSING_REQUIRED_HEADER - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MissingRequiredHeader for StorageErrorCode.
MISSING_REQUIRED_QUERY_PARAMETER - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MissingRequiredQueryParameter for StorageErrorCode.
MISSING_REQUIRED_XML_NODE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MissingRequiredXmlNode for StorageErrorCode.
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value MultipleConditionHeadersNotSupported for StorageErrorCode.

N

name() - Method in class com.microsoft.azure.storage.queue.models.QueueItem
Get the name value.
nextMarker() - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Get the nextMarker value.
NONE - Static variable in class com.microsoft.azure.storage.queue.Metadata
 
NONE - Static variable in class com.microsoft.azure.storage.queue.QueueListingDetails
An object indicating that no extra details should be returned.

O

object() - Method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Permission to access object level APIs (Blobs, Table Entities, Queue Messages, Files) granted.
OPERATION_TIMED_OUT - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value OperationTimedOut for StorageErrorCode.
OUT_OF_RANGE_INPUT - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value OutOfRangeInput for StorageErrorCode.
OUT_OF_RANGE_QUERY_PARAMETER_VALUE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value OutOfRangeQueryParameterValue for StorageErrorCode.

P

parse(String) - Static method in class com.microsoft.azure.storage.queue.AccountSASPermission
Creates an AccountSASPermission from the specified permissions string.
parse(String) - Static method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Creates an AccountSASResourceType from the specified resource types string.
parse(String) - Static method in class com.microsoft.azure.storage.queue.AccountSASService
Creates an AccountSASService from the specified services string.
parse(String) - Static method in class com.microsoft.azure.storage.queue.IPRange
Creates a IPRange from the specified string.
parse(String) - Static method in class com.microsoft.azure.storage.queue.QueueSASPermission
Creates a QueueSASPermission from the specified permissions string.
parse(String) - Static method in enum com.microsoft.azure.storage.queue.SASProtocol
Parses a String into a SASProtocl value if possible.
parse(URL) - Static method in class com.microsoft.azure.storage.queue.URLParser
URLParser parses a URL initializing QueueURLParts' fields including any SAS-related query parameters.
peek(Context, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Peek operation retrieves one or more messages from the front of the queue, but does not alter the visibility of the message.
peek(int) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Retrieves one or more messages from the front of the queue but does not alter the visibility of the message.
peek(int, Context) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Retrieves one or more messages from the front of the queue but does not alter the visibility of the message.
peekAsync(Context, Integer, Integer, String, ServiceCallback<List<PeekedMessageItem>>) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Peek operation retrieves one or more messages from the front of the queue, but does not alter the visibility of the message.
peekAsync(Context, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Peek operation retrieves one or more messages from the front of the queue, but does not alter the visibility of the message.
PeekedMessageItem - Class in com.microsoft.azure.storage.queue.models
The object returned in the QueueMessageList array when calling Peek Messages on a Queue.
PeekedMessageItem() - Constructor for class com.microsoft.azure.storage.queue.models.PeekedMessageItem
 
peekWithRestResponseAsync(Context, Integer, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessages
The Peek operation retrieves one or more messages from the front of the queue, but does not alter the visibility of the message.
permission() - Method in class com.microsoft.azure.storage.queue.models.AccessPolicy
Get the permission value.
permissions() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
Specifies which operations the SAS user may perform.
permissions() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
permissions() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
Please refer to QueueSASPermission depending on the resource being accessed for help constructing the permissions string.
PipelineOptions - Class in com.microsoft.azure.storage.queue
This type encapsulates all the possible configuration for the default pipeline.
PipelineOptions() - Constructor for class com.microsoft.azure.storage.queue.PipelineOptions
Returns a PipelineOptions object with default values for each of the options fields.
POP_RECEIPT_MISMATCH - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value PopReceiptMismatch for StorageErrorCode.
popReceipt() - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Get the popReceipt value.
popReceipt() - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Get the popReceipt value.
popReceipt() - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Get the popReceipt value.
port() - Method in class com.microsoft.azure.storage.queue.IPStyleEndPointInfo
The port number of the IP address.
prefix() - Method in class com.microsoft.azure.storage.queue.ListQueuesOptions
Filters the results to return only queues whose names begin with the specified prefix.
prefix() - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Get the prefix value.
processMessage() - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Get and Delete access granted.
processMessages() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to get and delete messages granted.
protocol() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
protocol() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
protocol() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues

Q

queue() - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access queue resources granted.
QUEUE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value QueueAlreadyExists for StorageErrorCode.
QUEUE_BEING_DELETED - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value QueueBeingDeleted for StorageErrorCode.
QUEUE_DISABLED - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value QueueDisabled for StorageErrorCode.
QUEUE_NOT_EMPTY - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value QueueNotEmpty for StorageErrorCode.
QUEUE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value QueueNotFound for StorageErrorCode.
QueueCreateHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Create operation.
QueueCreateHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.QueueCreateHeaders
 
QueueCreateResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the create operation.
QueueCreateResponse(HttpRequest, int, QueueCreateHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.QueueCreateResponse
Creates an instance of QueueCreateResponse.
QueueDeleteHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for Delete operation.
QueueDeleteHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.QueueDeleteHeaders
 
QueueDeleteResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the delete operation.
QueueDeleteResponse(HttpRequest, int, QueueDeleteHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.QueueDeleteResponse
Creates an instance of QueueDeleteResponse.
QueueGetAccessPolicyHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for GetAccessPolicy operation.
QueueGetAccessPolicyHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyHeaders
 
QueueGetAccessPolicyResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the getAccessPolicy operation.
QueueGetAccessPolicyResponse(HttpRequest, int, QueueGetAccessPolicyHeaders, Map<String, String>, List<SignedIdentifier>) - Constructor for class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyResponse
Creates an instance of QueueGetAccessPolicyResponse.
QueueGetPropertiesHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for GetProperties operation.
QueueGetPropertiesHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
 
QueueGetPropertiesResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the getProperties operation.
QueueGetPropertiesResponse(HttpRequest, int, QueueGetPropertiesHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.QueueGetPropertiesResponse
Creates an instance of QueueGetPropertiesResponse.
QueueItem - Class in com.microsoft.azure.storage.queue.models
An Azure Storage Queue.
QueueItem() - Constructor for class com.microsoft.azure.storage.queue.models.QueueItem
 
queueItems() - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Get the queueItems value.
QueueListingDetails - Class in com.microsoft.azure.storage.queue
This type allows users to specify additional information the service should return with each queue when listing queues in an account (via a ServiceURL object).
QueueListingDetails() - Constructor for class com.microsoft.azure.storage.queue.QueueListingDetails
 
QueueMessage - Class in com.microsoft.azure.storage.queue.models
A Message object which can be stored in a Queue.
QueueMessage() - Constructor for class com.microsoft.azure.storage.queue.models.QueueMessage
 
queueName() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The queueName name or null if a ServiceURL was parsed.
queueName() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The name of the queue the SAS user may access.
QueueSASPermission - Class in com.microsoft.azure.storage.queue
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a queue.
QueueSASPermission() - Constructor for class com.microsoft.azure.storage.queue.QueueSASPermission
Initializes an QueueSASPermission object with all fields set to false.
QueueSetAccessPolicyHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for SetAccessPolicy operation.
QueueSetAccessPolicyHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyHeaders
 
QueueSetAccessPolicyResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the setAccessPolicy operation.
QueueSetAccessPolicyResponse(HttpRequest, int, QueueSetAccessPolicyHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyResponse
Creates an instance of QueueSetAccessPolicyResponse.
QueueSetMetadataHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for SetMetadata operation.
QueueSetMetadataHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.QueueSetMetadataHeaders
 
QueueSetMetadataResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the setMetadata operation.
QueueSetMetadataResponse(HttpRequest, int, QueueSetMetadataHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.QueueSetMetadataResponse
Creates an instance of QueueSetMetadataResponse.
QueueURL - Class in com.microsoft.azure.storage.queue
Represents a URL to a queue.
QueueURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.queue.QueueURL
 
QueueURLParts - Class in com.microsoft.azure.storage.queue
A QueueURLParts object represents the components that make up an Azure Storage Queue/QueueMessage URL.
QueueURLParts() - Constructor for class com.microsoft.azure.storage.queue.QueueURLParts
Initializes a QueueURLParts object with all fields set to null, except unparsedParameters, which is an empty map.

R

read() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to read resources and list queues and tables granted.
read() - Method in class com.microsoft.azure.storage.queue.models.Logging
Get the read value.
read() - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Read access granted.
REQUEST_BODY_TOO_LARGE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value RequestBodyTooLarge for StorageErrorCode.
REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value RequestUrlFailedToParse for StorageErrorCode.
requestId() - Method in class com.microsoft.azure.storage.queue.models.MessageClearHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.MessageIDDeleteHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.MessagePeekHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.QueueCreateHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.QueueDeleteHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.QueueSetMetadataHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.queue.models.ServiceSetPropertiesHeaders
Get the requestId value.
RequestIDFactory - Class in com.microsoft.azure.storage.queue
This is a factory which creates policies in an HttpPipeline for setting a unique request ID in the x-ms-client-request-id header as is required for all requests to the service.
RequestIDFactory() - Constructor for class com.microsoft.azure.storage.queue.RequestIDFactory
 
RequestRetryFactory - Class in com.microsoft.azure.storage.queue
This is a factory which creates policies in an HttpPipeline for retrying a given HTTP request.
RequestRetryFactory(RequestRetryOptions) - Constructor for class com.microsoft.azure.storage.queue.RequestRetryFactory
Creates a factory capable of generating RequestRetry policies for the HttpPipeline.
requestRetryOptions() - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Configures the retry policy's behavior.
RequestRetryOptions - Class in com.microsoft.azure.storage.queue
Options for configuring the RequestRetryFactory.
RequestRetryOptions(RetryPolicyType, Integer, Integer, Long, Long) - Constructor for class com.microsoft.azure.storage.queue.RequestRetryOptions
Configures how the HttpPipeline should retry requests.
RESOURCE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value ResourceAlreadyExists for StorageErrorCode.
RESOURCE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value ResourceNotFound for StorageErrorCode.
RESOURCE_TYPE_MISMATCH - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value ResourceTypeMismatch for StorageErrorCode.
resourceTypes() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
The values that indicate the resource types accessible with this SAS.
resourceTypes() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
retentionPolicy() - Method in class com.microsoft.azure.storage.queue.models.Logging
Get the retentionPolicy value.
retentionPolicy() - Method in class com.microsoft.azure.storage.queue.models.Metrics
Get the retentionPolicy value.
RetentionPolicy - Class in com.microsoft.azure.storage.queue.models
the retention policy.
RetentionPolicy() - Constructor for class com.microsoft.azure.storage.queue.models.RetentionPolicy
 
RetryPolicyType - Enum in com.microsoft.azure.storage.queue
This type holds possible options for retry backoff algorithms.

S

SASProtocol - Enum in com.microsoft.azure.storage.queue
Specifies the set of possible permissions for a shared access signature protocol.
sasQueryParameters() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
A SASQueryParameters representing the SAS query parameters or null if there were no such parameters.
SASQueryParameters - Class in com.microsoft.azure.storage.queue
Represents the components that make up an Azure Storage SAS' query parameters.
scheme() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The scheme.
SERVER_BUSY - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value ServerBusy for StorageErrorCode.
service() - Method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Permission to access service level APIs granted.
serviceEndpoint() - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Get the serviceEndpoint value.
ServiceGetPropertiesHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for GetProperties operation.
ServiceGetPropertiesHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesHeaders
 
ServiceGetPropertiesResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the getProperties operation.
ServiceGetPropertiesResponse(HttpRequest, int, ServiceGetPropertiesHeaders, Map<String, String>, StorageServiceProperties) - Constructor for class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesResponse
Creates an instance of ServiceGetPropertiesResponse.
ServiceGetStatisticsHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for GetStatistics operation.
ServiceGetStatisticsHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsHeaders
 
ServiceGetStatisticsResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the getStatistics operation.
ServiceGetStatisticsResponse(HttpRequest, int, ServiceGetStatisticsHeaders, Map<String, String>, StorageServiceStats) - Constructor for class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsResponse
Creates an instance of ServiceGetStatisticsResponse.
ServiceListQueuesSegmentHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for ListQueuesSegment operation.
ServiceListQueuesSegmentHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentHeaders
 
ServiceListQueuesSegmentResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the listQueuesSegment operation.
ServiceListQueuesSegmentResponse(HttpRequest, int, ServiceListQueuesSegmentHeaders, Map<String, String>, ListQueuesResponse) - Constructor for class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentResponse
Creates an instance of ServiceListQueuesSegmentResponse.
services() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
The values that indicate the services accessible with this SAS.
services() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
ServiceSASSignatureValues - Class in com.microsoft.azure.storage.queue
ServiceSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage service.
ServiceSASSignatureValues() - Constructor for class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
Creates an object with empty values for all fields.
ServiceSetPropertiesHeaders - Class in com.microsoft.azure.storage.queue.models
Defines headers for SetProperties operation.
ServiceSetPropertiesHeaders() - Constructor for class com.microsoft.azure.storage.queue.models.ServiceSetPropertiesHeaders
 
ServiceSetPropertiesResponse - Class in com.microsoft.azure.storage.queue.models
Contains all response data for the setProperties operation.
ServiceSetPropertiesResponse(HttpRequest, int, ServiceSetPropertiesHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.queue.models.ServiceSetPropertiesResponse
Creates an instance of ServiceSetPropertiesResponse.
ServiceURL - Class in com.microsoft.azure.storage.queue
Represents a URL to a queue service.
ServiceURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.queue.ServiceURL
Creates a ServiceURL object pointing to the account specified by the URL and using the provided pipeline to make HTTP requests.
setAccessPolicy(Context, List<SignedIdentifier>, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets stored access policies for the queue that may be used with Shared Access Signatures.
setAccessPolicy(List<SignedIdentifier>) - Method in class com.microsoft.azure.storage.queue.QueueURL
The Set Queue ACL operation sets stored access policies for the queue that may be used with Shared Access Signatures.
setAccessPolicy(List<SignedIdentifier>, Context) - Method in class com.microsoft.azure.storage.queue.QueueURL
The Set Queue ACL operation sets stored access policies for the queue that may be used with Shared Access Signatures.
setAccessPolicyAsync(Context, List<SignedIdentifier>, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets stored access policies for the queue that may be used with Shared Access Signatures.
setAccessPolicyAsync(Context, List<SignedIdentifier>, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets stored access policies for the queue that may be used with Shared Access Signatures.
setAccessPolicyWithRestResponseAsync(Context, List<SignedIdentifier>, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets stored access policies for the queue that may be used with Shared Access Signatures.
setMetadata(Context, Integer, Map<String, String>, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets user-defined metadata on the specified queue.
setMetadata(Metadata) - Method in class com.microsoft.azure.storage.queue.QueueURL
SetMetadata sets user-defined metadata on the specified queue.
setMetadata(Metadata, Context) - Method in class com.microsoft.azure.storage.queue.QueueURL
SetMetadata sets user-defined metadata on the specified queue.
setMetadataAsync(Context, Integer, Map<String, String>, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets user-defined metadata on the specified queue.
setMetadataAsync(Context, Integer, Map<String, String>, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets user-defined metadata on the specified queue.
setMetadataWithRestResponseAsync(Context, Integer, Map<String, String>, String) - Method in class com.microsoft.azure.storage.queue.GeneratedQueues
sets user-defined metadata on the specified queue.
setProperties(Context, StorageServiceProperties, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Sets properties for a storage account's Queue service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setProperties(StorageServiceProperties) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Sets properties for a storage account's queue service endpoint.
setProperties(StorageServiceProperties, Context) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Sets properties for a storage account's queue service endpoint.
setPropertiesAsync(Context, StorageServiceProperties, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Sets properties for a storage account's Queue service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setPropertiesAsync(Context, StorageServiceProperties, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Sets properties for a storage account's Queue service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setPropertiesWithRestResponseAsync(Context, StorageServiceProperties, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedServices
Sets properties for a storage account's Queue service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setToken(String) - Method in class com.microsoft.azure.storage.queue.TokenCredentials
Update the token to a new value.
SharedKeyCredentials - Class in com.microsoft.azure.storage.queue
SharedKeyCredentials are a means of signing and authenticating storage requests.
SharedKeyCredentials(String, String) - Constructor for class com.microsoft.azure.storage.queue.SharedKeyCredentials
Initializes a new instance of SharedKeyCredentials contains an account's name and its primary or secondary accountKey.
signature() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
SignedIdentifier - Class in com.microsoft.azure.storage.queue.models
signed identifier.
SignedIdentifier() - Constructor for class com.microsoft.azure.storage.queue.models.SignedIdentifier
 
SignedIdentifiersWrapper - Class in com.microsoft.azure.storage.queue.implementation
A wrapper around List<SignedIdentifier> which provides top-level metadata for serialization.
SignedIdentifiersWrapper(List<SignedIdentifier>) - Constructor for class com.microsoft.azure.storage.queue.implementation.SignedIdentifiersWrapper
Creates an instance of SignedIdentifiersWrapper.
start() - Method in class com.microsoft.azure.storage.queue.models.AccessPolicy
Get the start value.
startTime() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
When the SAS will take effect.
startTime() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
startTime() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
When the SAS will take effect.
status() - Method in class com.microsoft.azure.storage.queue.models.GeoReplication
Get the status value.
statusCode() - Method in exception com.microsoft.azure.storage.queue.StorageException
 
storageClient - Variable in class com.microsoft.azure.storage.queue.StorageURL
 
StorageError - Class in com.microsoft.azure.storage.queue.models
The StorageError model.
StorageError() - Constructor for class com.microsoft.azure.storage.queue.models.StorageError
 
StorageErrorCode - Class in com.microsoft.azure.storage.queue.models
Defines values for StorageErrorCode.
StorageErrorCode() - Constructor for class com.microsoft.azure.storage.queue.models.StorageErrorCode
 
StorageErrorException - Exception in com.microsoft.azure.storage.queue.models
Exception thrown for an invalid response with StorageError information.
StorageErrorException(String, HttpResponse) - Constructor for exception com.microsoft.azure.storage.queue.models.StorageErrorException
Initializes a new instance of the StorageErrorException class.
StorageErrorException(String, HttpResponse, StorageError) - Constructor for exception com.microsoft.azure.storage.queue.models.StorageErrorException
Initializes a new instance of the StorageErrorException class.
StorageException - Exception in com.microsoft.azure.storage.queue
A StorageException is thrown whenever Azure Storage successfully returns an error code that is not 200-level.
StorageServiceProperties - Class in com.microsoft.azure.storage.queue.models
Storage Service Properties.
StorageServiceProperties() - Constructor for class com.microsoft.azure.storage.queue.models.StorageServiceProperties
 
StorageServiceStats - Class in com.microsoft.azure.storage.queue.models
Stats for the storage service.
StorageServiceStats() - Constructor for class com.microsoft.azure.storage.queue.models.StorageServiceStats
 
StorageURL - Class in com.microsoft.azure.storage.queue
Represents a URL to a Azure storage object.
StorageURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.queue.StorageURL
 

T

table() - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access table resources granted.
TelemetryFactory - Class in com.microsoft.azure.storage.queue
This is a factory which creates policies in an HttpPipeline for adding telemetry to a given HTTP request.
TelemetryFactory(TelemetryOptions) - Constructor for class com.microsoft.azure.storage.queue.TelemetryFactory
Creates a factory that can create telemetry policy objects which add telemetry information to the outgoing HTTP requests.
telemetryOptions() - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Configures the built-in telemetry policy behavior.
TelemetryOptions - Class in com.microsoft.azure.storage.queue
Options for configuring the TelemetryFactory.
TelemetryOptions(String) - Constructor for class com.microsoft.azure.storage.queue.TelemetryOptions
 
timeNextVisible() - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Get the timeNextVisible value.
timeNextVisible() - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Get the timeNextVisible value.
timeNextVisible() - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Get the timeNextVisible value.
TokenCredentials - Class in com.microsoft.azure.storage.queue
TokenCredentials are a means of authenticating requests to Azure Storage via OAuth user tokens.
TokenCredentials(String) - Constructor for class com.microsoft.azure.storage.queue.TokenCredentials
Creates a token credential for use with role-based access control (RBAC) access to Azure Storage resources.
toString() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Converts the given permissions to a String.
toString() - Method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Converts the given resource types to a String.
toString() - Method in class com.microsoft.azure.storage.queue.AccountSASService
Converts the given services to a String.
toString() - Method in class com.microsoft.azure.storage.queue.IPRange
Output the single IP address or range of IP addresses for.
toString() - Method in enum com.microsoft.azure.storage.queue.models.ListQueuesIncludeType
 
toString() - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Converts the given permissions to a String.
toString() - Method in enum com.microsoft.azure.storage.queue.SASProtocol
 
toString() - Method in class com.microsoft.azure.storage.queue.StorageURL
 
toURL() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
Converts the queue URL parts to a URL.
toURL() - Method in class com.microsoft.azure.storage.queue.StorageURL
 

U

UNAVAILABLE - Static variable in class com.microsoft.azure.storage.queue.models.GeoReplicationStatusType
Static value unavailable for GeoReplicationStatusType.
unparsedParameters() - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The query parameter key value pairs aside from SAS parameters or null if there were no such parameters.
UNSUPPORTED_HEADER - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value UnsupportedHeader for StorageErrorCode.
UNSUPPORTED_HTTP_VERB - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value UnsupportedHttpVerb for StorageErrorCode.
UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value UnsupportedQueryParameter for StorageErrorCode.
UNSUPPORTED_XML_NODE - Static variable in class com.microsoft.azure.storage.queue.models.StorageErrorCode
Static value UnsupportedXmlNode for StorageErrorCode.
update() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permissions to update messages in the queue.
update(Context, QueueMessage, String, int, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Update operation was introduced with version 2011-08-18 of the Queue service API.
update(String, int, String) - Method in class com.microsoft.azure.storage.queue.MessageIdURL
Updates the visibility timeout of a message.
update(String, int, String, Context) - Method in class com.microsoft.azure.storage.queue.MessageIdURL
Updates the visibility timeout of a message.
update() - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Update access granted.
updateAsync(Context, QueueMessage, String, int, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Update operation was introduced with version 2011-08-18 of the Queue service API.
updateAsync(Context, QueueMessage, String, int, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Update operation was introduced with version 2011-08-18 of the Queue service API.
updateWithRestResponseAsync(Context, QueueMessage, String, int, Integer, String) - Method in class com.microsoft.azure.storage.queue.GeneratedMessageIDs
The Update operation was introduced with version 2011-08-18 of the Queue service API.
url() - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Gets The URL of the service account, queue or message that is the targe of the desired operation.
URLParser - Class in com.microsoft.azure.storage.queue
A class used to conveniently parse URLs into QueueURLParts to modify the components of the URL.
URLParser() - Constructor for class com.microsoft.azure.storage.queue.URLParser
 

V

valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.models.ListQueuesIncludeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.RetryPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.SASProtocol
Returns the enum constant of this type with the specified name.
values() - Static method in class com.microsoft.azure.storage.queue.models.GeoReplicationStatusType
 
values() - Static method in enum com.microsoft.azure.storage.queue.models.ListQueuesIncludeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.microsoft.azure.storage.queue.models.StorageErrorCode
 
values() - Static method in enum com.microsoft.azure.storage.queue.RetryPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.queue.SASProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
If null or empty, this defaults to the service version targeted by this version of the library.
version() - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Gets Specifies the version of the operation to use for this request.
version() - Method in class com.microsoft.azure.storage.queue.models.Logging
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.MessageClearHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.MessageIDDeleteHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.MessagePeekHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.Metrics
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.QueueCreateHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.QueueDeleteHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.QueueSetMetadataHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.models.ServiceSetPropertiesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.queue.SASQueryParameters
 
version() - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The version of the service this SAS will target.

W

withAccessPolicy(AccessPolicy) - Method in class com.microsoft.azure.storage.queue.models.SignedIdentifier
Set the accessPolicy value.
withAccountName(String) - Method in class com.microsoft.azure.storage.queue.IPStyleEndPointInfo
The account name.
withAdd(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to read resources and list queues and tables granted.
withAdd(boolean) - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Add access granted.
withAllowedHeaders(String) - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Set the allowedHeaders value.
withAllowedMethods(String) - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Set the allowedMethods value.
withAllowedOrigins(String) - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Set the allowedOrigins value.
withApproximateMessagesCount(Integer) - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Set the approximateMessagesCount value.
withBlob(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access blob resources granted.
withClient(HttpClient) - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Specifies which HttpClient to use to send the requests.
withContainer(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Permission to access container level APIs (Blob Containers, Tables, Queues, File Shares) granted.
withCors(List<CorsRule>) - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Set the cors value.
withCreate(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to create blobs, queues and files granted.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.MessageClearHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.MessageIDDeleteHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.MessagePeekHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.QueueCreateHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.QueueDeleteHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.QueueSetMetadataHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentHeaders
Set the date value.
withDays(Integer) - Method in class com.microsoft.azure.storage.queue.models.RetentionPolicy
Set the days value.
withDelete(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to delete resources granted.
withDelete(boolean) - Method in class com.microsoft.azure.storage.queue.models.Logging
Set the delete value.
withDequeueCount(long) - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Set the dequeueCount value.
withDequeueCount(long) - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Set the dequeueCount value.
withDetails(QueueListingDetails) - Method in class com.microsoft.azure.storage.queue.ListQueuesOptions
withEnabled(boolean) - Method in class com.microsoft.azure.storage.queue.models.Metrics
Set the enabled value.
withEnabled(boolean) - Method in class com.microsoft.azure.storage.queue.models.RetentionPolicy
Set the enabled value.
withExpirationTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Set the expirationTime value.
withExpirationTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Set the expirationTime value.
withExpirationTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Set the expirationTime value.
withExpiry(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.AccessPolicy
Set the expiry value.
withExpiryTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
The time after which the SAS will no longer work.
withExpiryTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The time after which the SAS will no longer work.
withExposedHeaders(String) - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Set the exposedHeaders value.
withFile(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access file resources granted.
withGeoReplication(GeoReplication) - Method in class com.microsoft.azure.storage.queue.models.StorageServiceStats
Set the geoReplication value.
withHost(String) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The host.
withHourMetrics(Metrics) - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Set the hourMetrics value.
withId(String) - Method in class com.microsoft.azure.storage.queue.models.SignedIdentifier
Set the id value.
withIdentifier(String) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The name of the access policy on the queue this SAS references if any.
withIncludeAPIs(Boolean) - Method in class com.microsoft.azure.storage.queue.models.Metrics
Set the includeAPIs value.
withInsertionTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Set the insertionTime value.
withInsertionTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Set the insertionTime value.
withInsertionTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Set the insertionTime value.
withIPEndPointStyleInfo(IPStyleEndPointInfo) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
withIpMax(String) - Method in class com.microsoft.azure.storage.queue.IPRange
A Inet4Address representing the maximum IP address of the range.
withIpMin(String) - Method in class com.microsoft.azure.storage.queue.IPRange
A string representing the minimum IP address of the range.
withIpRange(IPRange) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
withIpRange(IPRange) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
withLastSyncTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.GeoReplication
Set the lastSyncTime value.
withList(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to list blob containers, blobs, shares, directories, and files granted.
withLogger(HttpPipelineLogger) - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Specifies the logger for the pipeline.
withLogging(Logging) - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Set the logging value.
withLoggingOptions(LoggingOptions) - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Configures the built-in request logging policy.
withMarker(String) - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Set the marker value.
withMaxAgeInSeconds(int) - Method in class com.microsoft.azure.storage.queue.models.CorsRule
Set the maxAgeInSeconds value.
withMaxResults(Integer) - Method in class com.microsoft.azure.storage.queue.ListQueuesOptions
Specifies the maximum number of queues to return.
withMaxResults(int) - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Set the maxResults value.
withMessage(String) - Method in class com.microsoft.azure.storage.queue.models.StorageError
Set the message value.
withMessageId(String) - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Set the messageId value.
withMessageId(String) - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Set the messageId value.
withMessageId(String) - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Set the messageId value.
withMessageId(String) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
MessageId represents the messageID of the message represented by the URL.
withMessages(boolean) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
Messages is true if "/messages" was/should be in URL
withMessageText(String) - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Set the messageText value.
withMessageText(String) - Method in class com.microsoft.azure.storage.queue.models.PeekedMessageItem
Set the messageText value.
withMessageText(String) - Method in class com.microsoft.azure.storage.queue.models.QueueMessage
Set the messageText value.
withMetadata(Map<String, String>) - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Set the metadata value.
withMetadata(Map<String, String>) - Method in class com.microsoft.azure.storage.queue.models.QueueItem
Set the metadata value.
withMetadata(boolean) - Method in class com.microsoft.azure.storage.queue.QueueListingDetails
Whether metadata should be returned.
withMinuteMetrics(Metrics) - Method in class com.microsoft.azure.storage.queue.models.StorageServiceProperties
Set the minuteMetrics value.
withName(String) - Method in class com.microsoft.azure.storage.queue.models.QueueItem
Set the name value.
withNextMarker(String) - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Set the nextMarker value.
withObject(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Permission to access object level APIs (Blobs, Table Entities, Queue Messages, Files) granted.
withPermission(String) - Method in class com.microsoft.azure.storage.queue.models.AccessPolicy
Set the permission value.
withPermissions(String) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
Specifies which operations the SAS user may perform.
withPermissions(String) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
Please refer to QueueSASPermission depending on the resource being accessed for help constructing the permissions string.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.queue.MessageIdURL
Creates a new MessageIdURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.queue.MessagesURL
Creates a new MessagesURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.queue.QueueURL
Creates a new QueueURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.queue.ServiceURL
Creates a new ServiceURL with the given pipeline.
withPopReceipt(String) - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Set the popReceipt value.
withPopReceipt(String) - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Set the popReceipt value.
withPopReceipt(String) - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Set the popReceipt value.
withPort(Integer) - Method in class com.microsoft.azure.storage.queue.IPStyleEndPointInfo
The port number of the IP address.
withPrefix(String) - Method in class com.microsoft.azure.storage.queue.ListQueuesOptions
Filters the results to return only queues whose names begin with the specified prefix.
withPrefix(String) - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Set the prefix value.
withProcessMessage(boolean) - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Get and Delete access granted.
withProcessMessages(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to get and delete messages granted.
withProtocol(SASProtocol) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
withProtocol(SASProtocol) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
withQueue(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access queue resources granted.
withQueueItems(List<QueueItem>) - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Set the queueItems value.
withQueueName(String) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The queueName name or null if a ServiceURL was parsed.
withQueueName(String) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The name of the queue the SAS user may access.
withRead(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to read resources and list queues and tables granted.
withRead(boolean) - Method in class com.microsoft.azure.storage.queue.models.Logging
Set the read value.
withRead(boolean) - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Read access granted.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.MessageClearHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.MessageIDDeleteHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.MessagePeekHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.QueueCreateHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.QueueDeleteHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.QueueSetMetadataHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceSetPropertiesHeaders
Set the requestId value.
withRequestRetryOptions(RequestRetryOptions) - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Configures the retry policy's behavior.
withResourceTypes(String) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
The values that indicate the resource types accessible with this SAS.
withRetentionPolicy(RetentionPolicy) - Method in class com.microsoft.azure.storage.queue.models.Logging
Set the retentionPolicy value.
withRetentionPolicy(RetentionPolicy) - Method in class com.microsoft.azure.storage.queue.models.Metrics
Set the retentionPolicy value.
withSasQueryParameters(SASQueryParameters) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
A SASQueryParameters representing the SAS query parameters or null if there were no such parameters.
withScheme(String) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The scheme.
withService(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASResourceType
Permission to access service level APIs granted.
withServiceEndpoint(String) - Method in class com.microsoft.azure.storage.queue.models.ListQueuesResponse
Set the serviceEndpoint value.
withServices(String) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
The values that indicate the services accessible with this SAS.
withStart(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.AccessPolicy
Set the start value.
withStartTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
When the SAS will take effect.
withStartTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
When the SAS will take effect.
withStatus(GeoReplicationStatusType) - Method in class com.microsoft.azure.storage.queue.models.GeoReplication
Set the status value.
withTable(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASService
Permission to access table resources granted.
withTelemetryOptions(TelemetryOptions) - Method in class com.microsoft.azure.storage.queue.PipelineOptions
Configures the built-in telemetry policy behavior.
withTimeNextVisible(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.DequeuedMessageItem
Set the timeNextVisible value.
withTimeNextVisible(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.EnqueuedMessage
Set the timeNextVisible value.
withTimeNextVisible(OffsetDateTime) - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Set the timeNextVisible value.
withUnparsedParameters(Map<String, String[]>) - Method in class com.microsoft.azure.storage.queue.QueueURLParts
The query parameter key value pairs aside from SAS parameters or null if there were no such parameters.
withUpdate(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permissions to update messages in the queue.
withUpdate(boolean) - Method in class com.microsoft.azure.storage.queue.QueueSASPermission
Specifies Update access granted.
withUrl(String) - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Sets The URL of the service account, queue or message that is the targe of the desired operation.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.AccountSASSignatureValues
If null or empty, this defaults to the service version targeted by this version of the library.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.GeneratedStorageClient
Sets Specifies the version of the operation to use for this request.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.Logging
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.MessageClearHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.MessageDequeueHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.MessageEnqueueHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.MessageIDDeleteHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.MessageIDUpdateHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.MessagePeekHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.Metrics
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.QueueCreateHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.QueueDeleteHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.QueueGetAccessPolicyHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.QueueGetPropertiesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.QueueSetAccessPolicyHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.QueueSetMetadataHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceGetPropertiesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceGetStatisticsHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceListQueuesSegmentHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.models.ServiceSetPropertiesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.queue.ServiceSASSignatureValues
The version of the service this SAS will target.
withWrite(boolean) - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to write resources granted.
withWrite(boolean) - Method in class com.microsoft.azure.storage.queue.models.Logging
Set the write value.
write() - Method in class com.microsoft.azure.storage.queue.AccountSASPermission
Permission to write resources granted.
write() - Method in class com.microsoft.azure.storage.queue.models.Logging
Get the write value.
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

This documentation was released into the public domain.