Index
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. - audience(QueueAudience) - Method in class com.azure.storage.queue.QueueClientBuilder
-
Sets the Audience to use for authentication with Azure Active Directory (AAD).
- audience(QueueAudience) - Method in class com.azure.storage.queue.QueueServiceClientBuilder
-
Sets the Audience to use for authentication with Azure Active Directory (AAD).
- Authenticate the client - Search tag in Overview
- Section
- 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.
- AZURE_PUBLIC_CLOUD - Static variable in class com.azure.storage.queue.models.QueueAudience
-
Gets default Audience used to acquire a token for authorizing requests to any Azure Storage account.
- Azure Storage Queue client library for Java - Search tag in Overview
- Section
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.
- Build a client - Search tag in Overview
- Section
- 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 the data models 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.
- Contributing - Search tag in Overview
- Section
- 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.
- Create a queue - Search tag in Overview
- Section
- Create a Storage Account - Search tag in Overview
- Section
- 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.
- createQueueServiceAccountAudience(String) - Static method in class com.azure.storage.queue.models.QueueAudience
-
The service endpoint for a given storage account.
- 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
- Default HTTP Client - Search tag in Overview
- Section
- Default SSL library - Search tag in Overview
- Section
- 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.
- Delete a queue - Search tag in Overview
- Section
- 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
- Delete message from a queue - Search tag in Overview
- Section
- 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.
- 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.
- Enqueue message into a queue - Search tag in Overview
- Section
- Examples - Search tag in Overview
- Section
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.QueueAudience
-
The Azure Active Directory audience to use when forming authorization scopes.
- fromString(String) - Static method in class com.azure.storage.queue.models.QueueErrorCode
-
Creates or finds a QueueErrorCode from its string representation.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.GeoReplication
-
Reads an instance of GeoReplication from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.PeekedMessageItem
-
Reads an instance of PeekedMessageItem from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueAccessPolicy
-
Reads an instance of QueueAccessPolicy from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueAnalyticsLogging
-
Reads an instance of QueueAnalyticsLogging from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueCorsRule
-
Reads an instance of QueueCorsRule from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueItem
-
Reads an instance of QueueItem from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueMessageItem
-
Reads an instance of QueueMessageItem from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueMetrics
-
Reads an instance of QueueMetrics from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueRetentionPolicy
-
Reads an instance of QueueRetentionPolicy from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueServiceProperties
-
Reads an instance of QueueServiceProperties from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueServiceStatistics
-
Reads an instance of QueueServiceStatistics from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.QueueSignedIdentifier
-
Reads an instance of QueueSignedIdentifier from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.queue.models.SendMessageResult
-
Reads an instance of SendMessageResult from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.GeoReplication
-
Reads an instance of GeoReplication from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.PeekedMessageItem
-
Reads an instance of PeekedMessageItem from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueAccessPolicy
-
Reads an instance of QueueAccessPolicy from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueAnalyticsLogging
-
Reads an instance of QueueAnalyticsLogging from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueCorsRule
-
Reads an instance of QueueCorsRule from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueItem
-
Reads an instance of QueueItem from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueMessageItem
-
Reads an instance of QueueMessageItem from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueMetrics
-
Reads an instance of QueueMetrics from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueRetentionPolicy
-
Reads an instance of QueueRetentionPolicy from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueServiceProperties
-
Reads an instance of QueueServiceProperties from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueServiceStatistics
-
Reads an instance of QueueServiceStatistics from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.QueueSignedIdentifier
-
Reads an instance of QueueSignedIdentifier from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.queue.models.SendMessageResult
-
Reads an instance of SendMessageResult from the XmlReader.
G
- General - Search tag in Overview
- Section
- 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
. - generateAccountSas(AccountSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.queue.QueueServiceAsyncClient
-
Generates an account SAS for the Azure Storage account using the specified
AccountSasSignatureValues
. - generateAccountSas(AccountSasSignatureValues, Consumer<String>, 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
- generateSas(QueueServiceSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.queue.QueueAsyncClient
-
Generates a service sas for the queue using the specified
QueueServiceSasSignatureValues
- generateSas(QueueServiceSasSignatureValues, Consumer<String>, 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
-
Creates an instance of GeoReplication class.
- GeoReplicationStatus - Class in com.azure.storage.queue.models
-
The status of the secondary location.
- GeoReplicationStatus() - Constructor for class com.azure.storage.queue.models.GeoReplicationStatus
-
Deprecated.Use the
GeoReplicationStatus.fromString(String)
factory method. - 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.
- Get a queue properties - Search tag in Overview
- Section
- 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.
- Get Credentials - Search tag in Overview
- Section
- 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 class com.azure.storage.queue.models.QueueStorageException
-
Gets the error code returned by the service.
- 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
-
Gets the time after which the SAS will no longer work.
- 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
-
Deprecated.Please use
getIdentifier()
- getIdentifier() - Method in class com.azure.storage.queue.sas.QueueServiceSasQueryParameters
-
Deprecated.Please use
QueueServiceSasSignatureValues
- getIdentifier() - Method in class com.azure.storage.queue.sas.QueueServiceSasSignatureValues
-
Sets the name of the access policy on the queue this SAS references if any.
- 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
-
Gets the maximum number of queues to include in a single response
- 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.use
PeekedMessageItem.getBody()
instead. - getMessageText() - Method in class com.azure.storage.queue.models.QueueMessageItem
-
Deprecated.use
QueueMessageItem.getBody()
instead. - 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
-
Gets the permissions string allowed by the SAS.
- 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
-
Get the unique identifier used to verify that the operation is allowed on the message.
- getPrefix() - Method in class com.azure.storage.queue.models.QueuesSegmentOptions
-
Gets the prefix that a queue must match to be included in the listing
- 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.
- Get properties in queue account - Search tag in Overview
- Section
- 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
-
Gets the
SasProtocol
which determines the protocols allowed by the SAS. - 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.
- Get queue service statistics - Search tag in Overview
- Section
- getQueueServiceUrl() - Method in class com.azure.storage.queue.QueueServiceAsyncClient
-
Gets the URL of the storage queue.
- getQueueServiceUrl() - Method in class com.azure.storage.queue.QueueServiceClient
-
Get the url of the storage queue.
- getQueueUrl() - Method in class com.azure.storage.queue.QueueAsyncClient
-
Get the URL of the storage queue.
- getQueueUrl() - Method in class com.azure.storage.queue.QueueClient
-
Get the URL of the storage queue.
- 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
-
Gets the
SasIpRange
which determines the IP ranges that are allowed to use the SAS. - getServiceMessage() - Method in exception class com.azure.storage.queue.models.QueueStorageException
-
Gets the message returned by the service.
- 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
-
Gets when the SAS will take effect.
- 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 class com.azure.storage.queue.models.QueueStorageException
-
Gets the status code on the response.
- 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
-
Get the next time the message will be visible to other operations in the queue.
- Getting started - Search tag in Overview
- Section
- 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
-
Gets the version of the service this SAS will target.
H
- Handling Exceptions - Search tag in Overview
- Section
- 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
- Include direct dependency - Search tag in Overview
- Section
- Include the BOM file - Search tag in Overview
- Section
- Include the package - Search tag in Overview
- Section
- 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
-
Gets the status of including queue metadata when listing queues
- 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.
K
- Key concepts - Search tag in Overview
- Section
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.
- List queues in account - Search tag in Overview
- Section
- 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
- Next steps - Search tag in Overview
- Section
- Next steps Samples - Search tag in Overview
- Section
- 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. - Peek at messages in a queue - Search tag in Overview
- Section
- 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
-
Creates an instance of 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.
- Prerequisites - Search tag in Overview
- Section
- 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 - Search tag in Overview
- Section
- 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
-
Creates an instance of QueueAccessPolicy class.
- QueueAnalyticsLogging - Class in com.azure.storage.queue.models
-
Azure Analytics Logging settings.
- QueueAnalyticsLogging() - Constructor for class com.azure.storage.queue.models.QueueAnalyticsLogging
-
Creates an instance of QueueAnalyticsLogging class.
- 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.
- QueueAudience - Class in com.azure.storage.queue.models
-
The audience to be used when requesting a token from Azure Active Directory (AAD).
- QueueAudience() - Constructor for class com.azure.storage.queue.models.QueueAudience
-
Deprecated.Use one of the constants or the
QueueAudience.fromString(String)
factory method. - QueueClient - Search tag in Overview
- Section
- 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
andQueueAsyncClients
, callingbuildClient
constructs an instance of QueueClient and callingbuildAsyncClient
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
andQueueAsyncClients
. - 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
-
Creates an instance of QueueCorsRule class.
- QueueErrorCode - Class in com.azure.storage.queue.models
-
Error codes returned by the service.
- QueueErrorCode() - Constructor for class com.azure.storage.queue.models.QueueErrorCode
-
Deprecated.Use the
QueueErrorCode.fromString(String)
factory method. - QueueItem - Class in com.azure.storage.queue.models
-
An Azure Storage Queue.
- QueueItem() - Constructor for class com.azure.storage.queue.models.QueueItem
-
Creates an instance of QueueItem class.
- 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
-
Creates new
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
-
Creates an instance of 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
-
Creates an instance of QueueMetrics class.
- queueName(String) - Method in class com.azure.storage.queue.QueueClientBuilder
-
Sets the name of the queue that the client will interact with.
- Queue Names - Search tag in Overview
- Section
- 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
-
Creates an instance of QueueRetentionPolicy class.
- 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.
- Queue Service Client - Search tag in Overview
- Section
- QueueServiceClientBuilder - Class in com.azure.storage.queue
-
This class provides a fluent builder API to help aid the configuration and instantiation of the
queueServiceClients
andqueueServiceAsyncClients
, callingbuildClient
constructs an instance of QueueServiceClient and callingbuildAsyncClient
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
andQueueServiceAsyncClients
. - QueueServiceProperties - Class in com.azure.storage.queue.models
-
Storage Service Properties.
- QueueServiceProperties() - Constructor for class com.azure.storage.queue.models.QueueServiceProperties
-
Creates an instance of QueueServiceProperties class.
- Queue Services - Search tag in Overview
- Section
- 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.Please use
QueueServiceSasSignatureValues
- 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
-
Deprecated.
- 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
-
Creates an instance of QueueServiceStatistics class.
- 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
-
Creates an instance of QueueSignedIdentifier class.
- 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
-
Creates an instance of the QueuesSegmentOptions.
- QueueStorageException - Exception Class 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 class 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.
- Receive messages from a queue - Search tag in Overview
- Section
- 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.
- Resource URI Syntax - Search tag in Overview
- Section
- 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
-
Creates an instance of SendMessageResult class.
- 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.
- Set a queue metadata - Search tag in Overview
- Section
- 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.use
PeekedMessageItem.setBody(BinaryData)
instead. - setMessageText(String) - Method in class com.azure.storage.queue.models.QueueMessageItem
-
Deprecated.use
QueueMessageItem.setBody(BinaryData)
instead. - 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.
- Set properties in queue account - Search tag in Overview
- Section
- 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
. - toXml(XmlWriter) - Method in class com.azure.storage.queue.models.GeoReplication
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.PeekedMessageItem
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueAccessPolicy
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueCorsRule
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueItem
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueMessageItem
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueMetrics
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueRetentionPolicy
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueServiceProperties
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueServiceStatistics
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.QueueSignedIdentifier
- toXml(XmlWriter) - Method in class com.azure.storage.queue.models.SendMessageResult
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.GeoReplication
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.PeekedMessageItem
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueAccessPolicy
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueAnalyticsLogging
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueCorsRule
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueItem
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueMessageItem
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueMetrics
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueRetentionPolicy
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueServiceProperties
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueServiceStatistics
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.QueueSignedIdentifier
- toXml(XmlWriter, String) - Method in class com.azure.storage.queue.models.SendMessageResult
- Troubleshooting - Search tag in Overview
- Section
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.
- Update a message in a queue - Search tag in Overview
- Section
- 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.
- URL format - Search tag in Overview
- Section
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
. - V2021_12_02 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2021-12-02
. - V2022_11_02 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2022-11-02
. - V2023_01_03 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2023-01-03
. - V2023_05_03 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2023-05-03
. - V2023_08_03 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2023-08-03
. - V2023_11_03 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2023-11-03
. - V2024_02_04 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2024-02-04
. - V2024_05_04 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2024-05-04
. - V2024_08_04 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2024-08-04
. - V2024_11_04 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2024-11-04
. - V2025_01_05 - Enum constant in enum com.azure.storage.queue.QueueServiceVersion
-
Service version
2025-01-05
. - 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.QueueAudience
-
Gets known QueueAudience 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.
All Classes and Interfaces|All Packages|Serialized Form
QueueServiceSasSignatureValues
.