A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abortCopy(String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Aborts an ongoing blob copy operation.
abortCopy(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Aborts an ongoing blob copy operation.
abortCopy(String) - Method in class com.microsoft.azure.storage.file.CloudFile
Aborts an ongoing Azure File copy operation.
abortCopy(String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Aborts an ongoing Azure File copy operation.
ACCEPT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The Accept header.
ACCEPT_CHARSET - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The Accept-Charset header.
ACCEPT_ENCODING - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The Accept-Encoding header.
ACCESS_POLICY - Static variable in class com.microsoft.azure.storage.Constants
XML element for an access policy.
ACCESS_TIER - Static variable in class com.microsoft.azure.storage.Constants
XML element for access tier.
AccessCondition - Class in com.microsoft.azure.storage
Represents a set of access conditions to be used for operations against the storage services.
AccessCondition() - Constructor for class com.microsoft.azure.storage.AccessCondition
Creates an instance of the AccessCondition class.
ACCOUNT_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified account already exists.
ACCOUNT_BEING_CREATED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified account is in the process of being created.
ACCOUNT_IS_DISABLED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified account is disabled.
ACL - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for acl.
acquireLease() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Acquires a new infinite lease on the blob.
acquireLease(Integer, String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Acquires a new lease on the blob with the specified lease time and proposed lease ID.
acquireLease(Integer, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Acquires a new lease on the blob with the specified lease time, proposed lease ID, request options, and operation context.
acquireLease() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Acquires a new infinite lease on the container.
acquireLease(Integer, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Acquires a new lease on the container with the specified lease time and proposed lease ID.
acquireLease(Integer, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Acquires a new lease on the container with the specified lease time, proposed lease ID, request options, and operation context.
add(int, TableOperation) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds the table operation at the specified index in the batch operation ArrayList.
add(TableOperation) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds the table operation to the batch operation ArrayList.
addAll(int, Collection<? extends TableOperation>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds the collection of table operations to the batch operation ArrayList starting at the specified index.
addAll(Collection<? extends TableOperation>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds the collection of table operations to the batch operation ArrayList.
addListener(EVENT_LISTENER_TYPE) - Method in class com.microsoft.azure.storage.StorageEventMultiCaster
Adds a listener to the event chain.
addMessage(CloudQueueMessage) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Adds a message to the back of the queue.
addMessage(CloudQueueMessage, int, int, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Adds a message to the back of the queue with the specified options.
ALLOWED_HEADERS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the CORS Rule AllowedHeaders
ALLOWED_METHODS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the CORS Rule AllowedMethods
ALLOWED_ORIGINS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the CORS Rule AllowedOrigins
AND - Static variable in class com.microsoft.azure.storage.table.TableQuery.Operators
And
ANONYMOUS - Static variable in class com.microsoft.azure.storage.StorageCredentialsAnonymous
Stores the singleton instance of this class.
API_VERSION - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the api version.
append(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends a stream to an append blob.
append(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends a stream to an append blob.
appendBlock(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Commits a new block of data to the end of the blob.
appendBlock(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Commits a new block of data to the end of the blob.
appendFromByteArray(byte[], int, int) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends the contents of a byte array to an append blob.This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.
appendFromByteArray(byte[], int, int, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends the contents of a byte array to an append blob.This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.
appendFromFile(String) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends a file to an append blob.
appendFromFile(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends a file to an append blob.
appendRequestResult(RequestResult) - Method in class com.microsoft.azure.storage.OperationContext
Reserved for internal use.
appendText(String) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends a string of text to an append blob using the platform's default encoding.
appendText(String, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Appends a string of text to an append blob using the specified encoding.
applyAppendConditionToRequest(HttpURLConnection) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
applyConditionToRequest(HttpURLConnection) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
applyLeaseConditionToRequest(HttpURLConnection) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
applySequenceConditionToRequest(HttpURLConnection) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
applySourceConditionToRequest(HttpURLConnection) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
ARCHIVE_STATUS - Static variable in class com.microsoft.azure.storage.Constants
XML element for the archive status.
AUTHENTICATION_FAILED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Authentication failed.
AUTHORIZATION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The Authorization header.
available() - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class com.microsoft.azure.storage.file.FileInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.

B

BaseEvent - Class in com.microsoft.azure.storage
Represents an event.
BaseEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.BaseEvent
Creates an instance of the BaseEvent class.
BEGIN_RANGE_HEADER_FORMAT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The format string for specifying ranges with only begin offset.
BLOB_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified blob already exists.
BLOB_APPEND_OFFSET - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The format string for specifying the blob append offset.
BLOB_COMMITTED_BLOCK_COUNT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies committed block count.
BLOB_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified blob does not exist.
BLOB_SEQUENCE_NUMBER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies blob sequence number.
BlobContainerPermissions - Class in com.microsoft.azure.storage.blob
Represents the permissions for a container.
BlobContainerPermissions() - Constructor for class com.microsoft.azure.storage.blob.BlobContainerPermissions
Creates an instance of the BlobContainerPermissions class.
BlobContainerProperties - Class in com.microsoft.azure.storage.blob
Represents the system properties for a container.
BlobContainerProperties() - Constructor for class com.microsoft.azure.storage.blob.BlobContainerProperties
 
BlobContainerPublicAccessType - Enum in com.microsoft.azure.storage.blob
Specifies the level of public access that is allowed on the container.
BlobInputStream - Class in com.microsoft.azure.storage.blob
Provides an input stream to read a given blob resource.
BlobListingDetails - Enum in com.microsoft.azure.storage.blob
Specifies which items to include when listing a set of blobs.
BlobOutputStream - Class in com.microsoft.azure.storage.blob
The class is an append-only stream for writing into storage.
BlobProperties - Class in com.microsoft.azure.storage.blob
Represents the system properties for a blob.
BlobProperties() - Constructor for class com.microsoft.azure.storage.blob.BlobProperties
Creates an instance of the BlobProperties class.
BlobProperties(BlobProperties) - Constructor for class com.microsoft.azure.storage.blob.BlobProperties
Creates an instance of the BlobProperties class by copying values from another instance of the BlobProperties class.
BlobProperties(BlobType) - Constructor for class com.microsoft.azure.storage.blob.BlobProperties
Creates an instance of the BlobProperties class.
BlobRequestOptions - Class in com.microsoft.azure.storage.blob
Represents a set of options that may be specified on a request.
BlobRequestOptions() - Constructor for class com.microsoft.azure.storage.blob.BlobRequestOptions
Creates an instance of the BlobRequestOptions class.
BlobRequestOptions(BlobRequestOptions) - Constructor for class com.microsoft.azure.storage.blob.BlobRequestOptions
Creates an instance of the BlobRequestOptions class by copying values from another BlobRequestOptions instance.
BlobType - Enum in com.microsoft.azure.storage.blob
Specifies the type of a blob.
BlockEntry - Class in com.microsoft.azure.storage.blob
A class which is used to list and commit blocks of a CloudBlockBlob.
BlockEntry(String) - Constructor for class com.microsoft.azure.storage.blob.BlockEntry
Creates an instance of the BlockEntry class with the specified id and default search mode BlockSearchMode.LATEST.
BlockEntry(String, BlockSearchMode) - Constructor for class com.microsoft.azure.storage.blob.BlockEntry
Creates an instance of the BlockEntry class with the specified id and search mode.
BlockListingFilter - Enum in com.microsoft.azure.storage.blob
Specifies whether to list only committed blocks, only uncommitted blocks, or all blocks.
BlockSearchMode - Enum in com.microsoft.azure.storage.blob
Specifies which block lists should be searched to find a specified block.
breakLease(Integer) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Breaks the lease and ensures that another client cannot acquire a new lease until the current lease period has expired.
breakLease(Integer, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Breaks the existing lease, using the specified request options and operation context, and ensures that another client cannot acquire a new lease until the current lease period has expired.
breakLease(Integer) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Breaks the lease and ensures that another client cannot acquire a new lease until the current lease period has expired.
breakLease(Integer, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Breaks the existing lease, using the specified request options and operation context, and ensures that another client cannot acquire a new lease until the current lease period has expired.
BUFFER_COPY_LENGTH - Static variable in class com.microsoft.azure.storage.Constants
Buffer width used to copy data to output streams.

C

CACHE_CONTROL - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The CacheControl header.
CACHE_CONTROL - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for SAS cache control.
CACHE_CONTROL_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies blob caching control.
CANNOT_DELETE_FILE_OR_DIRECTORY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The file or directory could not be deleted because it is in use by an SMB client.
CANNOT_VERIFY_COPY_SOURCE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Could not verify the copy source within the specified time.
changeLease(String, AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Changes the existing lease ID to the proposed lease ID.
changeLease(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Changes the existing lease ID to the proposed lease Id with the specified access conditions, request options, and operation context.
changeLease(String, AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Changes the existing lease ID to the proposed lease ID.
changeLease(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Changes the existing lease ID to the proposed lease Id with the specified access conditions, request options, and operation context.
characters(char[], int, int) - Method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
 
clear() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Clears all messages from the queue.
clear(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Clears all messages from the queue, using the specified request options and operation context.
clear() - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Clears all table operations from the batch operation.
clearPages(long, long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Clears pages from a page blob.
clearPages(long, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Clears pages from a page blob using the specified lease ID, request options, and operation context.
clearRange(long, long) - Method in class com.microsoft.azure.storage.file.CloudFile
Clears a range from a file.
clearRange(long, long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Clears a range from a file using the specified lease ID, request options, and operation context.
CLIENT_CACHE_FLUSH_DELAY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource state could not be flushed from an SMB client in the specified time.
CLIENT_REQUEST_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that indicates the client request ID.
close() - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.microsoft.azure.storage.blob.BlobOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class com.microsoft.azure.storage.file.FileInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.microsoft.azure.storage.file.FileOutputStream
Closes this output stream and releases any system resources associated with this stream.
CloudAnalyticsClient - Class in com.microsoft.azure.storage.analytics
Provides a client-side logical representation for Microsoft Azure Storage Analytics.
CloudAnalyticsClient(StorageUri, StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Initializes a new instance of the CloudAnalyticsClient class using the specified blob and table service endpoints and account credentials.
CloudAppendBlob - Class in com.microsoft.azure.storage.blob
Represents a Microsoft Azure Append Blob.
CloudAppendBlob(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an instance of the CloudAppendBlob class using the specified absolute URI and storage service client.
CloudAppendBlob(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an instance of the CloudAppendBlob class using the specified absolute URI and storage service client.
CloudAppendBlob(CloudAppendBlob) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an instance of the CloudAppendBlob class by copying values from another append blob.
CloudAppendBlob(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an instance of the CloudAppendBlob class using the specified absolute URI and credentials.
CloudAppendBlob(URI, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an instance of the CloudAppendBlob class using the specified absolute URI, snapshot ID, and credentials.
CloudAppendBlob(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an instance of the CloudAppendBlob class using the specified absolute StorageUri and credentials.
CloudAppendBlob(StorageUri, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an instance of the CloudAppendBlob class using the specified absolute StorageUri, snapshot ID, and credentials.
CloudBlob - Class in com.microsoft.azure.storage.blob
Represents a Microsoft Azure blob.
CloudBlobClient - Class in com.microsoft.azure.storage.blob
Provides a client for accessing the Microsoft Azure Blob service.
CloudBlobClient(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
Creates an instance of the CloudBlobClient class using the specified Blob service endpoint and anonymous credentials.
CloudBlobClient(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
Creates an instance of the CloudBlobClient class using the specified Blob service endpoint and anonymous credentials.
CloudBlobClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
Creates an instance of the CloudBlobClient class using the specified Blob service endpoint and account credentials.
CloudBlobClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
Creates an instance of the CloudBlobClient class using the specified Blob service endpoint and account credentials.
CloudBlobContainer - Class in com.microsoft.azure.storage.blob
Represents a container in the Microsoft Azure Blob service.
CloudBlobContainer(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates an instance of the CloudBlobContainer class using the specified URI.
CloudBlobContainer(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates an instance of the CloudBlobContainer class using the specified URI.
CloudBlobContainer(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates an instance of the CloudBlobContainer class using the specified URI and credentials.
CloudBlobContainer(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates an instance of the CloudBlobContainer class using the specified StorageUri and credentials.
CloudBlobDirectory - Class in com.microsoft.azure.storage.blob
Represents a virtual directory of blobs, designated by a delimiter character.
CloudBlockBlob - Class in com.microsoft.azure.storage.blob
Represents a blob that is uploaded as a set of blocks.
CloudBlockBlob(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute URI.
CloudBlockBlob(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute StorageUri.
CloudBlockBlob(CloudBlockBlob) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class by copying values from another cloud block blob.
CloudBlockBlob(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute URI and credentials.
CloudBlockBlob(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute StorageUri and credentials.
CloudBlockBlob(URI, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute URI, snapshot ID, and credentials.
CloudBlockBlob(StorageUri, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute StorageUri, snapshot ID, and credentials.
CloudFile - Class in com.microsoft.azure.storage.file
Represents a Microsoft Azure File.
CloudFile(URI) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified absolute URI.
CloudFile(StorageUri) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified absolute StorageUri.
CloudFile(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified absolute URI and credentials.
CloudFile(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified absolute StorageUri and credentials.
CloudFile(CloudFile) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class by copying values from another cloud file.
CloudFileClient - Class in com.microsoft.azure.storage.file
Provides a client for accessing the Microsoft Azure File service.
CloudFileClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileClient
Creates an instance of the CloudFileClient class using the specified File service endpoint and account credentials.
CloudFileClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileClient
Creates an instance of the CloudFileClient class using the specified File service endpoint and account credentials.
CloudFileDirectory - Class in com.microsoft.azure.storage.file
Represents a virtual directory of files.
CloudFileDirectory(URI) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
Creates an instance of the CloudFileDirectory class using an absolute URI to the directory.
CloudFileDirectory(StorageUri) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
Creates an instance of the CloudFileDirectory class using an absolute URI to the directory.
CloudFileDirectory(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
Creates an instance of the CloudFileDirectory class using an absolute URI to the directory and credentials.
CloudFileDirectory(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
Creates an instance of the CloudFileDirectory class using an absolute URI to the directory and credentials.
CloudFileShare - Class in com.microsoft.azure.storage.file
Represents a share in the Microsoft Azure File service.
CloudFileShare(String, String, CloudFileClient) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
Creates an instance of the CloudFileShare class using the specified name and client.
CloudFileShare(URI) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
Creates an instance of the CloudFileShare class using the specified URI.
CloudFileShare(StorageUri) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
Creates an instance of the CloudFileShare class using the specified URI.
CloudFileShare(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
Creates an instance of the CloudFileShare class using the specified URI and credentials.
CloudFileShare(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
Creates an instance of the CloudFileShare class using the specified StorageUri and credentials.
CloudPageBlob - Class in com.microsoft.azure.storage.blob
Represents a Microsoft Azure page blob.
CloudPageBlob(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified absolute URI and storage service client.
CloudPageBlob(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified absolute URI and storage service client.
CloudPageBlob(CloudPageBlob) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class by copying values from another page blob.
CloudPageBlob(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified absolute URI and credentials.
CloudPageBlob(URI, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified absolute URI, snapshot ID, and credentials.
CloudPageBlob(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified absolute StorageUri and credentials.
CloudPageBlob(StorageUri, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified absolute StorageUri, snapshot ID, and credentials.
CloudQueue - Class in com.microsoft.azure.storage.queue
This class represents a queue in the Microsoft Azure Queue service.
CloudQueue(URI) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
Creates an instance of the CloudQueue class using the specified queue URI.
CloudQueue(StorageUri) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
Creates an instance of the CloudQueue class using the specified queue StorageUri.
CloudQueue(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
Creates an instance of the CloudQueue class using the specified queue URI and credentials.
CloudQueue(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
Creates an instance of the CloudQueue class using the specified queue StorageUri and credentials.
CloudQueueClient - Class in com.microsoft.azure.storage.queue
Provides a service client for accessing the Microsoft Azure Queue service.
CloudQueueClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueClient
Initializes a new instance of the CloudQueueClient class using the specified Queue service endpoint and account credentials.
CloudQueueClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueClient
Initializes a new instance of the CloudQueueClient class using the specified Queue service endpoint and account credentials.
CloudQueueMessage - Class in com.microsoft.azure.storage.queue
Represents a message in the Microsoft Azure Queue service.
CloudQueueMessage(byte[]) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueMessage
Initializes a new instance of the CloudQueueMessage class with a byte array containing the message.
CloudQueueMessage(String) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueMessage
Initializes a new instance of the CloudQueueMessage class with a String containing the message.
CloudStorageAccount - Class in com.microsoft.azure.storage
Represents a Microsoft Azure storage account.
CloudStorageAccount(StorageCredentials) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials.
CloudStorageAccount(StorageCredentials, boolean) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials and the default service endpoints, using HTTP or HTTPS as specified.
CloudStorageAccount(StorageCredentials, boolean, String) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials.
CloudStorageAccount(StorageCredentials, boolean, String, String) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials.
CloudStorageAccount(StorageCredentials, URI, URI, URI) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials and service endpoints.
CloudStorageAccount(StorageCredentials, URI, URI, URI, URI) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials and service endpoints.
CloudStorageAccount(StorageCredentials, StorageUri, StorageUri, StorageUri) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials and service endpoints.
CloudStorageAccount(StorageCredentials, StorageUri, StorageUri, StorageUri, StorageUri) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
Creates an instance of the CloudStorageAccount class using the specified account credentials and service endpoints.
CloudTable - Class in com.microsoft.azure.storage.table
Represents a table in the Microsoft Azure Table service.
CloudTable(URI) - Constructor for class com.microsoft.azure.storage.table.CloudTable
Creates an instance of the CloudTable class using the specified table URI.
CloudTable(StorageUri) - Constructor for class com.microsoft.azure.storage.table.CloudTable
Creates an instance of the CloudTable class using the specified table URI.
CloudTable(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTable
Creates an instance of the CloudTable class using the specified table URI and credentials.
CloudTable(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTable
Creates an instance of the CloudTable class using the specified table StorageUri and credentials.
CloudTableClient - Class in com.microsoft.azure.storage.table
Provides a service client for accessing the Microsoft Azure Table service.
CloudTableClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTableClient
Initializes an instance of the CloudTableClient class using a Table service endpoint and storage account credentials.
CloudTableClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTableClient
Initializes an instance of the CloudTableClientclass using a Table service endpoint and storage account credentials.
com.microsoft.azure.storage - package com.microsoft.azure.storage
This package contains the storage service base classes.
com.microsoft.azure.storage.analytics - package com.microsoft.azure.storage.analytics
This package contains the storage service analytics classes.
com.microsoft.azure.storage.blob - package com.microsoft.azure.storage.blob
This package contains the storage service blob classes.
com.microsoft.azure.storage.file - package com.microsoft.azure.storage.file
This package contains the storage service file classes.
com.microsoft.azure.storage.queue - package com.microsoft.azure.storage.queue
This package contains the storage service queue classes.
com.microsoft.azure.storage.table - package com.microsoft.azure.storage.table
This package contains the storage service table classes.
combineFilters(String, String, String) - Static method in class com.microsoft.azure.storage.table.TableQuery
Creates a filter condition using the specified logical operator on two filter conditions.
commitBlockList(Iterable<BlockEntry>) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Commits a block list to the storage service.
commitBlockList(Iterable<BlockEntry>, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Commits a block list to the storage service using the specified lease ID, request options, and operation context.
COMPONENT - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for the operation (component) to access.
CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Condition headers are not supported.
CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified condition was not met.
Constants - Class in com.microsoft.azure.storage
RESERVED FOR INTERNAL USE.
Constants.AnalyticsConstants - Class in com.microsoft.azure.storage
Defines constants for ServiceProperties requests.
Constants.AnalyticsConstants() - Constructor for class com.microsoft.azure.storage.Constants.AnalyticsConstants
 
Constants.HeaderConstants - Class in com.microsoft.azure.storage
Defines constants for use with HTTP headers.
Constants.HeaderConstants() - Constructor for class com.microsoft.azure.storage.Constants.HeaderConstants
 
Constants.QueryConstants - Class in com.microsoft.azure.storage
Defines constants for use with query strings.
Constants.QueryConstants() - Constructor for class com.microsoft.azure.storage.Constants.QueryConstants
 
CONTAINER_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified container already exists.
CONTAINER_BEING_DELETED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified container is being deleted.
CONTAINER_DISABLED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified container is disabled.
CONTAINER_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified container was not found.
ContainerListingDetails - Enum in com.microsoft.azure.storage.blob
Specifies which details to include when listing the containers in this storage account.
CONTENT_DISPOSITION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ContentDisposition header.
CONTENT_DISPOSITION - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for SAS content disposition.
CONTENT_ENCODING - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ContentEncoding header.
CONTENT_ENCODING - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for SAS content encoding.
CONTENT_LANGUAGE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ContentLangauge header.
CONTENT_LANGUAGE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for SAS content language.
CONTENT_LENGTH - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ContentLength header.
CONTENT_MD5 - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ContentMD5 header.
CONTENT_RANGE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ContentRange header.
CONTENT_TYPE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ContentType header.
CONTENT_TYPE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for SAS content type.
COPY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for copy.
COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The copy source account and destination account must be the same.
COPY_ACTION_ABORT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The value of the copy action header that signifies an abort operation.
COPY_ACTION_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
Header that specifies the copy action.
COPY_COMPLETION_TIME - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies copy completion time.
COPY_COMPLETION_TIME_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the copy completion time.
COPY_DESTINATION_SNAPSHOT_ID - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the snapshot ID of the last successful incremental snapshot.
COPY_DESTINATION_SNAPSHOT_ID_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the snapshot ID for the last successful incremental copy.
COPY_ID - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies copy id.
COPY_ID - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for the copy ID.
COPY_ID_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the copy id.
COPY_ID_MISMATCH - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified copy ID did not match the copy ID for the pending copy operation.
COPY_PROGRESS - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies copy progress.
COPY_PROGRESS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the copy progress.
COPY_SOURCE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies copy source.
COPY_SOURCE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the copy source .
COPY_SOURCE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for copy source.
COPY_STATUS - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies copy status.
COPY_STATUS_DESCRIPTION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies copy status description.
COPY_STATUS_DESCRIPTION_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the copy status description.
COPY_STATUS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the copy status.
CopyState - Class in com.microsoft.azure.storage.blob
Represents the attributes of a copy operation.
CopyState() - Constructor for class com.microsoft.azure.storage.blob.CopyState
 
CopyState - Class in com.microsoft.azure.storage.file
Represents the attributes of a copy operation.
CopyState() - Constructor for class com.microsoft.azure.storage.file.CopyState
 
CopyStatus - Enum in com.microsoft.azure.storage.blob
Represents the status of a copy blob operation.
CopyStatus - Enum in com.microsoft.azure.storage.file
Represents the status of a copy file operation.
CORS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the CORS
CORS_RULE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the CORS Rules
CorsHttpMethods - Enum in com.microsoft.azure.storage
HTTP Methods that are supported by CORS.
CorsProperties - Class in com.microsoft.azure.storage
Class representing the service properties pertaining to CORS.
CorsProperties() - Constructor for class com.microsoft.azure.storage.CorsProperties
 
CorsRule - Class in com.microsoft.azure.storage
Represents a Cross-Origin Resource Sharing (CORS) rule.
CorsRule() - Constructor for class com.microsoft.azure.storage.CorsRule
 
create() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates the container.
create(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates the container using the specified options and operation context.
create(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates the container using the specified options and operation context.
create(long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Creates a page blob.
create(long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Creates a page blob using the specified request options and operation context.
create(long, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Creates a page blob using the specified request options and operation context.
create(long) - Method in class com.microsoft.azure.storage.file.CloudFile
Creates a file.
create(long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Creates a file using the specified access condition, request options and operation context.
create() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Creates the directory.
create(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Creates the directory using the specified options and operation context.
create() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Creates the share.
create(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Creates the share using the specified options and operation context.
create() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Creates the queue.
create(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Creates the queue, using the specified request options and operation context.
create() - Method in class com.microsoft.azure.storage.table.CloudTable
Creates the table in the storage service with default request options.
create(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Creates the table in the storage service, using the specified TableRequestOptions and OperationContext.
createCloudAnalyticsClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Creates a new Analytics service client.
createCloudBlobClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Creates a new Blob service client.
createCloudFileClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Creates a new File service client.
createCloudQueueClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Creates a new Queue service client.
createCloudTableClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Creates a new Table service client.
createIfNotExists() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates the container if it does not exist.
createIfNotExists(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates the container if it does not exist, using the specified request options and operation context.
createIfNotExists(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates the container if it does not exist, using the specified request options and operation context.
createIfNotExists() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Creates the directory if it does not exist.
createIfNotExists(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Creates the directory if it does not exist, using the specified request options and operation context.
createIfNotExists() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Creates the share if it does not exist.
createIfNotExists(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Creates the share if it does not exist, using the specified request options and operation context.
createIfNotExists() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Creates the queue if it does not already exist.
createIfNotExists(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Creates the queue if it does not already exist, using the specified request options and operation context.
createIfNotExists() - Method in class com.microsoft.azure.storage.table.CloudTable
Creates the table in the storage service using default request options if it does not already exist.
createIfNotExists(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Creates the table in the storage service with the specified request options and operation context, if it does not already exist.
createInstance(OperationContext) - Method in class com.microsoft.azure.storage.RetryExponentialRetry
Generates a new retry policy for the current request attempt.
createInstance(OperationContext) - Method in class com.microsoft.azure.storage.RetryLinearRetry
Generates a new retry policy for the current request attempt.
createInstance(OperationContext) - Method in class com.microsoft.azure.storage.RetryNoRetry
Generates a new retry policy for the current request attempt.
createInstance(OperationContext) - Method in interface com.microsoft.azure.storage.RetryPolicyFactory
Creates a new RetryPolicy object for the current request attempt.
createOrReplace() - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an empty append blob.
createOrReplace(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Creates an append blob using the specified request options and operation context.
createSnapshot() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Creates a snapshot of the blob.
createSnapshot(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Creates a snapshot of the blob using the specified request options and operation context.
createSnapshot(HashMap<String, String>, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Creates a snapshot of the blob using the specified request options and operation context.
createSnapshot() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Creates a snapshot of the share.
createSnapshot(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Creates a snapshot of the file share using the specified request options and operation context.
createSnapshot(HashMap<String, String>, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Creates a snapshot of the file share using the specified request options and operation context.

D

DATE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the date.
DAYS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the RetentionPolicy Days.
DEFAULT_CLIENT_BACKOFF - Static variable in class com.microsoft.azure.storage.RetryPolicy
Represents the default client backoff interval, in milliseconds.
DEFAULT_CLIENT_RETRY_COUNT - Static variable in class com.microsoft.azure.storage.RetryPolicy
Represents the default client retry count.
DEFAULT_MAX_BACKOFF - Static variable in class com.microsoft.azure.storage.RetryPolicy
Represents the default maximum backoff interval, in milliseconds.
DEFAULT_MIN_BACKOFF - Static variable in class com.microsoft.azure.storage.RetryPolicy
Represents the default minimum backoff interval, in milliseconds.
DEFAULT_MINIMUM_READ_SIZE_IN_BYTES - Static variable in class com.microsoft.azure.storage.Constants
The default minimum read size, in bytes, for a BlobInputStream or FileInputStream.
DEFAULT_READ_TIMEOUT - Static variable in class com.microsoft.azure.storage.Constants
Default read timeout.
DEFAULT_SERVICE_VERSION - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Default Service Version.
DEFAULT_STREAM_WRITE_IN_BYTES - Static variable in class com.microsoft.azure.storage.Constants
The default write size, in bytes, used by BlobOutputStream or FileOutputStream.
delete() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Deletes the blob.
delete(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Deletes the blob using the specified snapshot and request options, and operation context.
delete() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Deletes the container.
delete(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Deletes the container using the specified request options and operation context.
delete() - Method in class com.microsoft.azure.storage.file.CloudFile
Deletes the file.
delete(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Deletes the file using the specified access condition, request options, and operation context.
delete() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Deletes the directory.
delete(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Deletes the directory using the specified request options and operation context.
delete() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Deletes the share.
delete(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Deletes the share using the specified request options and operation context.
delete(DeleteShareSnapshotsOption, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Deletes the share using the specified snapshot and request options, and operation context.
delete() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Deletes the queue.
delete(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Deletes the queue, using the specified request options and operation context.
delete() - Method in class com.microsoft.azure.storage.table.CloudTable
Deletes the table from the storage service.
delete(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Deletes the table from the storage service, using the specified request options and operation context.
delete(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to delete the specified entity to the batch operation.
delete(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to delete the specified entity from Microsoft Azure storage.
DELETE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Logging Delete type.
DELETE_PENDING - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource is marked for deletion by an SMB client.
DELETE_SNAPSHOT_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header to delete snapshots.
deleteIfExists() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Deletes the blob if it exists.
deleteIfExists(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Deletes the blob if it exists, using the specified snapshot and request options, and operation context.
deleteIfExists() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Deletes the container if it exists.
deleteIfExists(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Deletes the container if it exists using the specified request options and operation context.
deleteIfExists() - Method in class com.microsoft.azure.storage.file.CloudFile
Deletes the file if it exists.
deleteIfExists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Deletes the file if it exists, using the specified access condition, request options, and operation context.
deleteIfExists() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Deletes the directory if it exists.
deleteIfExists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Deletes the directory if it exists using the specified request options and operation context.
deleteIfExists() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Deletes the share if it exists.
deleteIfExists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Deletes the share if it exists using the specified request options and operation context.
deleteIfExists(DeleteShareSnapshotsOption, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Deletes the share if it exists, using the specified snapshot and request options, and operation context.
deleteIfExists() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Deletes the queue if it exists.
deleteIfExists(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Deletes the queue if it exists, using the specified request options and operation context.
deleteIfExists() - Method in class com.microsoft.azure.storage.table.CloudTable
Deletes the table from the storage service, if it exists.
deleteIfExists(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Deletes the table from the storage service using the specified request options and operation context, if it exists.
deleteMessage(CloudQueueMessage) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Deletes the specified message from the queue.
deleteMessage(CloudQueueMessage, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Deletes the specified message from the queue, using the specified request options and operation context.
DeleteShareSnapshotsOption - Enum in com.microsoft.azure.storage.file
Specifies options when calling the delete share operation.
DeleteSnapshotsOption - Enum in com.microsoft.azure.storage.blob
Specifies options when calling delete operations.
DELIMITER - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for delimiter.
DELIMITER_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for delimiters.
DIRECTORY_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified directory already exists.
DIRECTORY_NOT_EMPTY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified directory is not empty.
DoesServiceRequest - Annotation Type in com.microsoft.azure.storage
An attribute used to describe a method that will make a request to the storage service.
download(OutputStream) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads the contents of a blob to a stream.
download(OutputStream, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads the contents of a blob to a stream using the specified request options and operation context.
download(OutputStream) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads the contents of a file to a stream.
download(OutputStream, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads the contents of a file to a stream using the specified request options and operation context.
downloadAttributes() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Populates a blob's properties and metadata.
downloadAttributes(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Populates a blob's properties and metadata using the specified request options and operation context.
downloadAttributes() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Downloads the container's attributes, which consist of metadata and properties.
downloadAttributes(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Downloads the container's attributes, which consist of metadata and properties, using the specified request options and operation context.
downloadAttributes() - Method in class com.microsoft.azure.storage.file.CloudFile
Populates a file's properties and metadata.
downloadAttributes(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Populates a file's properties and metadata using the specified request options and operation context.
downloadAttributes() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Downloads the directory's properties.
downloadAttributes(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Downloads the directory's properties using the specified request options and operation context.
downloadAttributes() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Downloads the share's attributes, which consist of metadata and properties.
downloadAttributes(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Downloads the share's attributes, which consist of metadata and properties, using the specified request options and operation context.
downloadAttributes() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Downloads the queue's metadata and approximate message count value.
downloadAttributes(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Downloads the queue's metadata and approximate message count value, using the specified request options and operation context.
downloadBlockList() - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Downloads the committed block list from the block blob.
downloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Downloads the block list from the block blob using the specified block listing filter, request options, and operation context.
downloadFileRanges() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns a collection of file ranges and their starting and ending byte offsets.
downloadFileRanges(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Returns a collection of file ranges and their starting and ending byte offsets using the specified request options and operation context.
downloadPageRanges() - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Returns a collection of page ranges and their starting and ending byte offsets.
downloadPageRanges(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Returns a collection of page ranges and their starting and ending byte offsets using the specified request options and operation context.
downloadPageRanges(long, Long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Returns a collection of page ranges and their starting and ending byte offsets.
downloadPageRanges(long, Long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Returns a collection of page ranges and their starting and ending byte offsets using the specified request options and operation context.
downloadPageRangesDiff(String) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Gets the collection of page ranges that differ between a specified snapshot and this object.
downloadPageRangesDiff(String, Long, Long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Gets the collection of page ranges that differ between a specified snapshot and this object.
downloadPermissions() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Downloads the permission settings for the container.
downloadPermissions(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Downloads the permissions settings for the container using the specified request options and operation context.
downloadPermissions() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Downloads the permission settings for the share.
downloadPermissions(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Downloads the permissions settings for the share using the specified request options and operation context.
downloadPermissions() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Downloads the permission settings for the queue.
downloadPermissions(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Downloads the permissions settings for the queue using the specified request options and operation context.
downloadPermissions() - Method in class com.microsoft.azure.storage.table.CloudTable
Downloads the permission settings for the table.
downloadPermissions(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Downloads the permissions settings for the table using the specified request options and operation context.
downloadRange(long, Long, OutputStream) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads the contents of a blob to a stream.
downloadRange(long, Long, OutputStream, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads the contents of a blob to a stream using the specified request options and operation context.
downloadRange(long, Long, OutputStream) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads the contents of a file to a stream.
downloadRange(long, Long, OutputStream, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads the contents of a file to a stream using the specified request options and operation context.
downloadRangeToByteArray(long, Long, byte[], int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads a range of bytes from the blob to the given byte buffer.
downloadRangeToByteArray(long, Long, byte[], int, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads a range of bytes from the blob to the given byte buffer, using the specified request options and operation context.
downloadRangeToByteArray(long, Long, byte[], int) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a range of bytes from the file to the given byte buffer.
downloadRangeToByteArray(long, Long, byte[], int, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a range of bytes from the file to the given byte buffer, using the specified request options and operation context.
downloadServiceProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Retrieves the current ServiceProperties for the given storage service.
downloadServiceProperties(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Retrieves the current ServiceProperties for the given storage service.
downloadServiceProperties() - Method in class com.microsoft.azure.storage.file.CloudFileClient
Retrieves the current FileServiceProperties for the given storage service.
downloadServiceProperties(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Retrieves the current FileServiceProperties for the given storage service.
downloadServiceProperties() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Retrieves the current ServiceProperties for the given storage service.
downloadServiceProperties(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Retrieves the current ServiceProperties for the given storage service.
downloadServiceProperties() - Method in class com.microsoft.azure.storage.table.CloudTableClient
Retrieves the current ServiceProperties for the given storage service.
downloadServiceProperties(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Retrieves the current ServiceProperties for the given storage service.
downloadText() - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Downloads a blob to a string using the platform's default encoding.
downloadText(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Downloads a blob to a string using the specified encoding.
downloadText() - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a file to a string using the platform's default encoding.
downloadText(String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a file to a string using the specified encoding.
downloadToByteArray(byte[], int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads a range of bytes from the blob to the given byte buffer.
downloadToByteArray(byte[], int, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads a range of bytes from the blob to the given byte buffer, using the specified request options and operation context.
downloadToByteArray(byte[], int) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a range of bytes from the file to the given byte buffer.
downloadToByteArray(byte[], int, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a range of bytes from the file to the given byte buffer, using the specified request options and operation context.
downloadToFile(String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads a blob, storing the contents in a file.
downloadToFile(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Downloads a blob, storing the contents in a file.
downloadToFile(String) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a file.
downloadToFile(String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Downloads a file.
DUPLICATE_PROPERTIES_SPECIFIED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
A property is specified more than one time.
DynamicTableEntity - Class in com.microsoft.azure.storage.table
A TableEntity type which allows callers direct access to the property map of the entity.
DynamicTableEntity() - Constructor for class com.microsoft.azure.storage.table.DynamicTableEntity
Nullary default constructor.
DynamicTableEntity(String, String) - Constructor for class com.microsoft.azure.storage.table.DynamicTableEntity
Initializes a new instance of the DynamicTableEntity class with the specified partition key and row key.
DynamicTableEntity(HashMap<String, EntityProperty>) - Constructor for class com.microsoft.azure.storage.table.DynamicTableEntity
Constructs a DynamicTableEntity instance using the specified property map.
DynamicTableEntity(String, String, HashMap<String, EntityProperty>) - Constructor for class com.microsoft.azure.storage.table.DynamicTableEntity
Initializes a new instance of the DynamicTableEntity class with the specified partition key and row key.
DynamicTableEntity(String, String, String, HashMap<String, EntityProperty>) - Constructor for class com.microsoft.azure.storage.table.DynamicTableEntity
Initializes a new instance of the DynamicTableEntity class with the specified partition key and row key.

E

EdmType - Enum in com.microsoft.azure.storage.table
A enumeration used to represent the primitive types of the Entity Data Model (EDM) in the Open Data Protocol (OData).
EMPTY_METADATA_KEY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The metadata key is empty.
EMPTY_STRING - Static variable in class com.microsoft.azure.storage.Constants
An empty String to use for comparison.
ENABLED_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the RetentionPolicy Enabled.
END_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for page range end elements.
END_PARTITION_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS end partition key.
END_ROW_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS end row key.
endElement(String, String, String) - Method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
 
ENTITY_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The entity already exists
ENTITY_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The entity already exists
EntityProperty - Class in com.microsoft.azure.storage.table
A class which represents a single typed property value in a table entity.
EntityProperty(boolean) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a boolean value.
EntityProperty(Boolean) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a Boolean value.
EntityProperty(byte[]) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a byte[] value.
EntityProperty(Byte[]) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a Byte[].
EntityProperty(Date) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a java.util.Date value.
EntityProperty(double) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a double value.
EntityProperty(Double) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a Double value.
EntityProperty(int) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from an int value.
EntityProperty(Integer) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from an Integer value.
EntityProperty(long) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a long value.
EntityProperty(Long) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a Long value.
EntityProperty(String) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a String value.
EntityProperty(UUID) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Constructs an EntityProperty instance from a java.util.UUID value.
EntityResolver<T> - Interface in com.microsoft.azure.storage.table
An interface to perform client side projection on a retrieved entity.
EQUAL - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
Equal
equals(Object) - Method in class com.microsoft.azure.storage.StorageUri
 
equals(StorageUri) - Method in class com.microsoft.azure.storage.StorageUri
Indicates whether a StorageUri object is equal to the current StorageUri object.
ERROR_CODE - Static variable in class com.microsoft.azure.storage.Constants
XML element for error codes.
ERROR_EXCEPTION - Static variable in class com.microsoft.azure.storage.Constants
XML element for exception details.
ERROR_EXCEPTION_MESSAGE - Static variable in class com.microsoft.azure.storage.Constants
XML element for exception messages.
ERROR_EXCEPTION_STACK_TRACE - Static variable in class com.microsoft.azure.storage.Constants
XML element for stack traces.
ERROR_MESSAGE - Static variable in class com.microsoft.azure.storage.Constants
XML element for error messages.
ERROR_ROOT_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML root element for errors.
ErrorReceivingResponseEvent - Class in com.microsoft.azure.storage
Represents an event that is fired when a network error occurs before the HTTP response status and headers are received.
ErrorReceivingResponseEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.ErrorReceivingResponseEvent
Creates an instance of the BaseEvent class that is fired when a network error occurs before the HTTP response status and headers are received.
ETAG - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ETag header.
ETAG_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the ETag.
evaluate(RetryContext, OperationContext) - Method in class com.microsoft.azure.storage.RetryExponentialRetry
Determines whether the operation should be retried and specifies the interval until the next retry.
evaluate(RetryContext, OperationContext) - Method in class com.microsoft.azure.storage.RetryLinearRetry
Determines whether the operation should be retried and specifies the interval until the next retry.
evaluate(RetryContext, OperationContext) - Method in class com.microsoft.azure.storage.RetryNoRetry
Determines whether the operation should be retried and specifies the interval until the next retry.
evaluate(RetryContext, OperationContext) - Method in class com.microsoft.azure.storage.RetryPolicy
Determines whether the operation should be retried and specifies the interval until the next retry.
eventOccurred(T) - Method in class com.microsoft.azure.storage.StorageEvent
Represents an event that occurred.
execute(TableBatchOperation) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes the specified batch operation on a table as an atomic operation.
execute(TableBatchOperation, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes the specified batch operation on a table as an atomic operation, using the specified TableRequestOptions and OperationContext.
execute(TableOperation) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes the operation on a table.
execute(TableOperation, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes the operation on a table, using the specified TableRequestOptions and OperationContext.
execute(TableQuery<?>, EntityResolver<R>) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query, applying the specified EntityResolver to the result.
execute(TableQuery<?>, EntityResolver<R>, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query, applying the specified EntityResolver to the result, using the specified TableRequestOptions and OperationContext.
execute(TableQuery<T>) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query.
execute(TableQuery<T>, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query, using the specified TableRequestOptions and OperationContext.
executeSegmented(TableQuery<?>, EntityResolver<R>, ResultContinuation) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query in segmented mode with the specified ResultContinuation continuation token, applying the EntityResolver to the result.
executeSegmented(TableQuery<?>, EntityResolver<R>, ResultContinuation, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query in segmented mode with the specified ResultContinuation continuation token, using the specified TableRequestOptions and OperationContext, applying the EntityResolver to the result.
executeSegmented(TableQuery<T>, ResultContinuation) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query in segmented mode with a ResultContinuation continuation token.
executeSegmented(TableQuery<T>, ResultContinuation, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Executes a query in segmented mode with a ResultContinuation continuation token, using the specified TableRequestOptions and OperationContext.
exists() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Checks to see if the blob exists.
exists(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Checks to see if the blob exists, using the specified request options and operation context.
exists() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a value that indicates whether the container exists.
exists(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a value that indicates whether the container exists, using the specified request options and operation context.
exists() - Method in class com.microsoft.azure.storage.file.CloudFile
Checks to see if the file exists.
exists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Checks to see if the file exists, using the specified access condition, request options and operation context.
exists() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns a value that indicates whether the directory exists.
exists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns a value that indicates whether the directory exists, using the specified request options and operation context.
exists() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns a value that indicates whether the share exists.
exists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns a value that indicates whether the share exists, using the specified request options and operation context.
exists() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Returns a value that indicates whether the queue exists.
exists(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Returns a value that indicates whether the queue existse, using the specified request options and operation context.
exists() - Method in class com.microsoft.azure.storage.table.CloudTable
Returns a value that indicates whether the table exists in the storage service.
exists(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Returns a value that indicates whether the table exists in the storage service, using the specified request options and operation context.
EXPIRY - Static variable in class com.microsoft.azure.storage.Constants
XML element for the end time of an access policy.
exportBase64EncodedKey() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Exports the value of the access key to a Base64-encoded string.
exportKey() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Exports the value of the access key to an array of bytes.
EXPOSED_HEADERS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the CORS Rule ExposedHeaders

F

FALSE - Static variable in class com.microsoft.azure.storage.Constants
Constant for False.
FILE_LOCK_CONFLICT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
A portion of the specified file is locked by an SMB client.
FileDirectoryProperties - Class in com.microsoft.azure.storage.file
Represents the system properties for a directory.
FileDirectoryProperties() - Constructor for class com.microsoft.azure.storage.file.FileDirectoryProperties
 
FileInputStream - Class in com.microsoft.azure.storage.file
Provides an input stream to read a given file resource.
FileOutputStream - Class in com.microsoft.azure.storage.file
The class is an append-only stream for writing into storage.
FileProperties - Class in com.microsoft.azure.storage.file
Represents the system properties for a file.
FileProperties() - Constructor for class com.microsoft.azure.storage.file.FileProperties
Creates an instance of the FileProperties class.
FileProperties(FileProperties) - Constructor for class com.microsoft.azure.storage.file.FileProperties
Creates an instance of the FileProperties class by copying values from another instance of the FileProperties class.
FileRange - Class in com.microsoft.azure.storage.file
Represents a range of bytes in a file.
FileRange(long, long) - Constructor for class com.microsoft.azure.storage.file.FileRange
Creates an instance of the FileRange class.
FileRequestOptions - Class in com.microsoft.azure.storage.file
Represents a set of options that may be specified on a request.
FileRequestOptions() - Constructor for class com.microsoft.azure.storage.file.FileRequestOptions
Creates an instance of the FileRequestOptions class.
FileRequestOptions(FileRequestOptions) - Constructor for class com.microsoft.azure.storage.file.FileRequestOptions
Creates an instance of the FileRequestOptions class by copying values from another FileRequestOptions instance.
FileServiceProperties - Class in com.microsoft.azure.storage.file
Class representing a set of properties pertaining to the Azure File service.
FileServiceProperties() - Constructor for class com.microsoft.azure.storage.file.FileServiceProperties
Generate a FileServiceProperties from a new ServiceProperties.
FileSharePermissions - Class in com.microsoft.azure.storage.file
Represents the permissions for a share.
FileSharePermissions() - Constructor for class com.microsoft.azure.storage.file.FileSharePermissions
 
FileShareProperties - Class in com.microsoft.azure.storage.file
Represents the system properties for a share.
FileShareProperties() - Constructor for class com.microsoft.azure.storage.file.FileShareProperties
Creates an instance of the FileShareProperties class.
FileShareProperties(FileShareProperties) - Constructor for class com.microsoft.azure.storage.file.FileShareProperties
Creates an instance of the FileShareProperties class by copying values from another FileShareProperties instance.
fireEvent(EVENT_TYPE) - Method in class com.microsoft.azure.storage.StorageEventMultiCaster
Fires the event to all subscribed event listeners.
flush() - Method in class com.microsoft.azure.storage.blob.BlobOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class com.microsoft.azure.storage.file.FileOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
from(Class<T>) - Static method in class com.microsoft.azure.storage.table.TableQuery
A static factory method that constructs a TableQuery instance and defines its table entity type.

G

GB - Static variable in class com.microsoft.azure.storage.Constants
Constant representing a gigabyte (Non-SI version).
generateEmptyCondition() - Static method in class com.microsoft.azure.storage.AccessCondition
Generates a new empty AccessCondition.
generateFilterCondition(String, String, boolean) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a boolean value.
generateFilterCondition(String, String, byte[]) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a byte[] value.
generateFilterCondition(String, String, Byte[]) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a Byte[] value.
generateFilterCondition(String, String, Date) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a java.util.Date value.
generateFilterCondition(String, String, double) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a double value.
generateFilterCondition(String, String, int) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for an int value.
generateFilterCondition(String, String, long) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a long value.
generateFilterCondition(String, String, String) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a String value.
generateFilterCondition(String, String, String, EdmType) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string.
generateFilterCondition(String, String, UUID) - Static method in class com.microsoft.azure.storage.table.TableQuery
Generates a property filter condition string for a UUID value.
generateIfExistsCondition() - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if the resource exists on the service.
generateIfMatchCondition(String) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if the resource's ETag value matches the specified ETag value.
generateIfModifiedSinceCondition(Date) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if the resource has been modified since the specified time.
generateIfNoneMatchCondition(String) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if the resource's ETag value does not match the specified ETag value.
generateIfNotExistsCondition() - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if the resource does not exist on the service.
generateIfNotModifiedSinceCondition(Date) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if the resource has not been modified since the specified time.
generateIfSequenceNumberEqualCondition(long) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if resource's current sequence number is equal to the specified value.
generateIfSequenceNumberLessThanCondition(long) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if resource's current sequence number is less than the specified value.
generateIfSequenceNumberLessThanOrEqualCondition(long) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if resource's current sequence number is less than or equal to the specified value.
generateLeaseCondition(String) - Static method in class com.microsoft.azure.storage.AccessCondition
Returns an access condition such that an operation will be performed only if the resource is accessible under the specified lease ID.
generateSharedAccessSignature(SharedAccessBlobPolicy, String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
generateSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
generateSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
generateSharedAccessSignature(SharedAccessBlobPolicy, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a shared access signature for the container.
generateSharedAccessSignature(SharedAccessBlobPolicy, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a shared access signature for the container.
generateSharedAccessSignature(SharedAccessAccountPolicy) - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns a shared access signature for the account.
generateSharedAccessSignature(SharedAccessFilePolicy, String) - Method in class com.microsoft.azure.storage.file.CloudFile
Returns a shared access signature for the file using the specified group policy identifier and shared access file headers.
generateSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders, String) - Method in class com.microsoft.azure.storage.file.CloudFile
Returns a shared access signature for the file using the specified group policy identifier and shared access file headers.
generateSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.file.CloudFile
Returns a shared access signature for the file using the specified group policy identifier and shared access file headers.
generateSharedAccessSignature(SharedAccessFilePolicy, String) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns a shared access signature for the share.
generateSharedAccessSignature(SharedAccessFilePolicy, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns a shared access signature for the share.
generateSharedAccessSignature(SharedAccessQueuePolicy, String) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Returns a shared access signature for the queue.
generateSharedAccessSignature(SharedAccessQueuePolicy, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Returns a shared access signature for the queue.
generateSharedAccessSignature(SharedAccessTablePolicy, String, String, String, String, String) - Method in class com.microsoft.azure.storage.table.CloudTable
Creates a shared access signature for the table.
generateSharedAccessSignature(SharedAccessTablePolicy, String, String, String, String, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.table.CloudTable
Creates a shared access signature for the table.
GEO_BOOTSTRAP_VALUE - Static variable in class com.microsoft.azure.storage.Constants
Constant for bootstrap geo-replication status.
GEO_LIVE_VALUE - Static variable in class com.microsoft.azure.storage.Constants
Constant for live geo-replication status.
GEO_UNAVAILABLE_VALUE - Static variable in class com.microsoft.azure.storage.Constants
Constant for unavailable geo-replication status.
GeoReplicationStats - Class in com.microsoft.azure.storage
Class representing the geo-replication statistics.
GeoReplicationStatus - Enum in com.microsoft.azure.storage
Enumeration representing the state of geo-replication in a service.
getAbsorbConditionalErrorsOnRetry() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Indicates whether a conditional failure should be absorbed on a retry attempt for the request.
getAccessIdentifiers(InputStream, Class<T>) - Static method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
RESERVED FOR INTERNAL USE.
getAccountName() - Method in class com.microsoft.azure.storage.StorageCredentials
Returns the associated account name for the credentials.
getAccountName() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Gets the account name.
getAdditionalDetails() - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
Gets additional error details, as a java.util.HashMap object.
getAllowedHeaders() - Method in class com.microsoft.azure.storage.CorsRule
Gets the allowed headers.
getAllowedMethods() - Method in class com.microsoft.azure.storage.CorsRule
Gets the allowed methods.
getAllowedOrigins() - Method in class com.microsoft.azure.storage.CorsRule
Gets the allowed origins.
getAppendBlobCommittedBlockCount() - Method in class com.microsoft.azure.storage.blob.BlobProperties
If the blob is an append blob, gets the number of committed blocks.
getAppendBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a reference to a CloudAppendBlob object that represents an append blob in this container.
getAppendBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a reference to a CloudAppendBlob object that represents an append blob in the container, using the specified snapshot ID.
getAppendBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a reference to a CloudAppendBlob object that represents an append blob in the directory.
getAppendBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a reference to a CloudAppendBlob object that represents an append blob in the directory, using the specified snapshot ID.
getApproximateMessageCount() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Gets the approximate messages count of the queue.
getAuthenticationType() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets whether the request was authenticated, anonymous, or used Shared Access Signature (SAS).
getBlobEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Blob service for the storage account.
getBlobReferenceFromServer(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Gets a reference to a blob in this container.
getBlobReferenceFromServer(String, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Gets a reference to a blob in this container.
getBlobStorageUri() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Blob service for the storage account.
getBlobType() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the blob type for the blob.
getBlockBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a reference to a CloudBlockBlob object that represents a block blob in this container.
getBlockBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a reference to a CloudBlockBlob object that represents a block blob in this container, using the specified snapshot ID.
getBlockBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a reference to a CloudBlockBlob object that represents a block blob in this directory.
getBlockBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a reference to a CloudBlockBlob object that represents a block blob in this directory, using the specified snapshot ID.
getBytesCopied() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the number of bytes copied in the operation so far.
getBytesCopied() - Method in class com.microsoft.azure.storage.file.CopyState
Gets the number of bytes copied in the operation so far.
getCacheControl() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the cache control value for the blob.
getCacheControl() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the cache control value for the file.
getCacheControl() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Gets the cache control header.
getCapacityTable() - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Gets the capacity metrics table for the blob service.
getClazzType() - Method in class com.microsoft.azure.storage.table.TableQuery
Gets the class type of the table entities returned by the query.
getClientRequestId() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the x-ms-client-request-id header value included in the request.
getClientRequestID() - Method in class com.microsoft.azure.storage.OperationContext
Gets the client side trace ID.
getClientTimeInMs() - Method in class com.microsoft.azure.storage.OperationContext
Gets the operation latency, in milliseconds, from the client's perspective.
getColumns() - Method in class com.microsoft.azure.storage.table.TableQuery
Gets an array of the table entity property names specified in the table query.
getCompletionTime() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the time that the copy operation completed.
getCompletionTime() - Method in class com.microsoft.azure.storage.file.CopyState
Gets the time that the copy operation completed.
getConcurrentRequestCount() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Gets the concurrent number of simultaneous requests per operation.
getConcurrentRequestCount() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Gets the concurrent number of simultaneous requests per operation.
getConditionsUsed() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets conditions used, as an encoded string semicolon-separated list in the form of ConditionName=value .
getConnectionObject() - Method in class com.microsoft.azure.storage.BaseEvent
Gets a connection object.
getContainer() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the blob's container.
getContainer() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns the container for this directory.
getContainer() - Method in interface com.microsoft.azure.storage.blob.ListBlobItem
Returns the container for the blob item.
getContainerReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Gets a CloudBlobContainer object with the specified name.
getContentDisposition() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the content disposition value for the blob.
getContentDisposition() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content disposition value for the file.
getContentDisposition() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Gets the content disposition header.
getContentEncoding() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the content encoding value for the blob.
getContentEncoding() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content encoding value for the file.
getContentEncoding() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Gets the content encoding header.
getContentLanguage() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the content language value for the blob.
getContentLanguage() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content language value for the file.
getContentLanguage() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Gets the content language header.
getContentMD5() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the content MD5 value for the blob.
getContentMD5() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content MD5 value for the file.
getContentMD5() - Method in class com.microsoft.azure.storage.RequestResult
Gets the MD5 hash for the request.
getContentType() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the content type value for the blob.
getContentType() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content type value for the file.
getContentType() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Gets the content type header.
getContinuationToken() - Method in class com.microsoft.azure.storage.ResultSegment
Returns the continuation token for the result segment.
getContinuationType() - Method in class com.microsoft.azure.storage.ResultContinuation
Gets the type of the continuation token.
getCopyDestinationSnapshotID() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the snapshot ID of the last successful incremental copy snapshot.
getCopyId() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the ID of the copy operation.
getCopyId() - Method in class com.microsoft.azure.storage.file.CopyState
Gets the ID of the copy operation.
getCopyState() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the blob's copy state.
getCopyState() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the blob's copy state.
getCopyState() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the Azure File's copy state.
getCopyState() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the file's copy state.
getCors() - Method in class com.microsoft.azure.storage.file.FileServiceProperties
Gets the Cross-Origin Resource Sharing (CORS) properties.
getCors() - Method in class com.microsoft.azure.storage.ServiceProperties
Gets the Cross-Origin Resource Sharing (CORS) properties.
getCorsRules() - Method in class com.microsoft.azure.storage.CorsProperties
 
getCredentials() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the credentials for the storage account.
getCredentials() - Method in class com.microsoft.azure.storage.ServiceClient
Returns the storage credentials associated with this service client.
getCurrentRetryCount() - Method in class com.microsoft.azure.storage.RetryContext
Gets the number of retries for the given operation.
getDateBackwardCompatibility() - Method in class com.microsoft.azure.storage.table.TableRequestOptions
Gets whether the client should look to correct Date values stored on a TableEntity that may have been written using versions of this library prior to 0.4.0, see TableRequestOptions.setDateBackwardCompatibility(Boolean).
getDefaultLogLevel() - Static method in class com.microsoft.azure.storage.OperationContext
Gets an Integer indicating at what level the client library should produce log entries by default.
getDefaultProxy() - Static method in class com.microsoft.azure.storage.OperationContext
Gets the default proxy used by the client library if enabled.
getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Gets the BlobRequestOptions that is used for requests associated with this CloudBlobClient
getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.file.CloudFileClient
Gets the FileRequestOptions that is used for requests associated with this CloudFileClient
getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Gets the QueueRequestOptions that is used for requests associated with this CloudQueueClient
getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.ServiceClient
Gets the RequestOptions that is used for requests associated with this ServiceClient
getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.table.CloudTableClient
Gets the TableRequestOptions that is used for requests associated with this CloudTableClient
getDefaultServiceVersion() - Method in class com.microsoft.azure.storage.ServiceProperties
Gets default service version.
getDequeueCount() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the dequeue count.
getDevelopmentStorageAccount() - Static method in class com.microsoft.azure.storage.CloudStorageAccount
Returns a CloudStorageAccount object that represents the development storage credentials.
getDevelopmentStorageAccount(URI) - Static method in class com.microsoft.azure.storage.CloudStorageAccount
Returns a CloudStorageAccount object that represents the development storage credentials, using the specified proxy URI.
getDirectoryDelimiter() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Returns the value for the default delimiter used for cloud blob directories.
getDirectoryReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a reference to a CloudBlobDirectory object that represents a virtual blob directory within this container.
getDirectoryReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a reference to a virtual blob directory beneath this directory.
getDirectoryReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns a reference to a CloudFileDirectory object that represents a directory in this directory.
getDisableContentMD5Validation() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Gets whether download and BlobInputStream methods should ignore the blob's ContentMD5 header.
getDisableContentMD5Validation() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Gets whether download and FileInputStream methods should ignore the file's ContentMD5 header.
getEdmType() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the EdmType storage data type for the EntityProperty.
getEndOffset() - Method in class com.microsoft.azure.storage.blob.PageRange
Gets the ending offset.
getEndOffset() - Method in class com.microsoft.azure.storage.file.FileRange
Gets the ending offset.
getEndpoint() - Method in class com.microsoft.azure.storage.ServiceClient
Returns the base URI for this service client.
getEndpointSuffix() - Method in class com.microsoft.azure.storage.CloudStorageAccount
If an endpoint suffix was specified, return it
getEndToEndLatencyInMS() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the total time in milliseconds to perform the requested operation, including the time to read the incoming request and send the response to the requester.
getErrorCode() - Method in exception com.microsoft.azure.storage.StorageException
Gets the error code returned by the operation.
getErrorCode() - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
Gets the storage service error code.
getErrorMessage() - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
Gets the storage service error message.
getErrorReceivingResponseEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
Gets an event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
getEtag() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Gets the ETag value of the container.
getEtag() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the ETag value for the blob.
getEtag() - Method in class com.microsoft.azure.storage.file.FileDirectoryProperties
Gets the ETag value of the directory.
getEtag() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the ETag value for the file.
getEtag() - Method in class com.microsoft.azure.storage.file.FileShareProperties
Gets the ETag value of the share.
getEtag() - Method in class com.microsoft.azure.storage.RequestResult
Gets the ETag for the request.
getEtag() - Method in interface com.microsoft.azure.storage.table.TableEntity
Gets the ETag value to verify for the entity.
getEtag() - Method in class com.microsoft.azure.storage.table.TableResult
Gets the ETag returned with the table operation results.
getEtag() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Gets the ETag value to verify for the entity.
getETagIdentifier() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the ETag identifier for the returned object as an encoded string.
getException() - Method in class com.microsoft.azure.storage.RequestResult
Gets the Exception for the request.
getExpirationTime() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the time that the message expires.
getExposedHeaders() - Method in class com.microsoft.azure.storage.CorsRule
Gets the exposed headers.
getExtendedErrorInformation() - Method in exception com.microsoft.azure.storage.StorageException
Gets the extended error information returned by the operation.
getFileEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the File service for the storage account.
getFileReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns a reference to a CloudFile object that represents a file in this directory.
getFileStorageUri() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the File service for the storage account.
getFilterString() - Method in class com.microsoft.azure.storage.table.TableQuery
Gets the filter expression specified in the table query.
getGeoReplication() - Method in class com.microsoft.azure.storage.ServiceStats
Gets the GeoReplicationStats for a cloud storage service.
getGlobalErrorReceivingResponseEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
Gets a global event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
getGlobalRequestCompletedEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
Gets a global event multi-caster that is triggered when a request is completed.
getGlobalResponseReceivedEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
Gets a global event multi-caster that is triggered when a response is received.
getGlobalRetryingEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
Gets a global event multi-caster that is triggered when a request is retried.
getGlobalSendingRequestEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
Gets a global event multi-caster that is triggered before sending a request.
getHasMoreResults() - Method in class com.microsoft.azure.storage.ResultSegment
Returns a value that indicates whether there are more results available from the server.
getHmac256() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Gets the HmacSha256 associated with the account key.
getHourMetrics() - Method in class com.microsoft.azure.storage.file.FileServiceProperties
Gets the hour metrics properties.
getHourMetrics() - Method in class com.microsoft.azure.storage.ServiceProperties
Gets the hour metrics properties.
getHourMetricsTable(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Gets the hour metrics table for a specific storage service.
getHourMetricsTable(StorageService, StorageLocation) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Gets the hour metrics table for a specific storage service.
getHttpStatusCode() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the HTTP status code for the request.
getHttpStatusCode() - Method in exception com.microsoft.azure.storage.StorageException
Gets the HTTP status code returned by the operation.
getHttpStatusCode() - Method in class com.microsoft.azure.storage.table.TableResult
Gets the HTTP status code returned by a table operation request.
getId() - Method in class com.microsoft.azure.storage.blob.BlockEntry
Gets the id of the block.
getId() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the message ID.
getIfAppendPositionEqual() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the value for a conditional header used only for append operations.
getIfMatch() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the ETag when the If-Match condition is set.
getIfMaxSizeLessThanOrEqual() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the value for a conditional header used only for append operations.
getIfModifiedSinceDate() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the If-Modified-Since date.
getIfNoneMatch() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the ETag when the If-None-Match condition is set.
getIfSequenceNumberEqual() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the sequence number when the sequence number equal condition is set.
getIfSequenceNumberLessThan() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the sequence number when the sequence number less than condition is set.
getIfSequenceNumberLessThanOrEqual() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the sequence number when the sequence number less than or equal condition is set.
getIfUnmodifiedSinceDate() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the If-Unmodified-Since date.
getInsertionTime() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the time the message was added to the queue.
getInstance() - Static method in class com.microsoft.azure.storage.RetryNoRetry
Returns the static instance of a no retry policy.
getIpMax() - Method in class com.microsoft.azure.storage.IPRange
The maximum IP address for the range, inclusive.
getIpMin() - Method in class com.microsoft.azure.storage.IPRange
The minimum IP address for the range, inclusive.
getIsNull() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets a flag indicating that the EntityProperty value is null.
getIsPageComplete() - Method in class com.microsoft.azure.storage.ResultSegment
Returns a value that indicates whether the page has more results.
getLastModified() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Gets the last modified time on the container.
getLastModified() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the last modified time for the blob.
getLastModified() - Method in class com.microsoft.azure.storage.file.FileDirectoryProperties
Gets the last modified time on the directory.
getLastModified() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the last modified time for the file.
getLastModified() - Method in class com.microsoft.azure.storage.file.FileShareProperties
Gets the last modified time on the share.
getLastModifiedTime() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the Last Modified Time (LMT) for the returned object as an encoded string.
getLastRequestResult() - Method in class com.microsoft.azure.storage.RetryContext
Gets the last request's results.
getLastResult() - Method in class com.microsoft.azure.storage.OperationContext
Gets the last request result encountered for the operation.
getLastSyncTime() - Method in class com.microsoft.azure.storage.GeoReplicationStats
Gets the last synchronization time.
getLeaseDuration() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Gets the lease duration of the container.
getLeaseDuration() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the lease duration for the blob.
getLeaseID() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the lease ID.
getLeaseState() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Gets the lease state of the container.
getLeaseState() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the lease state for the blob.
getLeaseStatus() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Gets the lease status of the container.
getLeaseStatus() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the lease status for the blob.
getLength() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the size, in bytes, of the blob.
getLength() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the size, in bytes, of the file.
getLength() - Method in class com.microsoft.azure.storage.ResultSegment
Returns the number of results in the segment.
getLocationMode() - Method in class com.microsoft.azure.storage.RequestOptions
Gets the default location mode for this request.
getLocationMode() - Method in class com.microsoft.azure.storage.RetryContext
Gets the location mode for subsequent retries.
getLogDirectory(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Gets the CloudBlobDirectory object for the logs for a specific storage service.
getLogging() - Method in class com.microsoft.azure.storage.ServiceProperties
Gets the logging properties.
getLogLevel() - Method in class com.microsoft.azure.storage.OperationContext
Gets the log level for this operation context.
getLogOperationTypes() - Method in class com.microsoft.azure.storage.LoggingProperties
Gets an EnumSet of LoggingOperations that represents which storage operations should be logged.
getMaxAgeInSeconds() - Method in class com.microsoft.azure.storage.CorsRule
Gets the maximum age in seconds.
getMaximumExecutionTimeInMs() - Method in class com.microsoft.azure.storage.RequestOptions
Gets the maximum execution time for this request.
getMessageContentAsByte() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the content of the message as a byte array.
getMessageContentAsString() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the content of the message as a string.
getMessageId() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the message ID.
getMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the metadata for the blob.
getMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns the metadata for the container.
getMetadata() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the metadata for the file.
getMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the metadata for the directory.
getMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the metadata for the share.
getMetadata() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Gets the metadata collection for the queue as stored in this CloudQueue object.
getMetricsLevel() - Method in class com.microsoft.azure.storage.MetricsProperties
Gets the MetricsLevel for the analytics service.
getMinuteMetrics() - Method in class com.microsoft.azure.storage.file.FileServiceProperties
Gets the minute metrics properties.
getMinuteMetrics() - Method in class com.microsoft.azure.storage.ServiceProperties
Gets the minute metrics properties.
getMinuteMetricsTable(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Gets the minute metrics table for a specific storage service.
getMinuteMetricsTable(StorageService, StorageLocation) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Gets the minute metrics table for a specific storage service.
getName() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the name of the blob.
getName() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns the name of the container.
getName() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the name of the file.
getName() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the name of this directory.
getName() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the name of the share.
getName() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Gets the name of the queue.
getName() - Method in class com.microsoft.azure.storage.table.CloudTable
Gets the name of the table.
getNextLocation() - Method in class com.microsoft.azure.storage.RetryContext
Gets the location that the next retry should target.
getNextMarker() - Method in class com.microsoft.azure.storage.ResultContinuation
Gets the next marker for continuing results of listing operations.
getNextPartitionKey() - Method in class com.microsoft.azure.storage.ResultContinuation
Gets the next partition key for TableServiceEntity enumeration operations.
getNextRowKey() - Method in class com.microsoft.azure.storage.ResultContinuation
Gets the next row key for TableServiceEntity enumeration operations.
getNextTableName() - Method in class com.microsoft.azure.storage.ResultContinuation
Gets the next table name for Table enumeration operations.
getNextVisibleTime() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the time that the message will next be visible.
getOpContext() - Method in class com.microsoft.azure.storage.BaseEvent
Gets a context for the current operation.
getOperation() - Method in exception com.microsoft.azure.storage.table.TableServiceException
Gets the table operation that caused the TableServiceException to be thrown.
getOperationCount() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the number of each logged operation for a request, using an index of zero.
getOperationExpiryTimeInMs() - Method in class com.microsoft.azure.storage.RequestOptions
RESERVED FOR INTERNAL USE.
getOperationType() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the type of REST operation performed.
getOwnerAccountName() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the account name of the service owner.
getPageBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a reference to a CloudPageBlob object that represents a page blob in this container.
getPageBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a reference to a CloudPageBlob object that represents a page blob in the container, using the specified snapshot ID.
getPageBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a reference to a CloudPageBlob object that represents a page blob in the directory.
getPageBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a reference to a CloudPageBlob object that represents a page blob in the directory, using the specified snapshot ID.
getPageBlobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.BlobProperties
If the blob is a page blob, gets the page blob's current sequence number.
getPageSize() - Method in class com.microsoft.azure.storage.ResultSegment
Returns the size of the requested page.
getParent() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the blob item's parent.
getParent() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns the parent directory of this directory.
getParent() - Method in interface com.microsoft.azure.storage.blob.ListBlobItem
Returns the parent for the blob item.
getParent() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the file item's parent.
getParent() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the CloudFileDirectory parent directory associated with this directory.
getParent() - Method in interface com.microsoft.azure.storage.file.ListFileItem
Returns the parent for the file item.
getPartitionKey() - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Gets the PartitionKey value for the entity to retrieve.
getPartitionKey() - Method in interface com.microsoft.azure.storage.table.TableEntity
Gets the PartitionKey value for the entity.
getPartitionKey() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Gets the PartitionKey value for the entity.
getPermissions() - Method in class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
Gets the permissions for a shared access signature associated with this shared access policy.
getPermissions() - Method in class com.microsoft.azure.storage.file.SharedAccessFilePolicy
Gets the permissions for a shared access signature associated with this shared access policy.
getPermissions() - Method in class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
Gets the permissions for a shared access signature associated with this shared access policy.
getPermissions() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Gets the permissions for a shared access signature associated with this shared access policy.
getPermissions() - Method in class com.microsoft.azure.storage.table.SharedAccessTablePolicy
Gets the permissions for a shared access signature associated with this shared access policy.
getPopReceipt() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the message's pop receipt.
getPrefix() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns the prefix for this directory.
getPremiumPageBlobTier() - Method in class com.microsoft.azure.storage.blob.BlobProperties
If using a premium account and the blob is a page blob, gets the tier of the blob.
getPrimaryUri() - Method in class com.microsoft.azure.storage.StorageUri
Gets the endpoint for the primary location for the storage account.
getProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the blob's properties.
getProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns the properties for the container.
getProperties() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the file's properties.
getProperties() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the FileDirectoryProperties object that holds the directory's system properties.
getProperties() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the properties for the share.
getProperties() - Method in class com.microsoft.azure.storage.table.DynamicTableEntity
Gets the property map for this DynamicTableEntity instance.
getProperties() - Method in class com.microsoft.azure.storage.table.TableResult
Gets the map of properties for a table entity returned by the table operation.
getPropertyResolver() - Method in class com.microsoft.azure.storage.table.TableRequestOptions
Gets the interface that contains a function which is used to get the for an entity property given the partition key, row, key, and the property name.
getProtocols() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Gets the allowed protocols for a shared access signature associated with this shared access policy.
getProxy() - Method in class com.microsoft.azure.storage.OperationContext
Gets a proxy which will be used when making a request.
getPublicAccess() - Method in class com.microsoft.azure.storage.blob.BlobContainerPermissions
Gets the public access setting for the container.
getPublicAccess() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Gets the public access level for the container.
getQualifiedStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
getQualifiedUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Deprecated.
getQualifiedUri() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the snapshot or shared access signature qualified URI for this share.
getQuery() - Method in class com.microsoft.azure.storage.StorageUri
Returns the decoded query component of this StorageUri object.
getQueueEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Queue service for the storage account.
getQueueReference(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Gets a CloudQueue object with the specified name.
getQueueStorageUri() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Queue service for the storage account.
getRange() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Gets the allowed IP addresses for a shared access signature associated with this shared access policy.
getReferrerHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the Referrer header value as an encoded string.
getRehydrationStatus() - Method in class com.microsoft.azure.storage.blob.BlobProperties
The rehydration status if the blob is being rehydrated and the tier of the blob once the rehydration from archive has completed.
getRemainingPageResults() - Method in class com.microsoft.azure.storage.ResultSegment
Returns the count of remaining results needed to fulfill the requested page size.
getRequestCompletedEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
Gets an event multi-caster that is triggered when a request is completed.
getRequestContentLength() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the value of the Content-Length header for the request sent to the storage service.
getRequestDate() - Method in class com.microsoft.azure.storage.RequestResult
Gets the request date.
getRequestedObjectKey() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the key of the requested object as an encoded string.
getRequesterAccountName() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the account name making the request, if the request is authenticated.
getRequesterIPAddress() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the IP address and port of the requester.
getRequestHeaderSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the size of the request header, in bytes.
getRequestIdHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the request ID assigned by the storage service.
getRequestMD5() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the value of either the Content-MD5 header or the x-ms-content-md5 header in the request as an encoded string.
getRequestPacketSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the size of the request packets read by the storage service, in bytes.
getRequestResult() - Method in class com.microsoft.azure.storage.BaseEvent
Gets a RequestResult object that represents the current request result.
getRequestResults() - Method in class com.microsoft.azure.storage.OperationContext
Returns the set of request results that the current operation has created.
getRequestStartTime() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the time in UTC when the request was received by Storage Analytics.
getRequestStatus() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the status of the requested operation.
getRequestUrl() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the complete URL of the request.
getRequestVersionHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the storage service version specified when the request was made.
getResolver() - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Gets the resolver to project the entity retrieved as a particular type.
getResourceTypes() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Gets the resource type for a shared access signature associated with this shared access policy.
getResponseHeaderSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the size of the response header, in bytes.
getResponsePacketSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the size of the response packets written by the storage service, in bytes.
getResponseReceivedEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
Gets an event multi-caster that is triggered when a response is received.
getResult() - Method in class com.microsoft.azure.storage.table.TableResult
Gets the result returned by the table operation as an Object.
getResultAsType() - Method in class com.microsoft.azure.storage.table.TableResult
Gets the result returned by the table operation as an instance of the specified type.
getResults() - Method in class com.microsoft.azure.storage.ResultSegment
Returns an enumerable set of results from the service.
getRetentionIntervalInDays() - Method in class com.microsoft.azure.storage.LoggingProperties
Gets the retention interval (in days).
getRetentionIntervalInDays() - Method in class com.microsoft.azure.storage.MetricsProperties
Gets the metrics retention interval (in days).
getRetryContext() - Method in class com.microsoft.azure.storage.RetryingEvent
Gets the context for a retry of a request made against the storage services.
getRetryingEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
Gets an event multi-caster that is triggered when a request is retried.
getRetryInterval() - Method in class com.microsoft.azure.storage.RetryInfo
Gets the interval in milliseconds until the next retry.
getRetryPolicyFactory() - Method in class com.microsoft.azure.storage.RequestOptions
Gets the retry policy to use for this request.
getRootDirectoryReference() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns a reference to a CloudFileDirectory object that represents the root file directory within this share.
getRowKey() - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Gets the RowKey value for the entity to retrieve.
getRowKey() - Method in interface com.microsoft.azure.storage.table.TableEntity
Gets the RowKey value for the entity.
getRowKey() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Gets the RowKey value for the entity.
getSearchMode() - Method in class com.microsoft.azure.storage.blob.BlockEntry
Gets the BlockSearchMode.
getSecondaryUri() - Method in class com.microsoft.azure.storage.StorageUri
Gets the endpoint for the secondary location for the storage account.
getSendingRequestEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
Gets an event multi-caster that is triggered before sending a request.
getServerLatencyInMS() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the total time in milliseconds to perform the requested operation.
getServerMD5() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the value of the MD5 hash calculated by the storage service as an encoded string.
getServiceClient() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the Blob service client associated with the blob.
getServiceClient() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns the Blob service client associated with this container.
getServiceClient() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns the Blob service client associated with this directory.
getServiceClient() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the file service client associated with the file.
getServiceClient() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the File service client associated with this directory.
getServiceClient() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the File service client associated with this share.
getServiceClient() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Gets the queue service client associated with this queue.
getServiceClient() - Method in class com.microsoft.azure.storage.table.CloudTable
Gets the table service client associated with this queue.
getServiceRequestID() - Method in class com.microsoft.azure.storage.RequestResult
Gets the service request ID.
getServices() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Gets the services (blob, file, queue, table) for a shared access signature associated with this shared access policy.
getServiceStats() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Queries the service for the ServiceStats.
getServiceStats(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Queries the given storage service for the ServiceStats.
getServiceStats() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Queries the service for the ServiceStats.
getServiceStats(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Queries the service for the ServiceStats.
getServiceStats() - Method in class com.microsoft.azure.storage.table.CloudTableClient
Queries the service for the ServiceStats.
getServiceStats(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Queries the given storage service for the ServiceStats.
getServiceType() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the requested storage service: blob, table, or queue.
getShare() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the file's share.
getShare() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the share for this directory.
getShare() - Method in interface com.microsoft.azure.storage.file.ListFileItem
Returns the share for the file item.
getSharedAccessExpiryTime() - Method in class com.microsoft.azure.storage.SharedAccessPolicy
Gets the expiry time for a shared access signature associated with this shared access policy.
getSharedAccessPolicies() - Method in class com.microsoft.azure.storage.Permissions
Returns the set of shared access policies.
getSharedAccessStartTime() - Method in class com.microsoft.azure.storage.SharedAccessPolicy
Gets the start time for a shared access signature associated with this shared access policy.
getShareQuota() - Method in class com.microsoft.azure.storage.file.FileShareProperties
Gets the limit on the size of files (in GB) stored on the share.
getShareReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Gets a CloudFileShare object with the specified name.
getShareReference(String, String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Gets a CloudFileShare object with the specified name.
getShouldEncodeMessage() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Gets the value indicating whether the message should be base-64 encoded.
getSingleBlobPutThresholdInBytes() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Gets the threshold size used for writing a single blob.
getSize() - Method in class com.microsoft.azure.storage.blob.BlockEntry
Gets the size, in bytes, of the block.
getSnapshot() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the snapshotID for this share.
getSnapshotID() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Gets the Blob Snapshot ID.
getSnapshotQualifiedStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.
getSnapshotQualifiedUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the absolute URI to the blob, including query string information if the blob is a snapshot.
getSource() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the source URI of the copy operation.
getSource() - Method in class com.microsoft.azure.storage.file.CopyState
Gets the source URI of the copy operation.
getStandardBlobTier() - Method in class com.microsoft.azure.storage.blob.BlobProperties
If using a standard account and the blob is a block blob, gets the tier of the blob.
getStartDate() - Method in class com.microsoft.azure.storage.RequestResult
Gets the start date for the request.
getStartOffset() - Method in class com.microsoft.azure.storage.blob.PageRange
Gets the starting offset.
getStartOffset() - Method in class com.microsoft.azure.storage.file.FileRange
Gets the starting offset.
getStats() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Queries the service for this share's ShareStats.
getStats(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Queries the service for this share's ShareStats.
getStatus() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the status of the copy operation.
getStatus() - Method in class com.microsoft.azure.storage.file.CopyState
Gets the status of the copy operation.
getStatus() - Method in class com.microsoft.azure.storage.GeoReplicationStats
Gets the GeoReplicationStatus status.
getStatusCode() - Method in class com.microsoft.azure.storage.RequestResult
Gets the HTTP status code for the request.
getStatusDescription() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the status description of the copy operation.
getStatusDescription() - Method in class com.microsoft.azure.storage.file.CopyState
Gets the status description of the copy operation.
getStatusMessage() - Method in class com.microsoft.azure.storage.RequestResult
Gets the HTTP status message for the request.
getStopDate() - Method in class com.microsoft.azure.storage.RequestResult
Gets the stop date for the request.
getStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the list of URIs for all locations.
getStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns the list of URIs for all locations.
getStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns the list of URIs for all locations.
getStorageUri() - Method in interface com.microsoft.azure.storage.blob.ListBlobItem
Returns the list of URIs for all storage locations of the blob item.
getStorageUri() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the list of URIs for all locations.
getStorageUri() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the list of URIs for all locations.
getStorageUri() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the list of URIs for all locations.
getStorageUri() - Method in interface com.microsoft.azure.storage.file.ListFileItem
Returns the list of URIs for all storage locations of the file item.
getStorageUri() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Returns the list of URIs for all locations.
getStorageUri() - Method in class com.microsoft.azure.storage.ServiceClient
Returns the list of URIs for all locations.
getStorageUri() - Method in class com.microsoft.azure.storage.table.CloudTable
Returns the list of URIs for all locations.
getStoreBlobContentMD5() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Gets whether the blob's ContentMD5 header should be set on uploads.
getStoreFileContentMD5() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Gets whether the file's ContentMD5 header should be set on uploads.
getStreamMinimumReadSizeInBytes() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the minimum read size when using a BlobInputStream.
getStreamMinimumReadSizeInBytes() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the minimum read size when using a FileInputStream.
getStreamWriteSizeInBytes() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Gets the number of bytes to buffer when writing to a BlobOutputStream (block and page blobs).
getStreamWriteSizeInBytes() - Method in class com.microsoft.azure.storage.file.CloudFile
Gets the number of bytes to buffer when writing to a FileOutputStream.
getTableEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Table service for the storage account.
getTablePayloadFormat() - Method in class com.microsoft.azure.storage.table.TableRequestOptions
Gets the TablePayloadFormat to be used.
getTableReference(String) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Gets a CloudTable object with the specified name.
getTableStorageUri() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Table service for the storage account.
getTakeCount() - Method in class com.microsoft.azure.storage.table.TableQuery
Gets the number of entities the query returns specified in the table query.
getTargetLocation() - Method in class com.microsoft.azure.storage.RequestResult
Gets the location that the request was sent to.
getTargetLocation() - Method in class com.microsoft.azure.storage.ResultContinuation
Gets the location that the token applies to.
getTargetLocation() - Method in class com.microsoft.azure.storage.RetryInfo
Gets the location that the next retry should target.
getTimeoutIntervalInMs() - Method in class com.microsoft.azure.storage.RequestOptions
Returns the timeout value for this request.
getTimestamp() - Method in interface com.microsoft.azure.storage.table.TableEntity
Gets the Timestamp for the entity.
getTimestamp() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Gets the Timestamp for the entity.
getToken() - Method in class com.microsoft.azure.storage.StorageCredentialsSharedAccessSignature
Returns the shared access signature token.
getTotalBytes() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the number of bytes total number of bytes to copy.
getTotalBytes() - Method in class com.microsoft.azure.storage.file.CopyState
Gets the number of bytes total number of bytes to copy.
getType() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the class type of the EntityProperty.
getUpdatedLocationMode() - Method in class com.microsoft.azure.storage.RetryInfo
Gets the location mode for subsequent retries.
getUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the URI for this blob.
getUri() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns the URI for this container.
getUri() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns the URI for this directory.
getUri() - Method in interface com.microsoft.azure.storage.blob.ListBlobItem
Returns the URI for the blob item.
getUri() - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the URI for this file.
getUri() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns the URI for this directory.
getUri() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Returns the URI for this share.
getUri() - Method in interface com.microsoft.azure.storage.file.ListFileItem
Returns the URI for the file item.
getUri() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Gets the absolute URI for this queue.
getUri(StorageLocation) - Method in class com.microsoft.azure.storage.StorageUri
Gets the URI for a specified StorageLocation.
getUri() - Method in class com.microsoft.azure.storage.table.CloudTable
Gets the absolute URI for this table.
getUsage() - Method in class com.microsoft.azure.storage.file.ShareStats
Gets the approximate size of the data stored on the share, in GB.
getUserAgentHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the User-Agent header value as an encoded string.
getUserHeaders() - Method in class com.microsoft.azure.storage.OperationContext
Gets any additional headers for the request, for example, for proxy or logging information.
getUseTransactionalContentMD5() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Gets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
getUseTransactionalContentMD5() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Gets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
getValueAsBoolean() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a boolean.
getValueAsBooleanObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a Boolean.
getValueAsByteArray() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a byte array.
getValueAsByteObjectArray() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a Byte array.
getValueAsDate() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a java.util.Date.
getValueAsDouble() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a double.
getValueAsDoubleObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a double.
getValueAsInteger() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as an int.
getValueAsIntegerObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as an Integer.
getValueAsLong() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a long.
getValueAsLongObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a Long.
getValueAsString() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a String.
getValueAsUUID() - Method in class com.microsoft.azure.storage.table.EntityProperty
Gets the value of this EntityProperty as a java.util.UUID.
getVersion() - Method in class com.microsoft.azure.storage.LoggingProperties
Gets the analytics version.
getVersion() - Method in class com.microsoft.azure.storage.MetricsProperties
Gets the analytics version.
getVersionNumber() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the version of Storage Analytics Logging used to record the entry.
GREATER_THAN - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
Greater Than
GREATER_THAN_OR_EQUAL - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
Greater Than Or Equal

H

hasContinuation() - Method in class com.microsoft.azure.storage.ResultContinuation
Indicates whether continuation information is available.
hashCode() - Method in class com.microsoft.azure.storage.StorageUri
 
hasListeners() - Method in class com.microsoft.azure.storage.StorageEventMultiCaster
Returns a value that indicates whether any event listeners are registered for events.
HOST_INFORMATION_NOT_PRESENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The required host information is not present in the request.
HOUR_METRICS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Hour Metrics
HTTP - Static variable in class com.microsoft.azure.storage.Constants
Specifies HTTP.
HTTP_DELETE - Static variable in class com.microsoft.azure.storage.Constants
Http DELETE method.
HTTP_GET - Static variable in class com.microsoft.azure.storage.Constants
Http GET method.
HTTP_HEAD - Static variable in class com.microsoft.azure.storage.Constants
Http HEAD method.
HTTP_POST - Static variable in class com.microsoft.azure.storage.Constants
Http POST method.
HTTP_PUT - Static variable in class com.microsoft.azure.storage.Constants
Http PUT method.
HTTP_UNUSED_306 - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
An unused HTTP code used internally to indicate a non-http related failure when constructing StorageException objects
HTTPS - Static variable in class com.microsoft.azure.storage.Constants
Specifies HTTPS.
HTTPS_HTTP - Static variable in class com.microsoft.azure.storage.Constants
Specifies both HTTPS and HTTP.

I

ID - Static variable in class com.microsoft.azure.storage.Constants
XML attribute for IDs.
IF_APPEND_POSITION_EQUAL_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The blob append position equal header.
IF_MATCH - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The IfMatch header.
IF_MAX_SIZE_LESS_THAN_OR_EQUAL - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The blob maxsize condition header.
IF_MODIFIED_SINCE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The IfModifiedSince header.
IF_NONE_MATCH - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The IfNoneMatch header.
IF_SEQUENCE_NUMBER_EQUAL - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The blob sequence number equal condition header.
IF_SEQUENCE_NUMBER_LESS_THAN - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The blob sequence number less than condition header.
IF_SEQUENCE_NUMBER_LESS_THAN_OR_EQUAL - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The blob sequence number less than or equal condition header.
IF_UNMODIFIED_SINCE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The IfUnmodifiedSince header.
Ignore - Annotation Type in com.microsoft.azure.storage.table
An annotation set on a method to prevent its use in serializing or deserializing a property by reflection.
INCLUDE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for include.
INCLUDE_APIS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Metrics IncludeAPIs.
INCLUDE_SNAPSHOTS_VALUE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
Specifies snapshots are to be included.
INCORRECT_BLOB_TYPE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
An incorrect blob type was specified.
INCREMENTAL_COPY - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies copy type.
INCREMENTAL_COPY_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the copy type.
INFINITE_LEASE_DURATION_REQUIRED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID matched, but the specified lease must be an infinite-duration lease.
initialize() - Method in class com.microsoft.azure.storage.OperationContext
Reserved for internal use.
insert(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to insert the specified entity to the batch operation.
insert(TableEntity, boolean) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to insert the specified entity to the batch operation.
insert(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to insert the specified entity into Microsoft Azure storage.
insert(TableEntity, boolean) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to insert the specified entity into Microsoft Azure storage.
insertOrMerge(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to insert or merge the specified entity to the batch operation.
insertOrMerge(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to merge the specified entity into Microsoft Azure storage, or insert it if it does not exist.
insertOrReplace(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to insert or replace the specified entity to the batch operation.
insertOrReplace(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to replace the specified entity in Microsoft Azure storage, or insert it if it does not exist.
INSUFFICIENT_ACCOUNT_PERMISSIONS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The account being accessed does not have sufficient permissions to execute this operation.
INTERNAL_ERROR - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
An internal error occurred.
INVALID_APPEND_POSITION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Error code that may be returned when the specified append offset is invalid.
INVALID_AUTHENTICATION_INFO - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The authentication information was not provided in the correct format.
INVALID_BLOB_OR_BLOCK - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified blob or block content is invalid.
INVALID_BLOB_TYPE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
An incorrect blob type was specified.
INVALID_BLOCK_ID - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified block ID is invalid.
INVALID_BLOCK_LIST - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified block list is invalid.
INVALID_DOCUMENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified XML or Json document is invalid.
INVALID_FILE_OR_DIRECTORY_PATH_NAME - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
File or directory path is too long or file or directory path has too many subdirectories.
INVALID_HEADER_VALUE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
One or more header values are invalid.
INVALID_HTTP_VERB - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The HTTP verb is invalid.
INVALID_INPUT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The input is invalid.
INVALID_MARKER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified marker is invalid.
INVALID_MAX_BLOB_SIZE_CONDITION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Error code that may be returned when the specified max blob size is exceeded.
INVALID_MD5 - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified MD5 hash is invalid.
INVALID_METADATA - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified metadata is invalid.
INVALID_METADATA_NAME - Static variable in class com.microsoft.azure.storage.Constants
XML element for an invalid metadata name.
INVALID_PAGE_RANGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The page range specified is invalid.
INVALID_QUERY_PARAMETER_VALUE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
One or more query parameters are invalid.
INVALID_RANGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified range is invalid.
INVALID_RESOURCE_NAME - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource name contains invalid characters.
INVALID_TYPE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The incorrect type was given.
INVALID_URI - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The URI is invalid.
INVALID_VALUE_TYPE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The value specified is invalid.
INVALID_VERSION_FOR_PAGE_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
All operations on page blobs require at least version 2009-09-19.
INVALID_XML_DOCUMENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified XML document is invalid.
INVALID_XML_NODE_VALUE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The value provided for one of the XML nodes in the request body was not in the correct format.
IPRange - Class in com.microsoft.azure.storage
A continuous range of IP addresses.
IPRange(String) - Constructor for class com.microsoft.azure.storage.IPRange
Creates an IP Range using the specified single IP address.
IPRange(String, String) - Constructor for class com.microsoft.azure.storage.IPRange
Creates an IP Range using the specified minimum and maximum IP addresses.
isAbsolute() - Method in class com.microsoft.azure.storage.StorageUri
Indicates whether this StorageUri is absolute.
isBlobTierInferred() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets a value indicating if the tier of the premium page blob has been inferred.
isCleared() - Method in class com.microsoft.azure.storage.blob.PageRangeDiff
Indicates whether the page range was cleared.
isHttpsOnly() - Method in class com.microsoft.azure.storage.StorageCredentials
Gets whether this StorageCredentials object only allows access via HTTPS.
isIncrementalCopy() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets if the blob is an incremental copy
isReflectedEntityCacheDisabled() - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
Gets a value indicating whether or not the reflected entity cache is disabled.
isRequestServiceEncrypted() - Method in class com.microsoft.azure.storage.RequestResult
Gets whether the request is server-side encrypted.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the blob's server-side encryption status;
isServerEncrypted() - Method in class com.microsoft.azure.storage.file.FileDirectoryProperties
Gets the directory's server-side encryption status.
isServerEncrypted() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the file's server-side encryption status.
isSnapshot() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Indicates whether this blob is a snapshot.
isSnapshot() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Indicates whether this share is a snapshot.

J

JSON_FORMAT_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
JSON format is not supported.

K

KB - Static variable in class com.microsoft.azure.storage.Constants
Constant representing a kilobyte (Non-SI version).

L

LAST_MODIFIED_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the last modified date.
LEASE_ACTION_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the lease action to perform
LEASE_ALREADY_BROKEN - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease is already broken.
LEASE_ALREADY_PRESENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease is already present.
LEASE_BREAK_PERIOD_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the break period of a lease
LEASE_BREAK_PERIOD_MAX - Static variable in class com.microsoft.azure.storage.Constants
Lease break period max in seconds.
LEASE_BREAK_PERIOD_MIN - Static variable in class com.microsoft.azure.storage.Constants
Lease break period min in seconds.
LEASE_DURATION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies lease duration.
LEASE_DURATION_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the lease duration.
LEASE_DURATION_MAX - Static variable in class com.microsoft.azure.storage.Constants
Lease duration max in seconds.
LEASE_DURATION_MIN - Static variable in class com.microsoft.azure.storage.Constants
Lease duration min in seconds.
LEASE_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies lease ID.
LEASE_ID_MISMATCH_WITH_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID is incorrect with a blob operation.
LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID is incorrect with a container operation.
LEASE_ID_MISMATCH_WITH_LEASE_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID is incorrect with a lease operation.
LEASE_ID_MISSING - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID is missing.
LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID matched, but the lease is currently in breaking state and cannot be acquired until it is broken.
LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID matched, but the lease is currently in breaking state and cannot be changed.
LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The lease ID matched, but the lease has been broken explicitly and cannot be renewed.
LEASE_LOST - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
A lease ID was specified, but the lease for the blob/container has expired.
LEASE_NOT_PRESENT_WITH_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
There is currently no lease on the blob.
LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
There is currently no lease on the container.
LEASE_NOT_PRESENT_WITH_LEASE_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
There is currently no lease on the blob/container.
LEASE_STATE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies lease state.
LEASE_STATE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the lease state.
LEASE_STATUS - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies lease status.
LEASE_STATUS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the lease status.
LEASE_TIME_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the remaining lease time
LeaseDuration - Enum in com.microsoft.azure.storage.blob
The lease duration of a resource.
LeaseState - Enum in com.microsoft.azure.storage.blob
The lease state of a resource.
LeaseStatus - Enum in com.microsoft.azure.storage.blob
Specifies the lease status of a blob.
LESS_THAN - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
Less Than
LESS_THAN_OR_EQUAL - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
Less Than Or Equal
LIST - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component value for list.
ListBlobItem - Interface in com.microsoft.azure.storage.blob
Represents an item that may be returned by a blob listing operation.
listBlobs() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns an enumerable collection of blob items for the container.
listBlobs(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns an enumerable collection of blob items for the container whose names begin with the specified prefix.
listBlobs(String, boolean) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns an enumerable collection of blob items for the container whose names begin with the specified prefix using the specified flat or hierarchical option.
listBlobs(String, boolean, EnumSet<BlobListingDetails>, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns an enumerable collection of blob items for the container whose names begin with the specified prefix, using the specified flat or hierarchical option, listing details options, request options, and operation context.
listBlobs() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns an enumerable collection of blob items for the directory.
listBlobs(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns an enumerable collection of blob items whose names begin with the specified prefix for the directory.
listBlobs(String, boolean, EnumSet<BlobListingDetails>, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns an enumerable collection of blob items whose names begin with the specified prefix, using the specified flat or hierarchical option, listing details options, request options, and operation context.
listBlobsSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a result segment of an enumerable collection of blob items in the container.
listBlobsSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a result segment containing a collection of blob items whose names begin with the specified prefix.
listBlobsSegmented(String, boolean, EnumSet<BlobListingDetails>, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a result segment containing a collection of blob items whose names begin with the specified prefix, using the specified flat or hierarchical option, listing details options, request options, and operation context.
listBlobsSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a result segment of an enumerable collection of blob items in the directory.
listBlobsSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a result segment containing a collection of blob items whose names begin with the specified prefix.
listBlobsSegmented(String, boolean, EnumSet<BlobListingDetails>, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Returns a result segment containing a collection of blob items whose names begin with the specified prefix, using the specified flat or hierarchical option, listing details options, request options, and operation context.
listContainers() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Returns an enumerable collection of blob containers for this Blob service client.
listContainers(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Returns an enumerable collection of blob containers whose names begin with the specified prefix for this Blob service client.
listContainers(String, ContainerListingDetails, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Returns an enumerable collection of blob containers whose names begin with the specified prefix for this Blob service client, using the specified details setting, request options, and operation context.
listContainers() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns an enumerable collection of containers for the service client associated with this container.
listContainers(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns an enumerable collection of containers whose names begin with the specified prefix for the service client associated with this container.
listContainers(String, ContainerListingDetails, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns an enumerable collection of containers whose names begin with the specified prefix for the service client associated with this container, using the specified details setting, request options, and operation context.
listContainersSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Returns a result segment of an enumerable collection of blob containers for this Blob service client.
listContainersSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Returns a result segment of an enumerable collection of blob containers whose names begin with the specified prefix for this Blob service client.
listContainersSegmented(String, ContainerListingDetails, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Returns a result segment of an enumerable collection of blob containers whose names begin with the specified prefix for this Blob service client, using the specified listing details options, request options, and operation context.
listContainersSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a result segment of an enumerable collection of containers for the service client associated with this container.
listContainersSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a result segment of an enumerable collection of containers whose names begin with the specified prefix for the service client associated with this container.
listContainersSegmented(String, ContainerListingDetails, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a result segment containing a collection of containers whose names begin with the specified prefix for the service client associated with this container, using the specified listing details options, request options, and operation context.
ListFileItem - Interface in com.microsoft.azure.storage.file
Represents an item that may be returned by a file listing operation.
listFilesAndDirectories() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns an enumerable collection of file and directory items for the directory.
listFilesAndDirectories(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns an enumerable collection of file and directory items for the directory.
listFilesAndDirectories(String, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns an enumerable collection of file and directory items for the directory.
listFilesAndDirectoriesSegmented() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns a result segment of an enumerable collection of files and directories for this File service client.
listFilesAndDirectoriesSegmented(Integer, ResultContinuation, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns a result segment of an enumerable collection of files and directories for this directory, using the specified listing details options, request options, and operation context.
listFilesAndDirectoriesSegmented(String, Integer, ResultContinuation, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Returns a result segment of an enumerable collection of files and directories for this directory, using the specified listing details options, request options, and operation context.
listLogBlobs(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Returns an enumerable collection of log blobs, retrieved lazily.
listLogBlobs(StorageService, Date, Date, EnumSet<LoggingOperations>, BlobListingDetails, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Returns an enumerable collection of log blobs, retrieved lazily.
listLogRecords(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Returns an enumerable collection of log records, retrieved lazily.
listLogRecords(StorageService, Date, Date, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Returns an enumerable collection of log records, retrieved lazily.
listQueues() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Gets an iterable collection of queues for this queue service client.
listQueues(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Returns an iterable collection of queues whose names begin with the specified prefix in this Queue service client.
listQueues(String, QueueListingDetails, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Returns an iterable collection of queues whose names begin with the specified prefix for this Queue service client, using the specified details setting, request options, and operation context.
listQueuesSegmented() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Gets a result segment of an iterable collection of queues for this Queue service client.
listQueuesSegmented(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Gets a result segment of an iterable collection of queues whose names begin with the specified prefix for this Queue service client.
listQueuesSegmented(String, QueueListingDetails, Integer, ResultContinuation, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Gets a result segment of an iterable collection of queues whose names begin with the specified prefix for this queue, using the specified listing details options, request options, and operation context.
listShares() - Method in class com.microsoft.azure.storage.file.CloudFileClient
Returns an enumerable collection of shares for this File service client.
listShares(String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Returns an enumerable collection of shares whose names begin with the specified prefix for this File service client.
listShares(String, EnumSet<ShareListingDetails>, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Returns an enumerable collection of shares whose names begin with the specified prefix for this File service client, using the specified details settings, request options, and operation context.
listSharesSegmented() - Method in class com.microsoft.azure.storage.file.CloudFileClient
Returns a result segment of an enumerable collection of shares for this File service client.
listSharesSegmented(String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Returns a result segment of an enumerable collection of shares whose names begin with the specified prefix for this File service client.
listSharesSegmented(String, EnumSet<ShareListingDetails>, Integer, ResultContinuation, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Returns a result segment of an enumerable collection of shares whose names begin with the specified prefix, using the specified listing details options, request options, and operation context.
listTables() - Method in class com.microsoft.azure.storage.table.CloudTableClient
Lists the table names in the storage account.
listTables(String) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Lists the table names in the storage account that match the specified prefix.
listTables(String, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Lists the table names in the storage account that match the specified prefix, using the specified TableRequestOptions and OperationContext.
listTablesSegmented() - Method in class com.microsoft.azure.storage.table.CloudTableClient
Lists the table names in the storage account in segmented mode.
listTablesSegmented(String) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Lists the table names in the storage account that match the specified prefix in segmented mode.
listTablesSegmented(String, Integer, ResultContinuation, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Lists up to the specified maximum of the table names in the storage account that match the specified prefix in a resumable mode with the specified ResultContinuation continuation token, using the specified TableRequestOptions and OperationContext.
LocationMode - Enum in com.microsoft.azure.storage
Specifies the location mode used to decide which location the request should be sent to.
LOCKED_VALUE - Static variable in class com.microsoft.azure.storage.Constants
Constant signaling the resource is locked.
LOG_TAG - Static variable in class com.microsoft.azure.storage.Constants
Tag that will be used for this application if logging is enabled.
LOGGING_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Logging
LoggingOperations - Enum in com.microsoft.azure.storage
Specifies which types of operations the service should log.
LoggingProperties - Class in com.microsoft.azure.storage
Represents the logging properties for the analytics service.
LoggingProperties() - Constructor for class com.microsoft.azure.storage.LoggingProperties
 
LogRecord - Class in com.microsoft.azure.storage.analytics
Represents a Storage Analytics Log record entry.
LOGS_CONTAINER - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the logs container.

M

mark(int) - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Marks the current position in this input stream.
mark(int) - Method in class com.microsoft.azure.storage.file.FileInputStream
Marks the current position in this input stream.
MARKER - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for marker.
MARKER_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for a marker.
markSupported() - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.microsoft.azure.storage.file.FileInputStream
Tests if this input stream supports the mark and reset methods.
MAX_AGE_IN_SECONDS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the CORS Rule MaxAgeInSeconds
MAX_BLOCK_SIZE - Static variable in class com.microsoft.azure.storage.Constants
The maximum size of a single block.
MAX_MARK_LENGTH - Static variable in class com.microsoft.azure.storage.Constants
The maximum size, in bytes, of a given stream mark operation.
MAX_RESULTS - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for max results.
MAX_RESULTS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for maximum results.
MAX_SHARED_ACCESS_POLICY_IDENTIFIERS - Static variable in class com.microsoft.azure.storage.Constants
Maximum number of shared access policy identifiers supported by server.
MAXIMUM_SEGMENTED_RESULTS - Static variable in class com.microsoft.azure.storage.Constants
Number of default concurrent requests for parallel operation.
MB - Static variable in class com.microsoft.azure.storage.Constants
Constant representing a megabyte (Non-SI version).
MD5_MISMATCH - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified MD5 hash does not match the server value.
merge(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to merge the specified entity to the batch operation.
merge(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to merge the specified table entity into Microsoft Azure storage.
MESSAGE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified message does not exist.
MESSAGE_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The message exceeds the maximum allowed size.
MessageUpdateFields - Enum in com.microsoft.azure.storage.queue
Flags for the values to set when updating messages.
METADATA - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for metadata.
METADATA_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the metadata.
METADATA_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified metadata is too large.
METHOD_NOT_ALLOWED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The requested method is not allowed on the specified resource.
METRICS_CAPACITY_BLOB - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the blob capacity metrics table.
METRICS_HOUR_PRIMARY_TRANSACTIONS_BLOB - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the blob service primary location hourly metrics table.
METRICS_HOUR_PRIMARY_TRANSACTIONS_FILE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the file service primary location hourly metrics table.
METRICS_HOUR_PRIMARY_TRANSACTIONS_QUEUE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the queue service primary location hourly metrics table.
METRICS_HOUR_PRIMARY_TRANSACTIONS_TABLE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the table service primary location hourly metrics table.
METRICS_HOUR_SECONDARY_TRANSACTIONS_BLOB - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the blob service secondary location hourly metrics table.
METRICS_HOUR_SECONDARY_TRANSACTIONS_FILE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the file service secondary location hourly metrics table.
METRICS_HOUR_SECONDARY_TRANSACTIONS_QUEUE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the queue service secondary location hourly metrics table.
METRICS_HOUR_SECONDARY_TRANSACTIONS_TABLE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the table service secondary location hourly metrics table.
METRICS_MINUTE_PRIMARY_TRANSACTIONS_BLOB - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the blob service primary location minute metrics table.
METRICS_MINUTE_PRIMARY_TRANSACTIONS_FILE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the file service primary location minute metrics table.
METRICS_MINUTE_PRIMARY_TRANSACTIONS_QUEUE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the queue service primary location minute metrics table.
METRICS_MINUTE_PRIMARY_TRANSACTIONS_TABLE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the table service primary location minute metrics table.
METRICS_MINUTE_SECONDARY_TRANSACTIONS_BLOB - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the blob service secondary location minute metrics table.
METRICS_MINUTE_SECONDARY_TRANSACTIONS_FILE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the file service secondary location minute metrics table.
METRICS_MINUTE_SECONDARY_TRANSACTIONS_QUEUE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the queue service secondary location minute metrics table.
METRICS_MINUTE_SECONDARY_TRANSACTIONS_TABLE - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
Constant for the table service secondary location minute metrics table.
MetricsLevel - Enum in com.microsoft.azure.storage
Enumeration representing the state of metrics collection in a service.
MetricsProperties - Class in com.microsoft.azure.storage
Represents the metrics properties for the analytics service.
MetricsProperties() - Constructor for class com.microsoft.azure.storage.MetricsProperties
 
MINUTE_METRICS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Minute Metrics
MISSING_CONTENT_LENGTH_HEADER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The Content-Length header is required for this request.
MISSING_MD5_HEADER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The MD5 hash is missing.
MISSING_REQUIRED_HEADER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
A required header was missing.
MISSING_REQUIRED_QUERY_PARAMETER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
A required query parameter is missing.
MISSING_REQUIRED_XML_NODE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
A required XML node was missing.
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Multiple condition headers are not supported.

N

NAME_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for names.
NameValidator - Class in com.microsoft.azure.storage
Provides helpers to validate resource names across the Microsoft Azure Storage Services.
NameValidator() - Constructor for class com.microsoft.azure.storage.NameValidator
 
NEXT_MARKER_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the next marker.
NO_PENDING_COPY_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
There is currently no pending copy operation.
NOT - Static variable in class com.microsoft.azure.storage.table.TableQuery.Operators
Not
NOT_EQUAL - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
Not Equal
NOT_IMPLEMENTED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The requested operation is not implemented on the specified resource.

O

openInputStream() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Opens a blob input stream to download the blob.
openInputStream(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Opens a blob input stream to download the blob using the specified request options and operation context.
openOutputStream() - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates and opens an output stream to write data to the block blob.
openOutputStream(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates and opens an output stream to write data to the block blob using the specified request options and operation context.
openRead() - Method in class com.microsoft.azure.storage.file.CloudFile
Opens a file input stream to download the file.
openRead(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Opens a file input stream to download the file using the specified request options and operation context.
openWriteExisting() - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Opens an output stream object to write data to the append blob.
openWriteExisting(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Opens an output stream object to write data to the append blob, using the specified lease ID, request options and operation context.
openWriteExisting() - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Opens an output stream object to write data to the page blob.
openWriteExisting(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Opens an output stream object to write data to the page blob, using the specified lease ID, request options and operation context.
openWriteExisting() - Method in class com.microsoft.azure.storage.file.CloudFile
Opens an output stream object to write data to the file.
openWriteExisting(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Opens an output stream object to write data to the file, using specified request options and operation context.
openWriteNew() - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Opens an output stream object to write data to the append blob.
openWriteNew(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Opens an output stream object to write data to the append blob, using the specified lease ID, request options and operation context.
openWriteNew(long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Opens an output stream object to write data to the page blob.
openWriteNew(long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Opens an output stream object to write data to the page blob, using the specified lease ID, request options and operation context.
openWriteNew(long, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Opens an output stream object to write data to the page blob, using the specified lease ID, request options and operation context.
openWriteNew(long) - Method in class com.microsoft.azure.storage.file.CloudFile
Opens an output stream object to write data to the file.
openWriteNew(long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Opens an output stream object to write data to the file, using the specified lease ID, request options and operation context.
OPERATION_TIMED_OUT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The operation timed out.
OperationContext - Class in com.microsoft.azure.storage
Represents the current logical operation.
OperationContext() - Constructor for class com.microsoft.azure.storage.OperationContext
Creates an instance of the OperationContext class.
OR - Static variable in class com.microsoft.azure.storage.table.TableQuery.Operators
Or
OUT_OF_RANGE_INPUT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The input is out of range.
OUT_OF_RANGE_QUERY_PARAMETER_VALUE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
One or more query parameters are out of range.

P

PAGE_SIZE - Static variable in class com.microsoft.azure.storage.Constants
The size of a page, in bytes, in a page blob.
PageRange - Class in com.microsoft.azure.storage.blob
Represents a range of pages in a page blob.
PageRange(long, long) - Constructor for class com.microsoft.azure.storage.blob.PageRange
Creates an instance of the PageRange class.
PageRangeDiff - Class in com.microsoft.azure.storage.blob
Represents a range of pages in a page blob which have changed since the previous snapshot specified.
PARENT_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified parent path does not exist.
parse(String) - Static method in class com.microsoft.azure.storage.CloudStorageAccount
Parses a connection string and returns a cloud storage account created from the connection string.
parse(String) - Static method in enum com.microsoft.azure.storage.table.EdmType
Parses an EDM data type name and return the matching EdmType enumeration value.
parseLogBlob(ListBlobItem) - Static method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Returns an enumerable collection of log records, retrieved lazily.
parseLogBlobs(Iterable<ListBlobItem>) - Static method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Returns an enumerable collection of log records, retrieved lazily.
peekMessage() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Peeks a message from the queue.
peekMessage(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Peeks a message from the queue, using the specified request options and operation context.
peekMessages(int) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Peeks a specified number of messages from the queue.
peekMessages(int, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Peeks a set of messages from the queue, using the specified request options and operation context.
PENDING_COPY_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
There is currently a pending copy operation.
PERMISSION - Static variable in class com.microsoft.azure.storage.Constants
XML element for the permission of an access policy.
Permissions<T extends SharedAccessPolicy> - Class in com.microsoft.azure.storage
Represents the permissions for a shared access policy.
Permissions() - Constructor for class com.microsoft.azure.storage.Permissions
Creates an instance of the Permissions class.
permissionsToString() - Method in class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
Converts this policy's permissions to a string.
permissionsToString() - Method in class com.microsoft.azure.storage.file.SharedAccessFilePolicy
Converts this policy's permissions to a string.
permissionsToString() - Method in class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
Converts this policy's permissions to a string.
permissionsToString() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Converts this shared access policy's permissions to a String.
permissionsToString() - Method in class com.microsoft.azure.storage.SharedAccessPolicy
Converts this shared access policy's permissions to a string.
permissionsToString() - Method in class com.microsoft.azure.storage.table.SharedAccessTablePolicy
Converts this policy's permissions to a string.
POP_RECEIPT_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the pop receipt.
POP_RECEIPT_MISMATCH - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified pop receipt did not match the pop receipt for a dequeued message.
PREFIX - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for prefix.
PREFIX_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for a prefix.
PREFIX_FOR_STORAGE_HEADER - Static variable in class com.microsoft.azure.storage.Constants
The master Microsoft Azure Storage header prefix.
PREFIX_FOR_STORAGE_METADATA - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header prefix for metadata.
PREFIX_FOR_STORAGE_PROPERTIES - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header prefix for properties.
PremiumPageBlobTier - Enum in com.microsoft.azure.storage.blob
The tier of the page blob.
PROPERTIES - Static variable in class com.microsoft.azure.storage.Constants
XML element for properties.
PROPERTIES - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component value for properties.
PROPERTIES_NEED_VALUE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Values have not been specified for all properties in the entity.
PROPERTY_NAME_INVALID - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The property name is invalid.
PROPERTY_NAME_TOO_LONG - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The property name exceeds the maximum allowed length.
PROPERTY_VALUE_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The property value is larger than the maximum size permitted.
propertyResolver(String, String, String, String) - Method in interface com.microsoft.azure.storage.table.TableRequestOptions.PropertyResolver
Given the partition key, row, key, and the property name, produces the EdmType
PROPOSED_LEASE_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the proposed lease ID for a leasing operation
PUBLIC_ACCESS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for public access

Q

QueryTableOperation - Class in com.microsoft.azure.storage.table
A class that extends TableOperation to implement a query to retrieve a single table entity.
QUEUE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified queue already exists.
QUEUE_BEING_DELETED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified queue is being deleted.
QUEUE_DISABLED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified queue has been disabled by the administrator.
QUEUE_NOT_EMPTY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified queue is not empty.
QUEUE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified queue does not exist.
QueueListingDetails - Enum in com.microsoft.azure.storage.queue
Specifies which details to include when listing the queues in this storage account.
QueuePermissions - Class in com.microsoft.azure.storage.queue
Represents the permissions for a container.
QueuePermissions() - Constructor for class com.microsoft.azure.storage.queue.QueuePermissions
 
QueueRequestOptions - Class in com.microsoft.azure.storage.queue
Represents a set of options that may be specified on a queue request.
QueueRequestOptions() - Constructor for class com.microsoft.azure.storage.queue.QueueRequestOptions
Initializes a new instance of the QueueRequestOptions class.
QueueRequestOptions(QueueRequestOptions) - Constructor for class com.microsoft.azure.storage.queue.QueueRequestOptions
Initializes a new instance of the QueueRequestOptions class as a copy of another QueueRequestOptions instance.

R

RANGE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The Range header.
RANGE_GET_CONTENT_MD5 - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies if the request will populate the ContentMD5 header for range gets.
RANGE_HEADER_FORMAT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The format string for specifying ranges.
read() - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class com.microsoft.azure.storage.file.FileInputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class com.microsoft.azure.storage.file.FileInputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.microsoft.azure.storage.file.FileInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
READ_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Logging Read type.
READ_ONLY_ATTRIBUTE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource is read-only and cannot be modified at this time.
readEntity(HashMap<String, EntityProperty>, OperationContext) - Method in class com.microsoft.azure.storage.table.DynamicTableEntity
Populates this DynamicTableEntity instance using the specified map of property names to EntityProperty data typed values.
readEntity(HashMap<String, EntityProperty>, OperationContext) - Method in interface com.microsoft.azure.storage.table.TableEntity
Populates an instance of the object implementing TableEntity using the specified properties parameter, which represents a map of String property names to EntityProperty data typed values.
readEntity(HashMap<String, EntityProperty>, OperationContext) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Populates this table entity instance using the map of property names to EntityProperty data typed values.
readEntityWithReflection(Object, HashMap<String, EntityProperty>, OperationContext) - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
Deserializes the table entity property map into the specified object instance using reflection.
RehydrationStatus - Enum in com.microsoft.azure.storage.blob
The rehydration status for the blob that is currently archived.
releaseLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Releases the lease on the blob.
releaseLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Releases the lease on the blob using the specified request options and operation context.
releaseLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Releases the lease on the container.
releaseLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Releases the lease on the container using the specified access conditions, request options, and operation context.
remove(int) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Removes the table operation at the specified index from the batch operation.
remove(Object) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Removes the specified Object from the batch operation.
removeAll(Collection<?>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Removes all elements of the specified collection from the batch operation.
removeListener(EVENT_LISTENER_TYPE) - Method in class com.microsoft.azure.storage.StorageEventMultiCaster
Removes an event listener from the event chain.
renewLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Renews an existing lease.
renewLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Renews an existing lease using the specified request options and operation context.
renewLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Renews an existing lease with the specified access conditions.
renewLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Renews an existing lease with the specified access conditions, request options, and operation context.
replace(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to replace the specified entity to the batch operation.
replace(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to replace the specified table entity.
REQUEST_BODY_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The request body is too large.
REQUEST_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that indicates the request ID.
REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The url in the request could not be parsed.
RequestCompletedEvent - Class in com.microsoft.azure.storage
Represents an event that is fired when a request is completed.
RequestCompletedEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.RequestCompletedEvent
Creates an instance of the BaseEvent class that is fired when a request is completed.
RequestOptions - Class in com.microsoft.azure.storage
Represents the options to use while processing a given request.
RequestOptions() - Constructor for class com.microsoft.azure.storage.RequestOptions
Creates an instance of the RequestOptions class.
RequestOptions(RequestOptions) - Constructor for class com.microsoft.azure.storage.RequestOptions
Creates an instance of the RequestOptions class by copying values from another RequestOptions instance.
RequestResult - Class in com.microsoft.azure.storage
Represents the result of a physical request.
RequestResult() - Constructor for class com.microsoft.azure.storage.RequestResult
 
reset() - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.microsoft.azure.storage.file.FileInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
resize(long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Resizes the page blob to the specified size.
resize(long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Resizes the page blob to the specified size.
resize(long) - Method in class com.microsoft.azure.storage.file.CloudFile
Resizes the file to the specified size.
resize(long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Resizes the file to the specified size.
resolve(String, String, Date, HashMap<String, EntityProperty>, String) - Method in interface com.microsoft.azure.storage.table.EntityResolver
Returns a reference to a new object instance of type T containing a projection of the specified table entity data.
RESOURCE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource already exists.
RESOURCE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource was not found.
RESOURCE_TYPE_MISMATCH - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource type does not match the type of the existing resource.
RESOURCETYPE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for resource type.
resourceTypesToString() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Converts this shared access policy's resource types to a String.
ResponseReceivedEvent - Class in com.microsoft.azure.storage
Represents an event that is fired when a response is received.
ResponseReceivedEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.ResponseReceivedEvent
Creates an instance of the BaseEvent class that is fired when a response is received.
ResultContinuation - Class in com.microsoft.azure.storage
Represents a continuation token for listing operations.
ResultContinuation() - Constructor for class com.microsoft.azure.storage.ResultContinuation
Creates an instance of the ResultContinuation class.
ResultContinuationType - Enum in com.microsoft.azure.storage
Specifies the type of a continuation token.
ResultSegment<T> - Class in com.microsoft.azure.storage
Represents a segment of results and contains continuation and pagination information.
ResultSegment(ArrayList<T>, Integer, ResultContinuation) - Constructor for class com.microsoft.azure.storage.ResultSegment
Reserved for internal use.
RETENTION_POLICY_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the RetentionPolicy.
retrieve(String, String, Class<? extends TableEntity>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to retrieve an entity of the specified class type with the specified PartitionKey and RowKey to the batch operation.
retrieve(String, String, EntityResolver<?>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Adds a table operation to retrieve an entity of the specified class type with the specified PartitionKey and RowKey to the batch operation.
retrieve(String, String, Class<? extends TableEntity>) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to retrieve the specified table entity and return it as the specified type.
retrieve(String, String, EntityResolver<?>) - Static method in class com.microsoft.azure.storage.table.TableOperation
A static factory method returning a TableOperation instance to retrieve the specified table entity and return a projection of it using the specified resolver.
retrieveMessage() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Retrieves a message from the front of the queue using the default request options.
retrieveMessage(int, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Retrieves a message from the front of the queue, using the specified request options and operation context.
retrieveMessages(int) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Retrieves the specified number of messages from the front of the queue using the default request options.
retrieveMessages(int, int, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Retrieves the specified number of messages from the front of the queue using the specified request options and operation context.
RetryContext - Class in com.microsoft.azure.storage
Represents the context for a retry of a request made against the storage services.
RetryContext(int, RequestResult, StorageLocation, LocationMode) - Constructor for class com.microsoft.azure.storage.RetryContext
Creates an instance of the RequestResult class.
RetryExponentialRetry - Class in com.microsoft.azure.storage
Represents a retry policy that performs a specified number of retries, using a randomized exponential backoff scheme to determine the interval between retries.
RetryExponentialRetry() - Constructor for class com.microsoft.azure.storage.RetryExponentialRetry
Creates an instance of the RetryExponentialRetry class.
RetryExponentialRetry(int, int) - Constructor for class com.microsoft.azure.storage.RetryExponentialRetry
Creates an instance of the RetryExponentialRetry class using the specified delta backoff and maximum retry attempts.
RetryExponentialRetry(int, int, int, int) - Constructor for class com.microsoft.azure.storage.RetryExponentialRetry
Creates an instance of the RetryExponentialRetry class using the specified minimum, maximum, and delta backoff amounts, and maximum number of retry attempts.
RetryInfo - Class in com.microsoft.azure.storage
Represents the context for a retry of a request made against the storage services.
RetryInfo() - Constructor for class com.microsoft.azure.storage.RetryInfo
Initializes a new instance of the RetryInfo class.
RetryInfo(RetryContext) - Constructor for class com.microsoft.azure.storage.RetryInfo
Initializes a new instance of the "RetryInfo" class.
RetryingEvent - Class in com.microsoft.azure.storage
Represents an event that is fired when a request is retried.
RetryingEvent(OperationContext, Object, RequestResult, RetryContext) - Constructor for class com.microsoft.azure.storage.RetryingEvent
Creates an instance of the BaseEvent class which is fired when a request is retried.
RetryLinearRetry - Class in com.microsoft.azure.storage
Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between retries.
RetryLinearRetry() - Constructor for class com.microsoft.azure.storage.RetryLinearRetry
Creates an instance of the RetryLinearRetry class.
RetryLinearRetry(int, int) - Constructor for class com.microsoft.azure.storage.RetryLinearRetry
Creates an instance of the RetryLinearRetry class using the specified delta backoff and maximum retry attempts.
RetryNoRetry - Class in com.microsoft.azure.storage
Represents a retry policy that performs no retries.
RetryNoRetry() - Constructor for class com.microsoft.azure.storage.RetryNoRetry
 
RetryPolicy - Class in com.microsoft.azure.storage
Abstract class that represents a retry policy.
RetryPolicy() - Constructor for class com.microsoft.azure.storage.RetryPolicy
Creates an instance of the RetryPolicy class.
RetryPolicy(int, int) - Constructor for class com.microsoft.azure.storage.RetryPolicy
Creates an instance of the RetryPolicy class using the specified delta backoff and maximum retry attempts.
RetryPolicyFactory - Interface in com.microsoft.azure.storage
Represents a retry policy factory that creates a new RetryPolicy object per transaction.

S

SAS_TABLE_NAME - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS table name.
select(String[]) - Method in class com.microsoft.azure.storage.table.TableQuery
Defines the property names of the table entity properties to return when the table query is executed.
SendingRequestEvent - Class in com.microsoft.azure.storage
Represents an event that is fired when before sending a request.
SendingRequestEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.SendingRequestEvent
Creates an instance of the BaseEvent class that is fired when before sending a request.
SEQUENCE_NUMBER_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The sequence number condition specified was not met.
SEQUENCE_NUMBER_INCREMENT_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The sequence number increment cannot be performed because it would result in overflow of the sequence number.
SERVER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header field value received that indicates which server was accessed
SERVER_BUSY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The server is busy.
SERVER_ENCRYPTED - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies whether a resource is fully encrypted server-side
SERVER_ENCRYPTION_STATUS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the server encryption status.
SERVER_REQUEST_ENCRYPTED - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that acknowledges data used for a write operation is encrypted server-side
ServiceClient - Class in com.microsoft.azure.storage
Provides a client for accessing the Microsoft Azure Storage service.
ServiceProperties - Class in com.microsoft.azure.storage
Represents the analytics properties for the service.
ServiceProperties() - Constructor for class com.microsoft.azure.storage.ServiceProperties
Initializes a new instances of the ServiceProperties class.
ServiceStats - Class in com.microsoft.azure.storage
Class representing a set of statistics pertaining to a cloud storage service.
servicesToString() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Converts this shared access policy's services to a String.
setAbsorbConditionalErrorsOnRetry(Boolean) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Sets whether a conditional failure should be absorbed on a retry attempt for the request.
setAccountName(String) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Sets the account name.
setAdditionalDetails(HashMap<String, String[]>) - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
RESERVED FOR INTERNAL USE.
setAllowedHeaders(List<String>) - Method in class com.microsoft.azure.storage.CorsRule
Sets the allowed headers.
setAllowedMethods(EnumSet<CorsHttpMethods>) - Method in class com.microsoft.azure.storage.CorsRule
Sets the allowed methods.
setAllowedOrigins(List<String>) - Method in class com.microsoft.azure.storage.CorsRule
Sets the allowed origins.
setCacheControl(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the cache control value for the blob.
setCacheControl(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the cache control value for the file.
setCacheControl(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Sets the cache control header.
setClazzType(Class<T>) - Method in class com.microsoft.azure.storage.table.TableQuery
Sets the class type of the table entities returned by the query.
setClientRequestID(String) - Method in class com.microsoft.azure.storage.OperationContext
Set the client side trace ID.
setClientTimeInMs(long) - Method in class com.microsoft.azure.storage.OperationContext
Reserved for internal use.
setColumns(String[]) - Method in class com.microsoft.azure.storage.table.TableQuery
Sets the property names of the table entity properties to return when the table query is executed.
setConcurrentRequestCount(Integer) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Sets the concurrent number of simultaneous requests per operation.
setConcurrentRequestCount(Integer) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Sets the concurrent number of simultaneous requests per operation.
setContentDisposition(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the content disposition value for the blob.
setContentDisposition(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content disposition value for the file.
setContentDisposition(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Sets the content disposition header.
setContentEncoding(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the content encoding value for the blob.
setContentEncoding(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content encoding value for the file.
setContentEncoding(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Sets the content encoding header.
setContentLanguage(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the content language for the blob.
setContentLanguage(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content language for the file.
setContentLanguage(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Sets the content language header.
setContentMD5(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the content MD5 value for the blob.
setContentMD5(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content MD5 value for the file.
setContentMD5(String) - Method in class com.microsoft.azure.storage.RequestResult
Sets the MD5 hash for the request.
setContentType(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the content type value for the blob.
setContentType(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content type value for the file.
setContentType(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
Sets the content type header.
setContinuationType(ResultContinuationType) - Method in class com.microsoft.azure.storage.ResultContinuation
Sets the type of the continuation token.
setCors(CorsProperties) - Method in class com.microsoft.azure.storage.file.FileServiceProperties
Sets the Cross-Origin Resource Sharing (CORS) properties.
setCors(CorsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets the Cross-Origin Resource Sharing (CORS) properties.
setDateBackwardCompatibility(Boolean) - Method in class com.microsoft.azure.storage.table.TableRequestOptions
Sets whether the client should look to correct Date values stored on a TableEntity that may have been written using versions of this library prior to 0.4.0.
setDefaultLogLevel(Integer) - Static method in class com.microsoft.azure.storage.OperationContext
Specifies an Integer indicating at what level the client library should produce log entries by default.
setDefaultProxy(Proxy) - Static method in class com.microsoft.azure.storage.OperationContext
Specifies the proxy the client library should use by default.
setDefaultRequestOptions(BlobRequestOptions) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Sets the BlobRequestOptions that is used for any requests associated with this CloudBlobClient object.
setDefaultRequestOptions(FileRequestOptions) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Sets the FileRequestOptions that is used for any requests associated with this CloudFileClient object.
setDefaultRequestOptions(QueueRequestOptions) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Sets the QueueRequestOptions that is used for any queue accessed with this CloudQueueClient object.
setDefaultRequestOptions(TableRequestOptions) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Sets the TableRequestOptions that is used for any table accessed with this CloudTableClient object.
setDefaultServiceVersion(String) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets default service version.
setDirectoryDelimiter(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Sets the value for the default delimiter used for cloud blob directories.
setDisableContentMD5Validation(Boolean) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Sets whether download and BlobInputStream methods should ignore the blob's ContentMD5 header.
setDisableContentMD5Validation(Boolean) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Sets whether download and FileInputStream methods should ignore the file's ContentMD5 header.
setEndOffset(long) - Method in class com.microsoft.azure.storage.blob.PageRange
Sets the ending offset.
setEndOffset(long) - Method in class com.microsoft.azure.storage.file.FileRange
Sets the ending offset.
setErrorCode(String) - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
RESERVED FOR INTERNAL USE.
setErrorMessage(String) - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
RESERVED FOR INTERNAL USE.
setErrorReceivingResponseEventHandler(StorageEventMultiCaster<ErrorReceivingResponseEvent, StorageEvent<ErrorReceivingResponseEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
Sets an event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
setEtag(String) - Method in class com.microsoft.azure.storage.RequestResult
Sets the ETag for the request.
setEtag(String) - Method in interface com.microsoft.azure.storage.table.TableEntity
Sets the ETag value to verify for the entity.
setEtag(String) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Sets the ETag value to verify for the entity.
setException(Exception) - Method in class com.microsoft.azure.storage.RequestResult
Sets the Exception for the request.
setExposedHeaders(List<String>) - Method in class com.microsoft.azure.storage.CorsRule
Sets the exposed headers.
setFilterString(String) - Method in class com.microsoft.azure.storage.table.TableQuery
Sets the filter expression to use in the table query.
setGlobalErrorReceivingResponseEventHandler(StorageEventMultiCaster<ErrorReceivingResponseEvent, StorageEvent<ErrorReceivingResponseEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
Sets a global event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
setGlobalRequestCompletedEventHandler(StorageEventMultiCaster<RequestCompletedEvent, StorageEvent<RequestCompletedEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
Sets a global event multi-caster that is triggered when a request is completed.
setGlobalResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent, StorageEvent<ResponseReceivedEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
Sets a global event multi-caster that is triggered when a response is received.
setGlobalRetryingEventHandler(StorageEventMultiCaster<RetryingEvent, StorageEvent<RetryingEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
Sets a global event multi-caster that is triggered when a request is retried.
setGlobalSendingRequestEventHandler(StorageEventMultiCaster<SendingRequestEvent, StorageEvent<SendingRequestEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
Sets a global event multi-caster that is triggered before sending a request.
setHourMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.file.FileServiceProperties
Sets the hour metrics properties.
setHourMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets the hour metrics properties.
setId(String) - Method in class com.microsoft.azure.storage.blob.BlockEntry
Sets the id of the block.
setIfAppendPositionEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the value for a conditional header used only for append operations.
setIfMatch(String) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the ETag for the If-Match condition.
setIfMaxSizeLessThanOrEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the value for a conditional header used only for append operations.
setIfModifiedSinceDate(Date) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the If-Modified-Since date.
setIfNoneMatch(String) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the ETag for the If-None-Match condition.
setIfSequenceNumberEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the sequence number for the sequence number equal to condition.
setIfSequenceNumberLessThan(Long) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the sequence number for the sequence number less than condition.
setIfSequenceNumberLessThanOrEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the sequence number for the sequence number less than or equal to condition.
setIfUnmodifiedSinceDate(Date) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the If-Unmodified-Since date.
setLeaseID(String) - Method in class com.microsoft.azure.storage.AccessCondition
Gets the lease ID.
setLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Sets the LocationMode for this request.
setLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.RequestOptions
Sets the LocationMode for this request.
setLogging(LoggingProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets the logging properties.
setLogLevel(Integer) - Method in class com.microsoft.azure.storage.OperationContext
Sets the log level for this operation context.
setLogOperationTypes(EnumSet<LoggingOperations>) - Method in class com.microsoft.azure.storage.LoggingProperties
Sets the LoggingOperations for which storage operations should be logged.
setMaxAgeInSeconds(int) - Method in class com.microsoft.azure.storage.CorsRule
Sets the maximum age in seconds.
setMaximumExecutionTimeInMs(Integer) - Method in class com.microsoft.azure.storage.RequestOptions
Sets the maximum execution time to use when making this request.
setMessageContent(byte[]) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the content of the message as a byte array.
setMessageContent(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the content of the message as a String.
setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Sets the metadata for the blob.
setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Sets the metadata collection of name-value pairs to be set on the container with an CloudBlobContainer.uploadMetadata() call.
setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.file.CloudFile
Sets the metadata for the file.
setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Sets the metadata collection of name-value pairs to be set on the directory with an CloudFileDirectory.uploadMetadata() call.
setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Sets the metadata collection of name-value pairs to be set on the share with an CloudFileShare.uploadMetadata() call.
setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Sets the metadata collection of name-value pairs to be set on the queue with an CloudQueue.uploadMetadata() call.
setMetricsLevel(MetricsLevel) - Method in class com.microsoft.azure.storage.MetricsProperties
Sets the MetricsLevel for the analytics service.
setMinuteMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.file.FileServiceProperties
Sets the minute metrics properties.
setMinuteMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets the minute metrics properties.
setNextMarker(String) - Method in class com.microsoft.azure.storage.ResultContinuation
Sets the next marker for continuing results of listing operations.
setNextPartitionKey(String) - Method in class com.microsoft.azure.storage.ResultContinuation
Sets the next partition key for TableServiceEntity enumeration operations.
setNextRowKey(String) - Method in class com.microsoft.azure.storage.ResultContinuation
Sets the next row key for TableServiceEntity enumeration operations.
setNextTableName(String) - Method in class com.microsoft.azure.storage.ResultContinuation
Sets the next table name for Table enumeration operations.
setPartitionKey(String) - Method in interface com.microsoft.azure.storage.table.TableEntity
Sets the PartitionKey value for the entity.
setPartitionKey(String) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Sets the PartitionKey value for the entity.
setPermissions(EnumSet<SharedAccessBlobPermissions>) - Method in class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
Sets the permissions for a shared access signature associated with this shared access policy.
setPermissions(EnumSet<SharedAccessFilePermissions>) - Method in class com.microsoft.azure.storage.file.SharedAccessFilePolicy
Sets the permissions for a shared access signature associated with this shared access policy.
setPermissions(EnumSet<SharedAccessQueuePermissions>) - Method in class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
Sets the permissions for a shared access signature associated with this shared access policy.
setPermissions(EnumSet<SharedAccessAccountPermissions>) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets the permissions for a shared access signature associated with this shared access policy.
setPermissions(EnumSet<SharedAccessTablePermissions>) - Method in class com.microsoft.azure.storage.table.SharedAccessTablePolicy
Sets the permissions for a shared access signature associated with this shared access policy.
setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
Sets shared access permissions using the specified permissions string.
setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.file.SharedAccessFilePolicy
Sets shared access permissions using the specified permissions string.
setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
Sets shared access permissions using the specified permissions string.
setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets shared access permissions using the specified permissions String.
setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessPolicy
Sets shared access permissions using the specified permissions string.
setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.table.SharedAccessTablePolicy
Sets shared access permissions using the specified permissions string.
setProperties(FileShareProperties) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Sets the properties for the share.
setProperties(HashMap<String, EntityProperty>) - Method in class com.microsoft.azure.storage.table.DynamicTableEntity
Sets the property map for this DynamicTableEntity instance.
setPropertyResolver(TableRequestOptions.PropertyResolver) - Method in class com.microsoft.azure.storage.table.TableRequestOptions
Sets the interface that contains a function which is used to get the for an entity property given the partition key, row, key, and the property name.
setProtocols(SharedAccessProtocols) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets the allowed protocols for a shared access signature associated with this shared access policy.
setProxy(Proxy) - Method in class com.microsoft.azure.storage.OperationContext
Sets a proxy which will be used when making a request.
setPublicAccess(BlobContainerPublicAccessType) - Method in class com.microsoft.azure.storage.blob.BlobContainerPermissions
Sets the public access setting for the container.
setRange(IPRange) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets the allowed IP addresses for a shared access signature associated with this shared access policy.
setReflectedEntityCacheDisabled(boolean) - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
Sets a boolean representing whether or not the reflected entity cache is disabled.
setRequestCompletedEventHandler(StorageEventMultiCaster<RequestCompletedEvent, StorageEvent<RequestCompletedEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
Sets an event multi-caster that is triggered when a request is completed.
setRequestDate(String) - Method in class com.microsoft.azure.storage.RequestResult
Sets the request date.
setRequestServiceEncrypted(boolean) - Method in class com.microsoft.azure.storage.RequestResult
Sets the request's server-encryption status.
setResourceTypeFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets shared access resource types using the specified resource types String.
setResourceTypes(EnumSet<SharedAccessAccountResourceType>) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets the resource type for a shared access signature associated with this shared access policy.
setResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent, StorageEvent<ResponseReceivedEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
Sets an event multi-caster that is triggered when a response is received.
setRetentionIntervalInDays(Integer) - Method in class com.microsoft.azure.storage.LoggingProperties
Sets the retention interval (in days).
setRetentionIntervalInDays(Integer) - Method in class com.microsoft.azure.storage.MetricsProperties
Sets the retention interval (in days).
setRetryingEventHandler(StorageEventMultiCaster<RetryingEvent, StorageEvent<RetryingEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
Sets an event multi-caster that is triggered when a request is retried.
setRetryInterval(int) - Method in class com.microsoft.azure.storage.RetryInfo
Sets the interval in milliseconds until the next retry.
setRetryPolicyFactory(RetryPolicyFactory) - Method in class com.microsoft.azure.storage.RequestOptions
Sets the RetryPolicyFactory object to use for this request.
setRowKey(String) - Method in interface com.microsoft.azure.storage.table.TableEntity
Sets the RowKey value for the entity.
setRowKey(String) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Sets the RowKey value for the entity.
setSearchMode(BlockSearchMode) - Method in class com.microsoft.azure.storage.blob.BlockEntry
Sets the BlockSearchMode.
setSendingRequestEventHandler(StorageEventMultiCaster<SendingRequestEvent, StorageEvent<SendingRequestEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
Sets an event multi-caster that is triggered before sending a request.
setServiceFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets shared access services using the specified services String.
setServiceRequestID(String) - Method in class com.microsoft.azure.storage.RequestResult
Sets the service request ID.
setServices(EnumSet<SharedAccessAccountService>) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
Sets the services (blob, file, queue, table) for a shared access signature associated with this shared access policy.
setSharedAccessExpiryTime(Date) - Method in class com.microsoft.azure.storage.SharedAccessPolicy
Sets the expiry time for a shared access signature associated with this shared access policy.
setSharedAccessPolicies(HashMap<String, T>) - Method in class com.microsoft.azure.storage.Permissions
Sets the shared access policies.
setSharedAccessStartTime(Date) - Method in class com.microsoft.azure.storage.SharedAccessPolicy
Sets the start time for a shared access signature associated with this shared access policy.
setShareQuota(Integer) - Method in class com.microsoft.azure.storage.file.FileShareProperties
Sets the limit on the size of files (in GB) stored on the share.
setShouldEncodeMessage(boolean) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Sets the flag indicating whether the message should be base-64 encoded.
setSingleBlobPutThresholdInBytes(Integer) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Sets the threshold size used for writing a single blob to use.
setSize(long) - Method in class com.microsoft.azure.storage.blob.BlockEntry
Sets the size, in bytes, of the block.
setStartDate(Date) - Method in class com.microsoft.azure.storage.RequestResult
Sets the start date for the request.
setStartOffset(long) - Method in class com.microsoft.azure.storage.blob.PageRange
Sets the starting offset.
setStartOffset(long) - Method in class com.microsoft.azure.storage.file.FileRange
Sets the starting offset.
setStatusCode(int) - Method in class com.microsoft.azure.storage.RequestResult
Sets the HTTP status code for the request.
setStatusMessage(String) - Method in class com.microsoft.azure.storage.RequestResult
Sets the HTTP status message for the request.
setStopDate(Date) - Method in class com.microsoft.azure.storage.RequestResult
Sets the stop date for the request.
setStoreBlobContentMD5(Boolean) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Sets whether the blob's ContentMD5 header should be set on uploads.
setStoreFileContentMD5(Boolean) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Sets whether the file's ContentMD5 header should be set on uploads.
setStreamMinimumReadSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Sets the minimum read size when using a BlobInputStream.
setStreamMinimumReadSizeInBytes(int) - Method in class com.microsoft.azure.storage.file.CloudFile
Sets the minimum read size when using a FileInputStream.
setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Sets the number of bytes to buffer when writing to a BlobOutputStream.
setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Sets the number of bytes to buffer when writing to a BlobOutputStream (block and page blobs).
setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Sets the number of bytes to buffer when writing to a BlobOutputStream.
setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Sets the number of bytes to buffer when writing to a BlobOutputStream.
setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.file.CloudFile
Sets the number of bytes to buffer when writing to a FileOutputStream.
setTablePayloadFormat(TablePayloadFormat) - Method in class com.microsoft.azure.storage.table.TableRequestOptions
Sets the TablePayloadFormat to be used.
setTakeCount(Integer) - Method in class com.microsoft.azure.storage.table.TableQuery
Sets the upper bound for the number of entities the query returns.
setTargetLocation(StorageLocation) - Method in class com.microsoft.azure.storage.RequestResult
Sets the location that the request was sent to.
setTargetLocation(StorageLocation) - Method in class com.microsoft.azure.storage.ResultContinuation
Sets the location that the token applies to.
setTargetLocation(StorageLocation) - Method in class com.microsoft.azure.storage.RetryInfo
Sets the location that the next retry should target.
setTimeoutIntervalInMs(Integer) - Method in class com.microsoft.azure.storage.RequestOptions
Sets the timeout to use when making this request.
setTimestamp(Date) - Method in interface com.microsoft.azure.storage.table.TableEntity
Sets the Timestamp value for the entity.
setTimestamp(Date) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Sets the timeStamp value for the entity.
setUpdatedLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.RetryInfo
Sets the location mode for subsequent retries.
setUserHeaders(HashMap<String, String>) - Method in class com.microsoft.azure.storage.OperationContext
Sets any additional headers for the request, for example, for proxy or logging information.
setUseTransactionalContentMD5(Boolean) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Sets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
setUseTransactionalContentMD5(Boolean) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Sets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
setValue(boolean) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized boolean value.
setValue(Boolean) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized Boolean value.
setValue(byte[]) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized byte[] value.
setValue(Byte[]) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized Byte[] value.
setValue(Date) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized java.util.Date value.
setValue(double) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized double value.
setValue(Double) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized Double value.
setValue(int) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized int value.
setValue(Integer) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized Integer value.
setValue(long) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized long value.
setValue(Long) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized Long value.
setValue(String) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the String value.
setValue(UUID) - Method in class com.microsoft.azure.storage.table.EntityProperty
Sets this EntityProperty using the serialized java.util.UUID value.
setVersion(String) - Method in class com.microsoft.azure.storage.LoggingProperties
Sets the analytics version.
setVersion(String) - Method in class com.microsoft.azure.storage.MetricsProperties
Sets the analytics version.
SHARE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified share already exists.
SHARE_BEING_DELETED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified share is being deleted.
SHARE_DISABLED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified share is disabled by the administrator.
SHARE_HAS_SNAPSHOTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified share contains snapshots.
SHARE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified share was not found.
SHARE_SNAPSHOT - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for snapshot time.
SharedAccessAccountPermissions - Enum in com.microsoft.azure.storage
Specifies the set of possible permissions for a shared access account policy.
SharedAccessAccountPolicy - Class in com.microsoft.azure.storage
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
SharedAccessAccountPolicy() - Constructor for class com.microsoft.azure.storage.SharedAccessAccountPolicy
 
SharedAccessAccountResourceType - Enum in com.microsoft.azure.storage
Specifies the set of possible resource types for a shared access account policy.
SharedAccessAccountService - Enum in com.microsoft.azure.storage
Specifies the set of possible services for a shared access account policy.
SharedAccessBlobHeaders - Class in com.microsoft.azure.storage.blob
Represents the optional headers that can be returned with blobs accessed using SAS.
SharedAccessBlobHeaders() - Constructor for class com.microsoft.azure.storage.blob.SharedAccessBlobHeaders
Initializes a new instance of the SharedAccessBlobHeaders class.
SharedAccessBlobHeaders(SharedAccessHeaders) - Constructor for class com.microsoft.azure.storage.blob.SharedAccessBlobHeaders
Initializes a new instance of the SharedAccessBlobHeaders class based on an existing instance.
SharedAccessBlobPermissions - Enum in com.microsoft.azure.storage.blob
Specifies the set of possible permissions for a shared access policy.
SharedAccessBlobPolicy - Class in com.microsoft.azure.storage.blob
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
SharedAccessBlobPolicy() - Constructor for class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
 
SharedAccessFileHeaders - Class in com.microsoft.azure.storage.file
Represents the optional headers that can be returned with files accessed using SAS.
SharedAccessFileHeaders() - Constructor for class com.microsoft.azure.storage.file.SharedAccessFileHeaders
Initializes a new instance of the SharedAccessFileHeaders class.
SharedAccessFileHeaders(SharedAccessHeaders) - Constructor for class com.microsoft.azure.storage.file.SharedAccessFileHeaders
Initializes a new instance of the SharedAccessFileHeaders class based on an existing instance.
SharedAccessFilePermissions - Enum in com.microsoft.azure.storage.file
Specifies the set of possible permissions for a shared access policy.
SharedAccessFilePolicy - Class in com.microsoft.azure.storage.file
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
SharedAccessFilePolicy() - Constructor for class com.microsoft.azure.storage.file.SharedAccessFilePolicy
 
SharedAccessHeaders - Class in com.microsoft.azure.storage
RESERVED FOR INTERNAL USE.
SharedAccessHeaders() - Constructor for class com.microsoft.azure.storage.SharedAccessHeaders
Initializes a new instance of the SharedAccessHeaders class.
SharedAccessHeaders(SharedAccessHeaders) - Constructor for class com.microsoft.azure.storage.SharedAccessHeaders
Initializes a new instance of the SharedAccessHeaders class based on an existing instance.
SharedAccessPolicy - Class in com.microsoft.azure.storage
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
SharedAccessPolicy() - Constructor for class com.microsoft.azure.storage.SharedAccessPolicy
Creates an instance of the SharedAccessPolicy class.
SharedAccessPolicyHandler<T extends SharedAccessPolicy> - Class in com.microsoft.azure.storage
RESERVED FOR INTERNAL USE.
SharedAccessPolicySerializer - Class in com.microsoft.azure.storage
RESERVED FOR INTERNAL USE.
SharedAccessPolicySerializer() - Constructor for class com.microsoft.azure.storage.SharedAccessPolicySerializer
 
SharedAccessProtocols - Enum in com.microsoft.azure.storage
Specifies the set of possible permissions for a shared access protocol.
SharedAccessQueuePermissions - Enum in com.microsoft.azure.storage.queue
Specifies the set of possible permissions for a shared access queue policy.
SharedAccessQueuePolicy - Class in com.microsoft.azure.storage.queue
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
SharedAccessQueuePolicy() - Constructor for class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
 
SharedAccessTablePermissions - Enum in com.microsoft.azure.storage.table
Specifies the set of possible permissions for a shared access table policy.
SharedAccessTablePolicy - Class in com.microsoft.azure.storage.table
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.
SharedAccessTablePolicy() - Constructor for class com.microsoft.azure.storage.table.SharedAccessTablePolicy
 
ShareListingDetails - Enum in com.microsoft.azure.storage.file
Specifies which details to include when listing the shares in this storage account.
ShareStats - Class in com.microsoft.azure.storage.file
Class representing a set of statistics pertaining to a cloud file share.
ShareStats() - Constructor for class com.microsoft.azure.storage.file.ShareStats
 
SHARING_VIOLATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource may be in use by an SMB client.
SIGNATURE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS signature.
SIGNED_EXPIRY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS expiry time.
SIGNED_IDENTIFIER - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS identifier.
SIGNED_IDENTIFIER_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for a signed identifier.
SIGNED_IDENTIFIERS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for signed identifiers.
SIGNED_IP - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS IP address.
SIGNED_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signing SAS key.
SIGNED_PERMISSIONS - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS permissions.
SIGNED_PROTOCOLS - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS Internet protocols.
SIGNED_RESOURCE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS resource.
SIGNED_RESOURCE_TYPE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS resource type.
SIGNED_SERVICE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS service.
SIGNED_START - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS start time.
SIGNED_VERSION - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS version.
skip(long) - Method in class com.microsoft.azure.storage.blob.BlobInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class com.microsoft.azure.storage.file.FileInputStream
Skips over and discards n bytes of data from this input stream.
SNAPSHOT - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for snapshot time.
SNAPSHOT_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the snapshot ID.
SNAPSHOTS_PRESENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
This operation is not permitted because the blob has snapshots.
SOURCE_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The source condition specified using HTTP conditional header(s) is not met.
SOURCE_IF_MATCH_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for the If-Match condition.
SOURCE_IF_MODIFIED_SINCE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for the If-Modified-Since condition.
SOURCE_IF_NONE_MATCH_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for the If-None-Match condition.
SOURCE_IF_UNMODIFIED_SINCE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for the If-Unmodified-Since condition.
SOURCE_LEASE_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for the source lease id.
StandardBlobTier - Enum in com.microsoft.azure.storage.blob
The tier of the block blob on a standard storage account.
START - Static variable in class com.microsoft.azure.storage.Constants
XML element for the start time of an access policy.
START_PARTITION_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS start partition key.
START_ROW_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS start row key.
startCopy(CloudAppendBlob) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Requests the service to start copying a append blob's contents, properties, and metadata to a new append blob.
startCopy(CloudAppendBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Requests the service to start copying a append blob's contents, properties, and metadata to a new append blob, using the specified access conditions, lease ID, request options, and operation context.
startCopy(URI) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Requests the service to start copying a URI's contents, properties, and metadata to a new blob.
startCopy(URI, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Requests the service to start copying a URI's contents, properties, and metadata to a new blob, using the specified access conditions, lease ID, request options, and operation context.
startCopy(CloudBlockBlob) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Requests the service to start copying a block blob's contents, properties, and metadata to a new block blob.
startCopy(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Requests the service to start copying a block blob's contents, properties, and metadata to a new block blob, using the specified access conditions, lease ID, request options, and operation context.
startCopy(CloudFile) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Requests the service to start copying a file's contents, properties, and metadata to a new block blob.
startCopy(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Requests the service to start copying a file's contents, properties, and metadata to a new block blob, using the specified access conditions, lease ID, request options, and operation context.
startCopy(CloudPageBlob) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Requests the service to start copying a blob's contents, properties, and metadata to a new blob.
startCopy(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the specified access conditions, lease ID, request options, and operation context.
startCopy(CloudPageBlob, PremiumPageBlobTier, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the specified blob tier, access conditions, lease ID, request options, and operation context.
startCopy(CloudBlob) - Method in class com.microsoft.azure.storage.file.CloudFile
Requests the service to start copying a blob's contents, properties, and metadata to a new file.
startCopy(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Requests the service to start copying a file's contents, properties, and metadata to a new file, using the specified access conditions, lease ID, request options, and operation context.
startCopy(CloudFile) - Method in class com.microsoft.azure.storage.file.CloudFile
Requests the service to start copying an Azure File's contents, properties, and metadata to a new Azure File.
startCopy(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Requests the service to start copying an Azure File's contents, properties, and metadata to a new Azure File, using the specified access conditions, lease ID, request options, and operation context.
startCopy(URI) - Method in class com.microsoft.azure.storage.file.CloudFile
Requests the service to start copying a URI's contents, properties, and metadata to a new Azure File.
startCopy(URI, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Requests the service to start copying a URI's contents, properties, and metadata to a new Azure File, using the specified access conditions, lease ID, request options, and operation context.
startElement(String, String, String, Attributes) - Method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
 
startIncrementalCopy(CloudPageBlob) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Requests the service to start an incremental copy of another page blob's contents, properties, and metadata to this blob.
startIncrementalCopy(URI) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Requests the service to start an incremental copy of another page blob's contents, properties, and metadata to this blob.
startIncrementalCopy(CloudPageBlob, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the specified access conditions, lease ID, request options, and operation context.
startIncrementalCopy(URI, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the specified access conditions, lease ID, request options, and operation context.
STATS - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for stats.
STORAGE_RANGE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for data ranges.
STORAGE_SERVICE_PROPERTIES_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the StorageServiceProperties
STORAGE_SERVICE_STATS - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the StorageServiceStats
STORAGE_VERSION_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header for storage version.
StorageCredentials - Class in com.microsoft.azure.storage
Represents a set of credentials used to authenticate access to a Microsoft Azure storage account.
StorageCredentials() - Constructor for class com.microsoft.azure.storage.StorageCredentials
 
StorageCredentialsAccountAndKey - Class in com.microsoft.azure.storage
Represents storage account credentials, based on storage account and access key, for accessing the Microsoft Azure storage services.
StorageCredentialsAccountAndKey(String, byte[]) - Constructor for class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Creates an instance of the StorageCredentialsAccountAndKey class, using the specified storage account name and access key; the specified access key is in the form of a byte array.
StorageCredentialsAccountAndKey(String, String) - Constructor for class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Creates an instance of the StorageCredentialsAccountAndKey class, using the specified storage account name and access key; the specified access key is stored as a String.
StorageCredentialsAnonymous - Class in com.microsoft.azure.storage
Represents credentials for anonymous access.
StorageCredentialsSharedAccessSignature - Class in com.microsoft.azure.storage
Represents storage credentials for delegated access to Blob service resources via a shared access signature.
StorageCredentialsSharedAccessSignature(String) - Constructor for class com.microsoft.azure.storage.StorageCredentialsSharedAccessSignature
Creates an instance of the StorageCredentialsSharedAccessSignature class using the specified shared access signature token.
StorageErrorCode - Enum in com.microsoft.azure.storage
Represents error codes that may be returned by the Microsoft Azure storage services or the storage client library.
StorageErrorCodeStrings - Class in com.microsoft.azure.storage
Represents common error code strings for Azure Storage.
StorageEvent<T extends BaseEvent> - Class in com.microsoft.azure.storage
Abstract class that represents a generic event listener.
StorageEvent() - Constructor for class com.microsoft.azure.storage.StorageEvent
 
StorageEventMultiCaster<EVENT_TYPE extends BaseEvent,EVENT_LISTENER_TYPE extends StorageEvent<EVENT_TYPE>> - Class in com.microsoft.azure.storage
Represents a generic event multi-caster that allows event listeners to be dynamically added and removed.
StorageEventMultiCaster() - Constructor for class com.microsoft.azure.storage.StorageEventMultiCaster
 
StorageException - Exception in com.microsoft.azure.storage
Represents an exception for the Microsoft Azure storage service.
StorageException(String, String, int, StorageExtendedErrorInformation, Exception) - Constructor for exception com.microsoft.azure.storage.StorageException
Creates an instance of the StorageException class using the specified parameters.
StorageExtendedErrorInformation - Class in com.microsoft.azure.storage
Represents extended error information returned by the Microsoft Azure storage service.
StorageExtendedErrorInformation() - Constructor for class com.microsoft.azure.storage.StorageExtendedErrorInformation
Creates an instance of the StorageExtendedErrorInformation class.
StorageLocation - Enum in com.microsoft.azure.storage
Represents a storage service location.
StorageService - Enum in com.microsoft.azure.storage.analytics
Represents a storage service type.
StorageUri - Class in com.microsoft.azure.storage
Holds a list of URIs that represents the storage resource.
StorageUri(URI) - Constructor for class com.microsoft.azure.storage.StorageUri
Initializes a new instance of the StorageUri class using the specified URI.
StorageUri(URI, URI) - Constructor for class com.microsoft.azure.storage.StorageUri
Initializes a new instance of the StorageUri class using the specified primary and secondary URIs.
StoreAs - Annotation Type in com.microsoft.azure.storage.table
An annotation used to override the name a property is serialized and deserialized with using reflection.

T

TABLE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The table specified already exists.
TABLE_BEING_DELETED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified table is being deleted.
TABLE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The table specified does not exist.
TableBatchOperation - Class in com.microsoft.azure.storage.table
A class which represents a batch operation.
TableBatchOperation() - Constructor for class com.microsoft.azure.storage.table.TableBatchOperation
 
TableEntity - Interface in com.microsoft.azure.storage.table
An interface required for table entity types.
TableOperation - Class in com.microsoft.azure.storage.table
A class which represents a single table operation.
TablePayloadFormat - Enum in com.microsoft.azure.storage.table
Describes the payload formats supported for Tables.
TablePermissions - Class in com.microsoft.azure.storage.table
Represents the permissions for a table.
TablePermissions() - Constructor for class com.microsoft.azure.storage.table.TablePermissions
 
TableQuery<T extends TableEntity> - Class in com.microsoft.azure.storage.table
A class which represents a query against a specified table.
TableQuery() - Constructor for class com.microsoft.azure.storage.table.TableQuery
Initializes an empty TableQuery instance.
TableQuery(Class<T>) - Constructor for class com.microsoft.azure.storage.table.TableQuery
Initializes a TableQuery with the specified table entity type.
TableQuery.Operators - Class in com.microsoft.azure.storage.table
A static class that maps identifiers to filter expression operators.
TableQuery.Operators() - Constructor for class com.microsoft.azure.storage.table.TableQuery.Operators
 
TableQuery.QueryComparisons - Class in com.microsoft.azure.storage.table
A static class that maps identifiers to filter property comparison operators.
TableQuery.QueryComparisons() - Constructor for class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
 
TableRequestOptions - Class in com.microsoft.azure.storage.table
Represents a set of timeout, payload format, and retry policy options that may be specified for a table operation request.
TableRequestOptions() - Constructor for class com.microsoft.azure.storage.table.TableRequestOptions
Creates an instance of the TableRequestOptions
TableRequestOptions(TableRequestOptions) - Constructor for class com.microsoft.azure.storage.table.TableRequestOptions
Creates an instance of the RequestOptions class by copying values from another TableRequestOptions instance.
TableRequestOptions.PropertyResolver - Interface in com.microsoft.azure.storage.table
The interface whose function is used to get the for an entity property given the partition key, row, key, and the property name, if the interface is implemented
TableResult - Class in com.microsoft.azure.storage.table
A class which represents the result of a table operation.
TableResult() - Constructor for class com.microsoft.azure.storage.table.TableResult
Initializes an empty TableResult instance.
TableResult(int) - Constructor for class com.microsoft.azure.storage.table.TableResult
Initializes a TableResult instance with the specified HTTP status code.
TableServiceEntity - Class in com.microsoft.azure.storage.table
The TableServiceEntity class represents the base object type for a table entity in the Storage service.
TableServiceEntity() - Constructor for class com.microsoft.azure.storage.table.TableServiceEntity
Initializes an empty TableServiceEntity instance.
TableServiceEntity(String, String) - Constructor for class com.microsoft.azure.storage.table.TableServiceEntity
Initializes a new instance of the TableServiceEntity class with the specified partition key and row key.
TableServiceException - Exception in com.microsoft.azure.storage.table
An exception that results when a table storage service operation fails to complete successfully.
take(Integer) - Method in class com.microsoft.azure.storage.table.TableQuery
Defines the upper bound for the number of entities the query returns.
TARGET_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The target condition specified using HTTP conditional header(s) is not met.
TARGET_STORAGE_VERSION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The current storage version header value.
TIME_NEXT_VISIBLE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The header that specifies the next visible time for a queue message.
TOO_MANY_PROPERTIES - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The entity contains more properties than allowed.
toString() - Method in class com.microsoft.azure.storage.blob.PageRange
Returns the content of the page range as a string.
toString() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns a connection string for this storage account, without sensitive data.
toString(boolean) - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns a connection string for this storage account, optionally with sensitive data.
toString() - Method in class com.microsoft.azure.storage.file.FileRange
Returns the content of the file range as a string.
toString() - Method in class com.microsoft.azure.storage.IPRange
Output the single IP address or range of IP addresses.
toString() - Method in class com.microsoft.azure.storage.RetryContext
Returns a string that represents the current RetryContext instance.
toString() - Method in class com.microsoft.azure.storage.RetryInfo
Returns a string that represents the current "RetryInfo" instance.
toString() - Method in enum com.microsoft.azure.storage.SharedAccessProtocols
 
toString(boolean) - Method in class com.microsoft.azure.storage.StorageCredentials
Returns a String that represents this instance.
toString(boolean) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Returns a String that represents this instance, optionally including sensitive data.
toString(boolean) - Method in class com.microsoft.azure.storage.StorageCredentialsAnonymous
Returns a String object that represents this instance.
toString(boolean) - Method in class com.microsoft.azure.storage.StorageCredentialsSharedAccessSignature
Returns a String that represents this instance, optionally including sensitive data.
toString() - Method in class com.microsoft.azure.storage.StorageUri
 
toString() - Method in enum com.microsoft.azure.storage.table.EdmType
Returns the name of the EDM data type corresponding to the enumeration value.
transformUri(URI) - Method in class com.microsoft.azure.storage.StorageCredentials
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
transformUri(StorageUri) - Method in class com.microsoft.azure.storage.StorageCredentials
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
transformUri(URI, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentials
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the specified operation context.
transformUri(StorageUri, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentials
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the specified operation context.
transformUri(URI, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
 
transformUri(StorageUri, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
 
transformUri(URI, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentialsAnonymous
 
transformUri(StorageUri, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentialsAnonymous
 
transformUri(URI, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentialsSharedAccessSignature
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the specified operation context.
transformUri(StorageUri, OperationContext) - Method in class com.microsoft.azure.storage.StorageCredentialsSharedAccessSignature
Transforms a resource URI into a shared access signature URI, by appending a shared access token and using the specified operation context.
translateClientException(Exception) - Static method in exception com.microsoft.azure.storage.StorageException
RESERVED FOR INTERNAL USE.
translateException(StorageRequest<?, ?, ?>, Exception, OperationContext) - Static method in exception com.microsoft.azure.storage.StorageException
RESERVED FOR INTERNAL USE.
TRUE - Static variable in class com.microsoft.azure.storage.Constants
Constant for True.
tryParseCredentials(String) - Static method in class com.microsoft.azure.storage.StorageCredentials
Tries to determine the storage credentials from a connection string.

U

UNLOCKED_VALUE - Static variable in class com.microsoft.azure.storage.Constants
Constant signaling the resource is unlocked.
UNSPECIFIED_VALUE - Static variable in class com.microsoft.azure.storage.Constants
Constant signaling the resource lease duration, state or status is unspecified.
UNSUPPORTED_HEADER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
One or more header values are not supported.
UNSUPPORTED_HTTP_VERB - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified HTTP verb is not supported.
UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
One or more query parameters is not supported.
UNSUPPORTED_XML_NODE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
One of the XML nodes specified in the request body is not supported.
UPDATE_CONDITION_NOT_SATISFIED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The update condition was not satisfied
updateKey(String) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Sets the name of the access key to be used when signing the request.
updateKey(byte[]) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Sets the name of the access key to be used when signing the request.
updateMessage(CloudQueueMessage, int) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Updates the specified message in the queue with a new visibility timeout value in seconds.
updateMessage(CloudQueueMessage, int, EnumSet<MessageUpdateFields>, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Updates a message in the queue, using the specified request options and operation context.
upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Uploads the source stream data to the append blob.
upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
Uploads the source stream data to the append blob using the specified lease ID, request options, and operation context.
upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads the source stream data to the blob.
upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads the source stream data to the blob using the specified lease ID, request options, and operation context.
upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Uploads the source stream data to the block blob.
upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Uploads the source stream data to the blob, using the specified lease ID, request options, and operation context.
upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Uploads the source stream data to the page blob.
upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Uploads the source stream data to the page blob using the specified lease ID, request options, and operation context.
upload(InputStream, long, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Uploads the source stream data to the page blob using the specified lease ID, request options, and operation context.
upload(InputStream, long) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads the source stream data to the file.
upload(InputStream, long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads the source stream data to the file using the specified access condition, request options, and operation context.
uploadBlock(String, InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Uploads a block to be committed as part of the block blob, using the specified block ID.
uploadBlock(String, InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Uploads a block to be committed as part of the block blob, using the specified block ID, the specified lease ID, request options, and operation context.
uploadFromByteArray(byte[], int, int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads a blob from data in a byte array.
uploadFromByteArray(byte[], int, int, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads a blob from data in a byte array.
uploadFromByteArray(byte[], int, int, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Uploads a blob from data in a byte array.
uploadFromByteArray(byte[], int, int) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a file from data in a byte array.
uploadFromByteArray(byte[], int, int, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a file from data in a byte array.
uploadFromFile(String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads a blob from a file.
uploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads a blob from a file.
uploadFromFile(String, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Uploads a blob from a file.
uploadFromFile(String) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a local file.
uploadFromFile(String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a file from a local file.
uploadMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads the blob's metadata to the storage service.
uploadMetadata(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Uploads the blob's metadata to the storage service using the specified lease ID, request options, and operation context.
uploadMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Uploads the container's metadata.
uploadMetadata(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Uploads the container's metadata using the specified request options and operation context.
uploadMetadata() - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads the file's metadata to the storage service.
uploadMetadata(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads the file's metadata to the storage service using the access condition, request options, and operation context.
uploadMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Uploads the directory's metadata.
uploadMetadata(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Uploads the directory's metadata using the specified request options and operation context.
uploadMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Uploads the share's metadata.
uploadMetadata(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Uploads the share's metadata using the specified request options and operation context.
uploadMetadata() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Uploads the metadata in the CloudQueue object to the queue.
uploadMetadata(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Uploads the metadata in the CloudQueue object to the queue, using the specified request options and operation context.
uploadPages(InputStream, long, long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Uploads a range of contiguous pages, up to 4 MB in size, at the specified offset in the page blob.
uploadPages(InputStream, long, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Uploads a range of contiguous pages, up to 4 MB in size, at the specified offset in the page blob, using the specified lease ID, request options, and operation context.
uploadPermissions(BlobContainerPermissions) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Uploads the container's permissions.
uploadPermissions(BlobContainerPermissions, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Uploads the container's permissions using the specified request options and operation context.
uploadPermissions(FileSharePermissions) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Uploads the share's permissions.
uploadPermissions(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Uploads the share's permissions using the specified request options and operation context.
uploadPermissions(QueuePermissions) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Uploads the queue's permissions.
uploadPermissions(QueuePermissions, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Uploads the queue's permissions using the specified request options and operation context.
uploadPermissions(TablePermissions) - Method in class com.microsoft.azure.storage.table.CloudTable
Uploads the table's permissions.
uploadPermissions(TablePermissions, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
Uploads the table's permissions using the specified request options and operation context.
uploadPremiumPageBlobTier(PremiumPageBlobTier) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Sets the blob tier on a page blob on a premium storage account.
uploadPremiumPageBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
Sets the tier on a page blob on a premium storage account.
uploadProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Updates the blob's properties to the storage service.
uploadProperties(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Updates the blob's properties using the specified lease ID, request options, and operation context.
uploadProperties() - Method in class com.microsoft.azure.storage.file.CloudFile
Updates the file's properties to the storage service.
uploadProperties(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Updates the file's properties using the access condition, request options, and operation context.
uploadProperties() - Method in class com.microsoft.azure.storage.file.CloudFileShare
Updates the share's properties on the storage service.
uploadProperties(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
Updates the share's properties using the request options, and operation context.
uploadRange(InputStream, long, long) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a range to a file.
uploadRange(InputStream, long, long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a range to a file using the specified lease ID, request options, and operation context.
uploadServiceProperties(ServiceProperties) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Uploads a new ServiceProperties configuration to the given storage service.
uploadServiceProperties(ServiceProperties, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Uploads a new ServiceProperties configuration to the given storage service.
uploadServiceProperties(FileServiceProperties) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Uploads a new FileServiceProperties configuration to the given storage service.
uploadServiceProperties(FileServiceProperties, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Uploads a new FileServiceProperties configuration to the given storage service.
uploadServiceProperties(ServiceProperties) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Uploads a new ServiceProperties configuration to the given storage service.
uploadServiceProperties(ServiceProperties, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
Uploads a new ServiceProperties configuration to the given storage service.
uploadServiceProperties(ServiceProperties) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Uploads a new ServiceProperties configuration to the given storage service.
uploadServiceProperties(ServiceProperties, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Uploads a new ServiceProperties configuration to the given storage service.
uploadStandardBlobTier(StandardBlobTier) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Sets the blob tier on a block blob on a standard storage account.
uploadStandardBlobTier(StandardBlobTier, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Sets the tier on a block blob on a standard storage account.
uploadText(String) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Uploads a blob from a string using the platform's default encoding.
uploadText(String, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Uploads a blob from a string using the specified encoding.
uploadText(String) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a file from a string using the platform's default encoding.
uploadText(String, String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a file from a string using the specified encoding.
URL_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the URL.
USER_AGENT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The UserAgent header.
USER_AGENT_PREFIX - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
Specifies the value to use for UserAgent header.
USER_AGENT_VERSION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
Specifies the value to use for UserAgent header.
UTF8_CHARSET - Static variable in class com.microsoft.azure.storage.Constants
The default type for content-type and accept

V

validateBlobName(String) - Static method in class com.microsoft.azure.storage.NameValidator
Checks if a blob name is valid.
validateContainerName(String) - Static method in class com.microsoft.azure.storage.NameValidator
Checks if a container name is valid.
validateDirectoryName(String) - Static method in class com.microsoft.azure.storage.NameValidator
Checks if a directory name is valid.
validateFileName(String) - Static method in class com.microsoft.azure.storage.NameValidator
Checks if a file name is valid.
validateLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.StorageUri
Validate that a URI exists for the specified LocationMode.
validateQueueName(String) - Static method in class com.microsoft.azure.storage.NameValidator
Checks if a queue name is valid.
validateShareName(String) - Static method in class com.microsoft.azure.storage.NameValidator
Checks if a share name is valid.
validateTableName(String) - Static method in class com.microsoft.azure.storage.NameValidator
Checks if a table name is valid.
value - Variable in enum com.microsoft.azure.storage.blob.BlobListingDetails
Returns the value of this enum.
value - Variable in enum com.microsoft.azure.storage.blob.ContainerListingDetails
Returns the value of this enum.
value - Variable in enum com.microsoft.azure.storage.file.ShareListingDetails
Returns the value of this enum.
value - Variable in enum com.microsoft.azure.storage.queue.MessageUpdateFields
Returns the value of this enum.
value - Variable in enum com.microsoft.azure.storage.queue.QueueListingDetails
Returns the value of this enum.
value - Variable in enum com.microsoft.azure.storage.StorageErrorCode
Returns the value of this enum.
valueOf(String) - Static method in enum com.microsoft.azure.storage.analytics.StorageService
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlobContainerPublicAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlobListingDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlockListingFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlockSearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.ContainerListingDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.CopyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.DeleteSnapshotsOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseDuration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.PremiumPageBlobTier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.RehydrationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.SharedAccessBlobPermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.StandardBlobTier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.CorsHttpMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.file.CopyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.file.DeleteShareSnapshotsOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.file.SharedAccessFilePermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.file.ShareListingDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.GeoReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.LocationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.LoggingOperations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.MetricsLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.MessageUpdateFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.QueueListingDetails
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.SharedAccessQueuePermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.ResultContinuationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessAccountPermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessAccountResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessAccountService
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessProtocols
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.StorageErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.StorageLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.table.EdmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.table.SharedAccessTablePermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.table.TablePayloadFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.storage.analytics.StorageService
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.BlobContainerPublicAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.BlobListingDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.BlobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.BlockListingFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.BlockSearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.ContainerListingDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.CopyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.DeleteSnapshotsOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.LeaseDuration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.LeaseState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.LeaseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.PremiumPageBlobTier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.RehydrationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.SharedAccessBlobPermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.StandardBlobTier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.CorsHttpMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.file.CopyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.file.DeleteShareSnapshotsOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.file.SharedAccessFilePermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.file.ShareListingDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.GeoReplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.LocationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.LoggingOperations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.MetricsLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.queue.MessageUpdateFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.queue.QueueListingDetails
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.queue.SharedAccessQueuePermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.ResultContinuationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.SharedAccessAccountPermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.SharedAccessAccountResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.SharedAccessAccountService
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.SharedAccessProtocols
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.StorageErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.StorageLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.table.EdmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.table.SharedAccessTablePermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.table.TablePayloadFormat
Returns an array containing the constants of this enum type, in the order they are declared.
verifyConditional(String, Date) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
VERSION_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Version

W

where(String) - Method in class com.microsoft.azure.storage.table.TableQuery
Defines a filter expression for the table query.
write(byte[]) - Method in class com.microsoft.azure.storage.blob.BlobOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.microsoft.azure.storage.blob.BlobOutputStream
Writes length bytes from the specified byte array starting at offset to this output stream.
write(InputStream, long) - Method in class com.microsoft.azure.storage.blob.BlobOutputStream
Writes all data from the InputStream to the Blob.
write(int) - Method in class com.microsoft.azure.storage.blob.BlobOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class com.microsoft.azure.storage.file.FileOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.microsoft.azure.storage.file.FileOutputStream
Writes length bytes from the specified byte array starting at offset to this output stream.
write(InputStream, long) - Method in class com.microsoft.azure.storage.file.FileOutputStream
Writes all data from the InputStream to the File.
write(int) - Method in class com.microsoft.azure.storage.file.FileOutputStream
Writes the specified byte to this output stream.
WRITE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
The XML element for the Logging Write type.
writeEntity(OperationContext) - Method in class com.microsoft.azure.storage.table.DynamicTableEntity
Returns the map of property names to EntityProperty data values from this DynamicTableEntity instance.
writeEntity(OperationContext) - Method in interface com.microsoft.azure.storage.table.TableEntity
Returns a map of String property names to EntityProperty data typed values that represents the serialized content of the table entity instance.
writeEntity(OperationContext) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Returns a map of property names to EntityProperty data typed values created by serializing this table entity instance.
writeEntityWithReflection(Object) - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
Serializes the property data from a table entity instance into a property map using reflection.
writeSharedAccessIdentifiersToStream(HashMap<String, T>, StringWriter) - Static method in class com.microsoft.azure.storage.SharedAccessPolicySerializer
RESERVED FOR INTERNAL USE.

X

X_METHOD_INCORRECT_COUNT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
More than one X-HTTP-Method is specified.
X_METHOD_INCORRECT_VALUE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified X-HTTP-Method is invalid.
X_METHOD_NOT_USING_POST - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The request uses X-HTTP-Method with an HTTP verb other than POST.
XML_TYPE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The default type for content-type and accept
A B C D E F G H I J K L M N O P Q R S T U V W X 

/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/