Index

A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Serialized Form

A

ACCOUNT_ALREADY_EXISTS - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AccountAlreadyExists for QueueErrorCode.
ACCOUNT_BEING_CREATED - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AccountBeingCreated for QueueErrorCode.
ACCOUNT_IS_DISABLED - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AccountIsDisabled for QueueErrorCode.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.queue.QueueClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Adds a pipeline policy to apply on each request sent.
AUTHENTICATION_FAILED - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AuthenticationFailed for QueueErrorCode.
AUTHORIZATION_FAILURE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AuthorizationFailure for QueueErrorCode.
AUTHORIZATION_PERMISSION_MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AuthorizationPermissionMismatch for QueueErrorCode.
AUTHORIZATION_PROTOCOL_MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AuthorizationProtocolMismatch for QueueErrorCode.
AUTHORIZATION_RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AuthorizationResourceTypeMismatch for QueueErrorCode.
AUTHORIZATION_SERVICE_MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AuthorizationServiceMismatch for QueueErrorCode.
AUTHORIZATION_SOURCE_IPMISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value AuthorizationSourceIPMismatch for QueueErrorCode.

B

BASE64 - Enum constant in enum com.azure.storage.queue.QueueMessageEncoding
The queue message body is represented as Base64 encoded string in HTTP requests and responses.
BOOTSTRAP - Static variable in class com.azure.storage.queue.models.GeoReplicationStatus
Static value bootstrap for GeoReplicationStatus.
buildAsyncClient() - Method in class com.azure.storage.queue.QueueClientBuilder
Creates a QueueAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Creates a QueueServiceAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.storage.queue.QueueClientBuilder
Creates a QueueClient based on options set in the builder.
buildClient() - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Creates a QueueServiceClient based on options set in the builder.

C

clearMessages() - Method in class com.azure.storage.queue.QueueAsyncClient
Deletes all messages in the queue.
clearMessages() - Method in class com.azure.storage.queue.QueueClient
Deletes all messages in the queue.
clearMessagesWithResponse() - Method in class com.azure.storage.queue.QueueAsyncClient
Deletes all messages in the queue.
clearMessagesWithResponse(Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Deletes all messages in the queue.
clientOptions(ClientOptions) - Method in class com.azure.storage.queue.QueueClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
com.azure.storage.queue - package com.azure.storage.queue
This package contains the classes to perform actions on Azure Storage Queue.
com.azure.storage.queue.models - package com.azure.storage.queue.models
Package containing classes for AzureQueueStorage.
com.azure.storage.queue.sas - package com.azure.storage.queue.sas
Package containing SAS (shared access signature) classes used by Azure Storage Queues.
CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value ConditionHeadersNotSupported for QueueErrorCode.
CONDITION_NOT_MET - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value ConditionNotMet for QueueErrorCode.
configuration(Configuration) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
configuration(Configuration) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
connectionString(String) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the connection string to connect to the service.
connectionString(String) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the connection string to connect to the service.
create() - Method in class com.azure.storage.queue.QueueAsyncClient
Creates a new queue.
create() - Method in class com.azure.storage.queue.QueueClient
Creates a new queue.
createIfNotExists() - Method in class com.azure.storage.queue.QueueAsyncClient
Creates a new queue.
createIfNotExists() - Method in class com.azure.storage.queue.QueueClient
Creates a new queue if it does not exist.
createIfNotExistsWithResponse(Map<String, String>) - Method in class com.azure.storage.queue.QueueAsyncClient
Creates a new queue.
createIfNotExistsWithResponse(Map<String, String>, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Creates a new queue if it does not exist.
createQueue(String) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Creates a queue in the storage account with the specified name and returns a QueueAsyncClient to interact with it.
createQueue(String) - Method in class com.azure.storage.queue.QueueServiceClient
Creates a queue in the storage account with the specified name and returns a QueueClient to interact with it.
createQueueWithResponse(String, Map<String, String>) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Creates a queue in the storage account with the specified name and metadata and returns a QueueAsyncClient to interact with it.
createQueueWithResponse(String, Map<String, String>, Duration, Context) - Method in class com.azure.storage.queue.QueueServiceClient
Creates a queue in the storage account with the specified name and metadata and returns a QueueClient to interact with it.
createWithResponse(Map<String, String>) - Method in class com.azure.storage.queue.QueueAsyncClient
Creates a new queue.
createWithResponse(Map<String, String>, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Creates a new queue.
credential(AzureNamedKeyCredential) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureNamedKeyCredential) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureSasCredential) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the AzureSasCredential used to authorize requests sent to the service.
credential(AzureSasCredential) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the AzureSasCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.

D

delete() - Method in class com.azure.storage.queue.QueueAsyncClient
Permanently deletes the queue.
delete() - Method in class com.azure.storage.queue.QueueClient
Permanently deletes the queue.
deleteIfExists() - Method in class com.azure.storage.queue.QueueAsyncClient
Permanently deletes the queue if it exists.
deleteIfExists() - Method in class com.azure.storage.queue.QueueClient
Permanently deletes the queue if exists.
deleteIfExistsWithResponse() - Method in class com.azure.storage.queue.QueueAsyncClient
Permanently deletes the queue if it exists.
deleteIfExistsWithResponse(Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Permanently deletes the queue if it exists.
deleteMessage(String, String) - Method in class com.azure.storage.queue.QueueAsyncClient
Deletes the specified message in the queue
deleteMessage(String, String) - Method in class com.azure.storage.queue.QueueClient
Deletes the specified message in the queue
deleteMessageWithResponse(String, String) - Method in class com.azure.storage.queue.QueueAsyncClient
Deletes the specified message in the queue
deleteMessageWithResponse(String, String, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Deletes the specified message in the queue
deleteQueue(String) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Deletes a queue in the storage account
deleteQueue(String) - Method in class com.azure.storage.queue.QueueServiceClient
Deletes a queue in the storage account
deleteQueueWithResponse(String) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Deletes a queue in the storage account
deleteQueueWithResponse(String, Duration, Context) - Method in class com.azure.storage.queue.QueueServiceClient
Deletes a queue in the storage account
deleteWithResponse() - Method in class com.azure.storage.queue.QueueAsyncClient
Permanently deletes the queue.
deleteWithResponse(Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Permanently deletes the queue.

E

EMPTY_METADATA_KEY - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value EmptyMetadataKey for QueueErrorCode.
encode() - Method in class com.azure.storage.queue.sas.QueueServiceSasQueryParameters
Deprecated.
Please use the generateSas method on the desired queue client after initializing QueueServiceSasSignatureValues.
endpoint(String) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the endpoint for the Azure Storage Queue instance that the client will interact with.
endpoint(String) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the endpoint for the Azure Storage Queue instance that the client will interact with.

F

FEATURE_VERSION_MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value FeatureVersionMismatch for QueueErrorCode.
fromString(String) - Static method in class com.azure.storage.queue.models.GeoReplicationStatus
Creates or finds a GeoReplicationStatus from its string representation.
fromString(String) - Static method in class com.azure.storage.queue.models.QueueErrorCode
Creates or finds a QueueErrorCode from its string representation.

G

generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.queue.QueueServiceClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateAccountSas(AccountSasSignatureValues, Context) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateAccountSas(AccountSasSignatureValues, Context) - Method in class com.azure.storage.queue.QueueServiceClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateSas(QueueServiceSasSignatureValues) - Method in class com.azure.storage.queue.QueueAsyncClient
Generates a service sas for the queue using the specified QueueServiceSasSignatureValues
generateSas(QueueServiceSasSignatureValues) - Method in class com.azure.storage.queue.QueueClient
Generates a service sas for the queue using the specified QueueServiceSasSignatureValues
generateSas(QueueServiceSasSignatureValues, Context) - Method in class com.azure.storage.queue.QueueAsyncClient
Generates a service sas for the queue using the specified QueueServiceSasSignatureValues
generateSas(QueueServiceSasSignatureValues, Context) - Method in class com.azure.storage.queue.QueueClient
Generates a service sas for the queue using the specified QueueServiceSasSignatureValues
generateSasQueryParameters(StorageSharedKeyCredential) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Deprecated.
Please use the generateSas(QueueServiceSasSignatureValues) method on the desired queue client after initializing QueueServiceSasSignatureValues.
GeoReplication - Class in com.azure.storage.queue.models
The GeoReplication model.
GeoReplication() - Constructor for class com.azure.storage.queue.models.GeoReplication
 
GeoReplicationStatus - Class in com.azure.storage.queue.models
Defines values for GeoReplicationStatus.
GeoReplicationStatus() - Constructor for class com.azure.storage.queue.models.GeoReplicationStatus
 
getAccessPolicy() - Method in class com.azure.storage.queue.models.QueueSignedIdentifier
Get the accessPolicy property: The access policy.
getAccessPolicy() - Method in class com.azure.storage.queue.QueueAsyncClient
Retrieves stored access policies specified on the queue.
getAccessPolicy() - Method in class com.azure.storage.queue.QueueClient
Retrieves stored access policies specified on the queue.
getAccountName() - Method in class com.azure.storage.queue.QueueAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.queue.QueueClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.queue.QueueServiceClient
Get associated account name.
getAllowedHeaders() - Method in class com.azure.storage.queue.models.QueueCorsRule
Get the allowedHeaders property: the request headers that the origin domain may specify on the CORS request.
getAllowedMethods() - Method in class com.azure.storage.queue.models.QueueCorsRule
Get the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
getAllowedOrigins() - Method in class com.azure.storage.queue.models.QueueCorsRule
Get the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
getAnalyticsLogging() - Method in class com.azure.storage.queue.models.QueueServiceProperties
Get the analyticsLogging property: Azure Analytics Logging settings.
getApproximateMessagesCount() - Method in class com.azure.storage.queue.models.QueueProperties
Gets the approximate number of messages contained in the queue at the time of properties retrieval.
getBody() - Method in class com.azure.storage.queue.models.PeekedMessageItem
Get the body property: The content of the Message.
getBody() - Method in class com.azure.storage.queue.models.QueueMessageItem
Get the body property: The content of the Message.
getCause() - Method in class com.azure.storage.queue.models.QueueMessageDecodingError
Gets the Exception thrown at decoding attempt if present.
getCors() - Method in class com.azure.storage.queue.models.QueueServiceProperties
Get the cors property: The set of CORS rules.
getDays() - Method in class com.azure.storage.queue.models.QueueRetentionPolicy
Get the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.queue.QueueClientBuilder
Gets the default Storage allowlist log headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.queue.QueueServiceClientBuilder
Gets the default Storage allowlist log headers and query parameters.
getDequeueCount() - Method in class com.azure.storage.queue.models.PeekedMessageItem
Get the dequeueCount property: The number of times the message has been dequeued.
getDequeueCount() - Method in class com.azure.storage.queue.models.QueueMessageItem
Get the dequeueCount property: The number of times the message has been dequeued.
getErrorCode() - Method in exception com.azure.storage.queue.models.QueueStorageException
 
getExpirationTime() - Method in class com.azure.storage.queue.models.PeekedMessageItem
Get the expirationTime property: The time that the Message will expire and be automatically deleted.
getExpirationTime() - Method in class com.azure.storage.queue.models.QueueMessageItem
Get the expirationTime property: The time that the Message will expire and be automatically deleted.
getExpirationTime() - Method in class com.azure.storage.queue.models.SendMessageResult
Get the expirationTime property: The time that the Message will expire and be automatically deleted.
getExpiresOn() - Method in class com.azure.storage.queue.models.QueueAccessPolicy
Get the expiresOn property: the date-time the policy expires.
getExpiryTime() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
 
getExposedHeaders() - Method in class com.azure.storage.queue.models.QueueCorsRule
Get the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
getGeoReplication() - Method in class com.azure.storage.queue.models.QueueServiceStatistics
Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.
getHourMetrics() - Method in class com.azure.storage.queue.models.QueueServiceProperties
Get the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.
getHttpPipeline() - Method in class com.azure.storage.queue.QueueAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.queue.QueueClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.queue.QueueServiceClient
Gets the HttpPipeline powering this client.
getId() - Method in class com.azure.storage.queue.models.QueueSignedIdentifier
Get the id property: a unique id.
getId() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
getIdentifier() - Method in class com.azure.storage.queue.sas.QueueServiceSasQueryParameters
Deprecated.
getIdentifier() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
 
getInsertionTime() - Method in class com.azure.storage.queue.models.PeekedMessageItem
Get the insertionTime property: The time the Message was inserted into the Queue.
getInsertionTime() - Method in class com.azure.storage.queue.models.QueueMessageItem
Get the insertionTime property: The time the Message was inserted into the Queue.
getInsertionTime() - Method in class com.azure.storage.queue.models.SendMessageResult
Get the insertionTime property: The time the Message was inserted into the Queue.
getLastSyncTime() - Method in class com.azure.storage.queue.models.GeoReplication
Get the lastSyncTime property: A GMT date/time value, to the second.
getLatest() - Static method in enum com.azure.storage.queue.QueueServiceVersion
Gets the latest service version supported by this client library
getMaxAgeInSeconds() - Method in class com.azure.storage.queue.models.QueueCorsRule
Get the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
getMaxResultsPerPage() - Method in class com.azure.storage.queue.models.QueuesSegmentOptions
 
getMessageEncoding() - Method in class com.azure.storage.queue.QueueAsyncClient
Gets the message encoding the client is using.
getMessageEncoding() - Method in class com.azure.storage.queue.QueueClient
Gets the message encoding the client is using.
getMessageEncoding() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Gets the message encoding the client is using.
getMessageEncoding() - Method in class com.azure.storage.queue.QueueServiceClient
Gets the message encoding the client is using.
getMessageId() - Method in class com.azure.storage.queue.models.PeekedMessageItem
Get the messageId property: The Id of the Message.
getMessageId() - Method in class com.azure.storage.queue.models.QueueMessageItem
Get the messageId property: The Id of the Message.
getMessageId() - Method in class com.azure.storage.queue.models.SendMessageResult
Get the messageId property: The Id of the Message.
getMessageText() - Method in class com.azure.storage.queue.models.PeekedMessageItem
Deprecated.
getMessageText() - Method in class com.azure.storage.queue.models.QueueMessageItem
Deprecated.
getMetadata() - Method in class com.azure.storage.queue.models.QueueItem
Get the metadata property: Dictionary of <string>.
getMetadata() - Method in class com.azure.storage.queue.models.QueueProperties
Gets the user-defined metadata associated with the queue.
getMinuteMetrics() - Method in class com.azure.storage.queue.models.QueueServiceProperties
Get the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.
getName() - Method in class com.azure.storage.queue.models.QueueItem
Get the name property: The name of the Queue.
getPeekedMessageItem() - Method in class com.azure.storage.queue.models.QueueMessageDecodingError
Gets the PeekedMessageItem that has been peeked and could not be decoded.
getPermissions() - Method in class com.azure.storage.queue.models.QueueAccessPolicy
Get the permissions property: the permissions for the acl policy.
getPermissions() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
 
getPopReceipt() - Method in class com.azure.storage.queue.models.QueueMessageItem
Get the popReceipt property: This value is required to delete the Message.
getPopReceipt() - Method in class com.azure.storage.queue.models.SendMessageResult
Get the popReceipt property: This value is required to delete the Message.
getPopReceipt() - Method in class com.azure.storage.queue.models.UpdateMessageResult
 
getPrefix() - Method in class com.azure.storage.queue.models.QueuesSegmentOptions
 
getProperties() - Method in class com.azure.storage.queue.QueueAsyncClient
Retrieves metadata and approximate message count of the queue.
getProperties() - Method in class com.azure.storage.queue.QueueClient
Retrieves metadata and approximate message count of the queue.
getProperties() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Retrieves the properties of the storage account's Queue service.
getProperties() - Method in class com.azure.storage.queue.QueueServiceClient
Retrieves the properties of the storage account's Queue service.
getPropertiesWithResponse() - Method in class com.azure.storage.queue.QueueAsyncClient
Retrieves metadata and approximate message count of the queue.
getPropertiesWithResponse() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Retrieves the properties of the storage account's Queue service.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Retrieves metadata and approximate message count of the queue.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.queue.QueueServiceClient
Retrieves the properties of the storage account's Queue service.
getProtocol() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
 
getQueueAsyncClient() - Method in class com.azure.storage.queue.models.QueueMessageDecodingError
Gets the async queue client that has received message.
getQueueAsyncClient(String) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Constructs a QueueAsyncClient that interacts with the specified queue.
getQueueClient() - Method in class com.azure.storage.queue.models.QueueMessageDecodingError
Gets the queue client that has received message.
getQueueClient(String) - Method in class com.azure.storage.queue.QueueServiceClient
Constructs a QueueClient that interacts with the specified queue.
getQueueMessageItem() - Method in class com.azure.storage.queue.models.QueueMessageDecodingError
Gets the QueueMessageItem that has been received and could not be decoded.
getQueueName() - Method in class com.azure.storage.queue.QueueAsyncClient
Get the queue name of the client.
getQueueName() - Method in class com.azure.storage.queue.QueueClient
Get the queue name of the client.
getQueueName() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Deprecated.
Queue name is now auto-populated by the SAS generation methods provided on the desired queue client.
getQueueServiceUrl() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
 
getQueueServiceUrl() - Method in class com.azure.storage.queue.QueueServiceClient
 
getQueueUrl() - Method in class com.azure.storage.queue.QueueAsyncClient
 
getQueueUrl() - Method in class com.azure.storage.queue.QueueClient
 
getRetentionPolicy() - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Get the retentionPolicy property: the retention policy.
getRetentionPolicy() - Method in class com.azure.storage.queue.models.QueueMetrics
Get the retentionPolicy property: the retention policy.
getSasIpRange() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
 
getServiceMessage() - Method in exception com.azure.storage.queue.models.QueueStorageException
 
getServiceVersion() - Method in class com.azure.storage.queue.QueueAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.queue.QueueClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.queue.QueueServiceClient
Gets the service version the client is using.
getStartsOn() - Method in class com.azure.storage.queue.models.QueueAccessPolicy
Get the startsOn property: the date-time the policy is active.
getStartTime() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
 
getStatistics() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Retrieves the geo replication information about the Queue service.
getStatistics() - Method in class com.azure.storage.queue.QueueServiceClient
Retrieves the geo replication information about the Queue service.
getStatisticsWithResponse() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Retrieves the geo replication information about the Queue service.
getStatisticsWithResponse(Duration, Context) - Method in class com.azure.storage.queue.QueueServiceClient
Retrieves the geo replication information about the Queue service.
getStatus() - Method in class com.azure.storage.queue.models.GeoReplication
Get the status property: The status of the secondary location.
getStatusCode() - Method in exception com.azure.storage.queue.models.QueueStorageException
 
getTimeNextVisible() - Method in class com.azure.storage.queue.models.QueueMessageItem
Get the timeNextVisible property: The time that the message will again become visible in the Queue.
getTimeNextVisible() - Method in class com.azure.storage.queue.models.SendMessageResult
Get the timeNextVisible property: The time that the message will again become visible in the Queue.
getTimeNextVisible() - Method in class com.azure.storage.queue.models.UpdateMessageResult
 
getVersion() - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Get the version property: The version of Storage Analytics to configure.
getVersion() - Method in class com.azure.storage.queue.models.QueueMetrics
Get the version property: The version of Storage Analytics to configure.
getVersion() - Method in enum com.azure.storage.queue.QueueServiceVersion
getVersion() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
 

H

hasAddPermission() - Method in class com.azure.storage.queue.sas.QueueSasPermission
Gets the add permission status.
hasProcessPermission() - Method in class com.azure.storage.queue.sas.QueueSasPermission
Gets the process permission status.
hasReadPermission() - Method in class com.azure.storage.queue.sas.QueueSasPermission
Gets the read permissions status.
hasUpdatePermission() - Method in class com.azure.storage.queue.sas.QueueSasPermission
Gets the update permission status.
httpClient(HttpClient) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.

I

INSUFFICIENT_ACCOUNT_PERMISSIONS - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InsufficientAccountPermissions for QueueErrorCode.
INTERNAL_ERROR - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InternalError for QueueErrorCode.
INVALID_AUTHENTICATION_INFO - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidAuthenticationInfo for QueueErrorCode.
INVALID_HEADER_VALUE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidHeaderValue for QueueErrorCode.
INVALID_HTTP_VERB - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidHttpVerb for QueueErrorCode.
INVALID_INPUT - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidInput for QueueErrorCode.
INVALID_MARKER - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidMarker for QueueErrorCode.
INVALID_MD5 - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidMd5 for QueueErrorCode.
INVALID_METADATA - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidMetadata for QueueErrorCode.
INVALID_QUERY_PARAMETER_VALUE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidQueryParameterValue for QueueErrorCode.
INVALID_RANGE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidRange for QueueErrorCode.
INVALID_RESOURCE_NAME - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidResourceName for QueueErrorCode.
INVALID_URI - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidUri for QueueErrorCode.
INVALID_XML_DOCUMENT - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidXmlDocument for QueueErrorCode.
INVALID_XML_NODE_VALUE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value InvalidXmlNodeValue for QueueErrorCode.
isDelete() - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Get the delete property: Indicates whether all delete requests should be logged.
isEnabled() - Method in class com.azure.storage.queue.models.QueueMetrics
Get the enabled property: Indicates whether metrics are enabled for the Queue service.
isEnabled() - Method in class com.azure.storage.queue.models.QueueRetentionPolicy
Get the enabled property: Indicates whether a retention policy is enabled for the storage service.
isIncludeApis() - Method in class com.azure.storage.queue.models.QueueMetrics
Get the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.
isIncludeMetadata() - Method in class com.azure.storage.queue.models.QueuesSegmentOptions
 
isRead() - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Get the read property: Indicates whether all read requests should be logged.
isWrite() - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Get the write property: Indicates whether all write requests should be logged.

L

listQueues() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Lists all queues in the storage account without their metadata.
listQueues() - Method in class com.azure.storage.queue.QueueServiceClient
Lists all queues in the storage account without their metadata.
listQueues(QueuesSegmentOptions) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Lists the queues in the storage account that pass the filter.
listQueues(QueuesSegmentOptions, Duration, Context) - Method in class com.azure.storage.queue.QueueServiceClient
Lists the queues in the storage account that pass the filter.
LIVE - Static variable in class com.azure.storage.queue.models.GeoReplicationStatus
Static value live for GeoReplicationStatus.

M

MD5MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value Md5Mismatch for QueueErrorCode.
MESSAGE_NOT_FOUND - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MessageNotFound for QueueErrorCode.
MESSAGE_TOO_LARGE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MessageTooLarge for QueueErrorCode.
messageEncoding(QueueMessageEncoding) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the queue message encoding.
messageEncoding(QueueMessageEncoding) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the queue message encoding.
METADATA_TOO_LARGE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MetadataTooLarge for QueueErrorCode.
MISSING_CONTENT_LENGTH_HEADER - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MissingContentLengthHeader for QueueErrorCode.
MISSING_REQUIRED_HEADER - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MissingRequiredHeader for QueueErrorCode.
MISSING_REQUIRED_QUERY_PARAMETER - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MissingRequiredQueryParameter for QueueErrorCode.
MISSING_REQUIRED_XML_NODE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MissingRequiredXmlNode for QueueErrorCode.
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value MultipleConditionHeadersNotSupported for QueueErrorCode.

N

NONE - Enum constant in enum com.azure.storage.queue.QueueMessageEncoding
The queue message body is represented verbatim in HTTP requests and responses.

O

OPERATION_TIMED_OUT - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value OperationTimedOut for QueueErrorCode.
OUT_OF_RANGE_INPUT - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value OutOfRangeInput for QueueErrorCode.
OUT_OF_RANGE_QUERY_PARAMETER_VALUE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value OutOfRangeQueryParameterValue for QueueErrorCode.

P

parse(String) - Static method in class com.azure.storage.queue.sas.QueueSasPermission
Creates a QueueSasPermission from the specified permissions string.
PeekedMessageItem - Class in com.azure.storage.queue.models
The object returned in the QueueMessageList array when calling Peek Messages on a Queue.
PeekedMessageItem() - Constructor for class com.azure.storage.queue.models.PeekedMessageItem
 
peekMessage() - Method in class com.azure.storage.queue.QueueAsyncClient
Peeks the first message in the queue.
peekMessage() - Method in class com.azure.storage.queue.QueueClient
Peeks the first message in the queue.
peekMessages(Integer) - Method in class com.azure.storage.queue.QueueAsyncClient
Peek messages from the front of the queue up to the maximum number of messages.
peekMessages(Integer, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Peek messages from the front of the queue up to the maximum number of messages.
pipeline(HttpPipeline) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the HttpPipeline to use for the service client.
POP_RECEIPT_MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value PopReceiptMismatch for QueueErrorCode.
processMessageDecodingError(Consumer<QueueMessageDecodingError>) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.
processMessageDecodingError(Consumer<QueueMessageDecodingError>) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.
processMessageDecodingErrorAsync(Function<QueueMessageDecodingError, Mono<Void>>) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the asynchronous handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.
processMessageDecodingErrorAsync(Function<QueueMessageDecodingError, Mono<Void>>) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the asynchronous handler that performs the tasks needed when a message is received or peaked from the queue but cannot be decoded.

Q

QUEUE_ALREADY_EXISTS - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value QueueAlreadyExists for QueueErrorCode.
QUEUE_BEING_DELETED - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value QueueBeingDeleted for QueueErrorCode.
QUEUE_DISABLED - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value QueueDisabled for QueueErrorCode.
QUEUE_NOT_EMPTY - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value QueueNotEmpty for QueueErrorCode.
QUEUE_NOT_FOUND - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value QueueNotFound for QueueErrorCode.
QueueAccessPolicy - Class in com.azure.storage.queue.models
An Access policy.
QueueAccessPolicy() - Constructor for class com.azure.storage.queue.models.QueueAccessPolicy
 
QueueAnalyticsLogging - Class in com.azure.storage.queue.models
Azure Analytics Logging settings.
QueueAnalyticsLogging() - Constructor for class com.azure.storage.queue.models.QueueAnalyticsLogging
 
QueueAsyncClient - Class in com.azure.storage.queue
This class provides a client that contains all the operations for interacting with a queue in Azure Storage Queue.
QueueClient - Class in com.azure.storage.queue
This class provides a client that contains all the operations for interacting with a queue in Azure Storage Queue.
QueueClientBuilder - Class in com.azure.storage.queue
This class provides a fluent builder API to help aid the configuration and instantiation of the QueueClients and QueueAsyncClients, calling buildClient constructs an instance of QueueClient and calling buildAsyncClient constructs an instance of QueueAsyncClient.
QueueClientBuilder() - Constructor for class com.azure.storage.queue.QueueClientBuilder
Creates a builder instance that is able to configure and construct QueueClients and QueueAsyncClients.
QueueCorsRule - Class in com.azure.storage.queue.models
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
QueueCorsRule() - Constructor for class com.azure.storage.queue.models.QueueCorsRule
 
QueueErrorCode - Class in com.azure.storage.queue.models
Defines values for QueueErrorCode.
QueueErrorCode() - Constructor for class com.azure.storage.queue.models.QueueErrorCode
 
QueueItem - Class in com.azure.storage.queue.models
An Azure Storage Queue.
QueueItem() - Constructor for class com.azure.storage.queue.models.QueueItem
 
QueueMessageDecodingError - Class in com.azure.storage.queue.models
Contains information about message that could not be decoded.
QueueMessageDecodingError(QueueAsyncClient, QueueClient, QueueMessageItem, PeekedMessageItem, Exception) - Constructor for class com.azure.storage.queue.models.QueueMessageDecodingError
QueueMessageEncoding - Enum in com.azure.storage.queue
Determines how queue message body is represented in HTTP requests and responses.
QueueMessageItem - Class in com.azure.storage.queue.models
The object returned in the QueueMessageList array when calling Get Messages on a Queue.
QueueMessageItem() - Constructor for class com.azure.storage.queue.models.QueueMessageItem
 
QueueMetrics - Class in com.azure.storage.queue.models
a summary of request statistics grouped by API in hour or minute aggregates for queues.
QueueMetrics() - Constructor for class com.azure.storage.queue.models.QueueMetrics
 
queueName(String) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the name of the queue that the client will interact with.
QueueProperties - Class in com.azure.storage.queue.models
Model class containing properties of a specific queue in the storage Queue service.
QueueProperties(Map<String, String>, int) - Constructor for class com.azure.storage.queue.models.QueueProperties
Creates an instance that contains properties of a queue.
QueueRetentionPolicy - Class in com.azure.storage.queue.models
the retention policy.
QueueRetentionPolicy() - Constructor for class com.azure.storage.queue.models.QueueRetentionPolicy
 
QueueSasPermission - Class in com.azure.storage.queue.sas
Constructs a string representing the permissions granted by an Azure Service SAS to a queue.
QueueSasPermission() - Constructor for class com.azure.storage.queue.sas.QueueSasPermission
Initializes a QueueSasPermission object with all fields set to false.
QueueServiceAsyncClient - Class in com.azure.storage.queue
This class provides a client that contains all the operations for interacting with a queue account in Azure Storage.
QueueServiceClient - Class in com.azure.storage.queue
This class provides a client that contains all the operations for interacting with a queue account in Azure Storage.
QueueServiceClientBuilder - Class in com.azure.storage.queue
This class provides a fluent builder API to help aid the configuration and instantiation of the queueServiceClients and queueServiceAsyncClients, calling buildClient constructs an instance of QueueServiceClient and calling buildAsyncClient constructs an instance of QueueServiceAsyncClient.
QueueServiceClientBuilder() - Constructor for class com.azure.storage.queue.QueueServiceClientBuilder
Creates a builder instance that is able to configure and construct QueueServiceClients and QueueServiceAsyncClients.
QueueServiceProperties - Class in com.azure.storage.queue.models
Storage Service Properties.
QueueServiceProperties() - Constructor for class com.azure.storage.queue.models.QueueServiceProperties
 
QueueServiceSasQueryParameters - Class in com.azure.storage.queue.sas
Deprecated.
Please use the generateSas method on the desired queue client after initializing QueueServiceSasSignatureValues.
QueueServiceSasQueryParameters(Map<String, String[]>, boolean) - Constructor for class com.azure.storage.queue.sas.QueueServiceSasQueryParameters
Deprecated.
QueueServiceSasSignatureValues - Class in com.azure.storage.queue.sas
Used to initialize parameters for a Shared Access Signature (SAS) for an Azure Queue Storage service.
QueueServiceSasSignatureValues() - Constructor for class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
QueueServiceSasSignatureValues(String) - Constructor for class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Creates an object with the specified identifier.
QueueServiceSasSignatureValues(OffsetDateTime, QueueSasPermission) - Constructor for class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Creates an object with the specified expiry time and permissions
QueueServiceStatistics - Class in com.azure.storage.queue.models
Stats for the storage service.
QueueServiceStatistics() - Constructor for class com.azure.storage.queue.models.QueueServiceStatistics
 
QueueServiceVersion - Enum in com.azure.storage.queue
The versions of Azure Storage Queue supported by this client library.
QueueSignedIdentifier - Class in com.azure.storage.queue.models
signed identifier.
QueueSignedIdentifier() - Constructor for class com.azure.storage.queue.models.QueueSignedIdentifier
 
QueuesSegmentOptions - Class in com.azure.storage.queue.models
A set of options for selecting queues from Storage Queue service.
QueuesSegmentOptions() - Constructor for class com.azure.storage.queue.models.QueuesSegmentOptions
 
QueueStorageException - Exception in com.azure.storage.queue.models
A StorageException is thrown whenever Azure Storage successfully returns an error code that is not 200-level.
QueueStorageException(String, HttpResponse, Object) - Constructor for exception com.azure.storage.queue.models.QueueStorageException
Constructs a StorageException.

R

receiveMessage() - Method in class com.azure.storage.queue.QueueAsyncClient
Retrieves the first message in the queue and hides it from other operations for 30 seconds.
receiveMessage() - Method in class com.azure.storage.queue.QueueClient
Retrieves the first message in the queue and hides it from other operations for 30 seconds.
receiveMessages(Integer) - Method in class com.azure.storage.queue.QueueAsyncClient
Retrieves up to the maximum number of messages from the queue and hides them from other operations for 30 seconds.
receiveMessages(Integer) - Method in class com.azure.storage.queue.QueueClient
Retrieves up to the maximum number of messages from the queue and hides them from other operations for 30 seconds.
receiveMessages(Integer, Duration) - Method in class com.azure.storage.queue.QueueAsyncClient
Retrieves up to the maximum number of messages from the queue and hides them from other operations for the timeout period.
receiveMessages(Integer, Duration, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Retrieves up to the maximum number of messages from the queue and hides them from other operations for the timeout period.
REQUEST_BODY_TOO_LARGE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value RequestBodyTooLarge for QueueErrorCode.
REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value RequestUrlFailedToParse for QueueErrorCode.
RESOURCE_ALREADY_EXISTS - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value ResourceAlreadyExists for QueueErrorCode.
RESOURCE_NOT_FOUND - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value ResourceNotFound for QueueErrorCode.
RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value ResourceTypeMismatch for QueueErrorCode.
retryOptions(RetryOptions) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the request retry options for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the request retry options for all the requests made through the client.

S

sasToken(String) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the SAS token used to authorize requests sent to the service.
sasToken(String) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the SAS token used to authorize requests sent to the service.
sendMessage(BinaryData) - Method in class com.azure.storage.queue.QueueAsyncClient
Enqueues a message that has a time-to-live of 7 days and is instantly visible.
sendMessage(BinaryData) - Method in class com.azure.storage.queue.QueueClient
Sends a message that has a time-to-live of 7 days and is instantly visible.
sendMessage(String) - Method in class com.azure.storage.queue.QueueAsyncClient
Enqueues a message that has a time-to-live of 7 days and is instantly visible.
sendMessage(String) - Method in class com.azure.storage.queue.QueueClient
Sends a message that has a time-to-live of 7 days and is instantly visible.
SendMessageResult - Class in com.azure.storage.queue.models
The object returned in the QueueMessageList array when calling Put Message on a Queue.
SendMessageResult() - Constructor for class com.azure.storage.queue.models.SendMessageResult
 
sendMessageWithResponse(BinaryData, Duration, Duration) - Method in class com.azure.storage.queue.QueueAsyncClient
Enqueues a message with a given time-to-live and a timeout period where the message is invisible in the queue.
sendMessageWithResponse(BinaryData, Duration, Duration, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Sends a message with a given time-to-live and a timeout period where the message is invisible in the queue.
sendMessageWithResponse(String, Duration, Duration) - Method in class com.azure.storage.queue.QueueAsyncClient
Enqueues a message with a given time-to-live and a timeout period where the message is invisible in the queue.
sendMessageWithResponse(String, Duration, Duration, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Sends a message with a given time-to-live and a timeout period where the message is invisible in the queue.
SERVER_BUSY - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value ServerBusy for QueueErrorCode.
serviceVersion(QueueServiceVersion) - Method in class com.azure.storage.queue.QueueClientBuilder
Sets the QueueServiceVersion that is used when making API requests.
serviceVersion(QueueServiceVersion) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
Sets the QueueServiceVersion that is used when making API requests.
setAccessPolicy(QueueAccessPolicy) - Method in class com.azure.storage.queue.models.QueueSignedIdentifier
Set the accessPolicy property: The access policy.
setAccessPolicy(Iterable<QueueSignedIdentifier>) - Method in class com.azure.storage.queue.QueueAsyncClient
Sets stored access policies on the queue.
setAccessPolicy(List<QueueSignedIdentifier>) - Method in class com.azure.storage.queue.QueueClient
Sets stored access policies on the queue.
setAccessPolicyWithResponse(Iterable<QueueSignedIdentifier>) - Method in class com.azure.storage.queue.QueueAsyncClient
Sets stored access policies on the queue.
setAccessPolicyWithResponse(List<QueueSignedIdentifier>, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Sets stored access policies on the queue.
setAddPermission(boolean) - Method in class com.azure.storage.queue.sas.QueueSasPermission
Sets the add permission status.
setAllowedHeaders(String) - Method in class com.azure.storage.queue.models.QueueCorsRule
Set the allowedHeaders property: the request headers that the origin domain may specify on the CORS request.
setAllowedMethods(String) - Method in class com.azure.storage.queue.models.QueueCorsRule
Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
setAllowedOrigins(String) - Method in class com.azure.storage.queue.models.QueueCorsRule
Set the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
setAnalyticsLogging(QueueAnalyticsLogging) - Method in class com.azure.storage.queue.models.QueueServiceProperties
Set the analyticsLogging property: Azure Analytics Logging settings.
setBody(BinaryData) - Method in class com.azure.storage.queue.models.PeekedMessageItem
Set the body property: The content of the Message.
setBody(BinaryData) - Method in class com.azure.storage.queue.models.QueueMessageItem
Set the body property: The content of the Message.
setCors(List<QueueCorsRule>) - Method in class com.azure.storage.queue.models.QueueServiceProperties
Set the cors property: The set of CORS rules.
setDays(Integer) - Method in class com.azure.storage.queue.models.QueueRetentionPolicy
Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.
setDelete(boolean) - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Set the delete property: Indicates whether all delete requests should be logged.
setDequeueCount(long) - Method in class com.azure.storage.queue.models.PeekedMessageItem
Set the dequeueCount property: The number of times the message has been dequeued.
setDequeueCount(long) - Method in class com.azure.storage.queue.models.QueueMessageItem
Set the dequeueCount property: The number of times the message has been dequeued.
setEnabled(boolean) - Method in class com.azure.storage.queue.models.QueueMetrics
Set the enabled property: Indicates whether metrics are enabled for the Queue service.
setEnabled(boolean) - Method in class com.azure.storage.queue.models.QueueRetentionPolicy
Set the enabled property: Indicates whether a retention policy is enabled for the storage service.
setExpirationTime(OffsetDateTime) - Method in class com.azure.storage.queue.models.PeekedMessageItem
Set the expirationTime property: The time that the Message will expire and be automatically deleted.
setExpirationTime(OffsetDateTime) - Method in class com.azure.storage.queue.models.QueueMessageItem
Set the expirationTime property: The time that the Message will expire and be automatically deleted.
setExpirationTime(OffsetDateTime) - Method in class com.azure.storage.queue.models.SendMessageResult
Set the expirationTime property: The time that the Message will expire and be automatically deleted.
setExpiresOn(OffsetDateTime) - Method in class com.azure.storage.queue.models.QueueAccessPolicy
Set the expiresOn property: the date-time the policy expires.
setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Sets the time after which the SAS will no longer work.
setExposedHeaders(String) - Method in class com.azure.storage.queue.models.QueueCorsRule
Set the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
setGeoReplication(GeoReplication) - Method in class com.azure.storage.queue.models.QueueServiceStatistics
Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.
setHourMetrics(QueueMetrics) - Method in class com.azure.storage.queue.models.QueueServiceProperties
Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.
setId(String) - Method in class com.azure.storage.queue.models.QueueSignedIdentifier
Set the id property: a unique id.
setIdentifier(String) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Sets the name of the access policy on the queue this SAS references if any.
setIncludeApis(Boolean) - Method in class com.azure.storage.queue.models.QueueMetrics
Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.
setIncludeMetadata(boolean) - Method in class com.azure.storage.queue.models.QueuesSegmentOptions
Sets the status of including queue metadata when listing queues
setInsertionTime(OffsetDateTime) - Method in class com.azure.storage.queue.models.PeekedMessageItem
Set the insertionTime property: The time the Message was inserted into the Queue.
setInsertionTime(OffsetDateTime) - Method in class com.azure.storage.queue.models.QueueMessageItem
Set the insertionTime property: The time the Message was inserted into the Queue.
setInsertionTime(OffsetDateTime) - Method in class com.azure.storage.queue.models.SendMessageResult
Set the insertionTime property: The time the Message was inserted into the Queue.
setLastSyncTime(OffsetDateTime) - Method in class com.azure.storage.queue.models.GeoReplication
Set the lastSyncTime property: A GMT date/time value, to the second.
setMaxAgeInSeconds(int) - Method in class com.azure.storage.queue.models.QueueCorsRule
Set the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
setMaxResultsPerPage(Integer) - Method in class com.azure.storage.queue.models.QueuesSegmentOptions
Sets the maximum number of queues to include in a single response
setMessageId(String) - Method in class com.azure.storage.queue.models.PeekedMessageItem
Set the messageId property: The Id of the Message.
setMessageId(String) - Method in class com.azure.storage.queue.models.QueueMessageItem
Set the messageId property: The Id of the Message.
setMessageId(String) - Method in class com.azure.storage.queue.models.SendMessageResult
Set the messageId property: The Id of the Message.
setMessageText(String) - Method in class com.azure.storage.queue.models.PeekedMessageItem
Deprecated.
setMessageText(String) - Method in class com.azure.storage.queue.models.QueueMessageItem
Deprecated.
setMetadata(Map<String, String>) - Method in class com.azure.storage.queue.models.QueueItem
Set the metadata property: Dictionary of <string>.
setMetadata(Map<String, String>) - Method in class com.azure.storage.queue.QueueAsyncClient
Sets the metadata of the queue.
setMetadata(Map<String, String>) - Method in class com.azure.storage.queue.QueueClient
Sets the metadata of the queue.
setMetadataWithResponse(Map<String, String>) - Method in class com.azure.storage.queue.QueueAsyncClient
Sets the metadata of the queue.
setMetadataWithResponse(Map<String, String>, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Sets the metadata of the queue.
setMinuteMetrics(QueueMetrics) - Method in class com.azure.storage.queue.models.QueueServiceProperties
Set the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.
setName(String) - Method in class com.azure.storage.queue.models.QueueItem
Set the name property: The name of the Queue.
setPermissions(QueueSasPermission) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Sets the permissions string allowed by the SAS.
setPermissions(String) - Method in class com.azure.storage.queue.models.QueueAccessPolicy
Set the permissions property: the permissions for the acl policy.
setPopReceipt(String) - Method in class com.azure.storage.queue.models.QueueMessageItem
Set the popReceipt property: This value is required to delete the Message.
setPopReceipt(String) - Method in class com.azure.storage.queue.models.SendMessageResult
Set the popReceipt property: This value is required to delete the Message.
setPrefix(String) - Method in class com.azure.storage.queue.models.QueuesSegmentOptions
Sets the prefix that a queue must match to be included in the listing
setProcessPermission(boolean) - Method in class com.azure.storage.queue.sas.QueueSasPermission
Sets the process permission status.
setProperties(QueueServiceProperties) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Sets the properties for the storage account's Queue service.
setProperties(QueueServiceProperties) - Method in class com.azure.storage.queue.QueueServiceClient
Sets the properties for the storage account's Queue service.
setPropertiesWithResponse(QueueServiceProperties) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
Sets the properties for the storage account's Queue service.
setPropertiesWithResponse(QueueServiceProperties, Duration, Context) - Method in class com.azure.storage.queue.QueueServiceClient
Sets the properties for the storage account's Queue service.
setProtocol(SasProtocol) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Sets the SasProtocol which determines the protocols allowed by the SAS.
setQueueName(String) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Deprecated.
Please use the generateSas methods provided on the desired queue client that will auto-populate the queue name.
setRead(boolean) - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Set the read property: Indicates whether all read requests should be logged.
setReadPermission(boolean) - Method in class com.azure.storage.queue.sas.QueueSasPermission
Sets the read permission status.
setRetentionPolicy(QueueRetentionPolicy) - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Set the retentionPolicy property: the retention policy.
setRetentionPolicy(QueueRetentionPolicy) - Method in class com.azure.storage.queue.models.QueueMetrics
Set the retentionPolicy property: the retention policy.
setSasIpRange(SasIpRange) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Sets the SasIpRange which determines the IP ranges that are allowed to use the SAS.
setStartsOn(OffsetDateTime) - Method in class com.azure.storage.queue.models.QueueAccessPolicy
Set the startsOn property: the date-time the policy is active.
setStartTime(OffsetDateTime) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Sets when the SAS will take effect.
setStatus(GeoReplicationStatus) - Method in class com.azure.storage.queue.models.GeoReplication
Set the status property: The status of the secondary location.
setTimeNextVisible(OffsetDateTime) - Method in class com.azure.storage.queue.models.QueueMessageItem
Set the timeNextVisible property: The time that the message will again become visible in the Queue.
setTimeNextVisible(OffsetDateTime) - Method in class com.azure.storage.queue.models.SendMessageResult
Set the timeNextVisible property: The time that the message will again become visible in the Queue.
setUpdatePermission(boolean) - Method in class com.azure.storage.queue.sas.QueueSasPermission
Sets the update permission status.
setVersion(String) - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Set the version property: The version of Storage Analytics to configure.
setVersion(String) - Method in class com.azure.storage.queue.models.QueueMetrics
Set the version property: The version of Storage Analytics to configure.
setVersion(String) - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
Deprecated.
The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
setWrite(boolean) - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
Set the write property: Indicates whether all write requests should be logged.

T

toString() - Method in class com.azure.storage.queue.sas.QueueSasPermission
Converts the given permissions to a String.

U

UNAVAILABLE - Static variable in class com.azure.storage.queue.models.GeoReplicationStatus
Static value unavailable for GeoReplicationStatus.
UNSUPPORTED_HEADER - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value UnsupportedHeader for QueueErrorCode.
UNSUPPORTED_HTTP_VERB - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value UnsupportedHttpVerb for QueueErrorCode.
UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value UnsupportedQueryParameter for QueueErrorCode.
UNSUPPORTED_XML_NODE - Static variable in class com.azure.storage.queue.models.QueueErrorCode
Static value UnsupportedXmlNode for QueueErrorCode.
updateMessage(String, String, String, Duration) - Method in class com.azure.storage.queue.QueueAsyncClient
Updates the specific message in the queue with a new message and resets the visibility timeout.
updateMessage(String, String, String, Duration) - Method in class com.azure.storage.queue.QueueClient
Updates the specific message in the queue with a new message and resets the visibility timeout.
UpdateMessageResult - Class in com.azure.storage.queue.models
Response from the service when updating a message.
UpdateMessageResult(String, OffsetDateTime) - Constructor for class com.azure.storage.queue.models.UpdateMessageResult
Creates an instance of updated message information.
updateMessageWithResponse(String, String, String, Duration) - Method in class com.azure.storage.queue.QueueAsyncClient
Updates the specific message in the queue with a new message and resets the visibility timeout.
updateMessageWithResponse(String, String, String, Duration, Duration, Context) - Method in class com.azure.storage.queue.QueueClient
Updates the specific message in the queue with a new message and resets the visibility timeout.

V

V2019_02_02 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2019-02-02.
V2019_07_07 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2019-07-07.
V2019_12_12 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2019-12-12.
V2020_02_10 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2020-02-10.
V2020_04_08 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2020-04-08.
V2020_06_12 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2020-06-12.
V2020_08_04 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2020-08-04.
V2020_10_02 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2020-10-02.
V2020_12_06 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2020-12-06.
V2021_02_12 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2021-02-12.
V2021_04_10 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2021-04-10.
V2021_06_08 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2021-06-08.
V2021_08_06 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2021-08-06.
V2021_10_04 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
Service version 2021-10-04.
valueOf(String) - Static method in enum com.azure.storage.queue.QueueMessageEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.queue.QueueServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in class com.azure.storage.queue.models.GeoReplicationStatus
Gets known GeoReplicationStatus values.
values() - Static method in class com.azure.storage.queue.models.QueueErrorCode
Gets known QueueErrorCode values.
values() - Static method in enum com.azure.storage.queue.QueueMessageEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.queue.QueueServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Serialized Form