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.
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 header.
ACCESS_POLICY - Static variable in class com.microsoft.azure.storage.Constants
XML element for an access policy.
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.
ACCOUNT_KEY_NAME - Static variable in class com.microsoft.azure.storage.CloudStorageAccount
Represents the setting name for the account key.
ACCOUNT_NAME_NAME - Static variable in class com.microsoft.azure.storage.CloudStorageAccount
Represents the setting name for the account name.
ACCOUNT_NAME_NULL_OR_EMPTY - Static variable in class com.microsoft.azure.storage.core.SR
 
ACL - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for acl.
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(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(String, String) - Method in class com.microsoft.azure.storage.core.UriQueryBuilder
Adds a value to the URI with escaping.
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.
addMetadata(HttpURLConnection, HashMap<String, String>, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Adds the metadata.
addOptionalHeader(HttpURLConnection, String, String) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Adds the optional header.
addToQuery(StorageUri, String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Adds a queryString to an URI.
addToQuery(URI, String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Adds a queryString to an URI.
addToSingleUriQuery(URI, HashMap<String, String[]>) - Static method in class com.microsoft.azure.storage.core.PathUtility
Adds a queryString to an URI.
addToURI(URI) - Method in class com.microsoft.azure.storage.core.UriQueryBuilder
Add query parameter to an existing Uri.
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
analyzeStream(InputStream, long, long, boolean, boolean) - Static method in class com.microsoft.azure.storage.core.Utility
Determines the size of an input stream, and optionally calculates the MD5 hash for the stream.
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.
appendPathToSingleUri(URI, String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Appends a path to a URI correctly using "/" as separator.
appendPathToSingleUri(URI, String, String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Appends a path to a URI correctly using the given separator.
appendPathToUri(StorageUri, String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Appends a path to a list of URIs correctly using "/" as separator.
appendPathToUri(StorageUri, String, String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Appends a path to a list of URIs correctly using "/" as separator.
appendRequestResult(RequestResult) - Method in class com.microsoft.azure.storage.OperationContext
Reserved for internal use.
applyBaseDefaultsInternal(RequestOptions) - Static method in class com.microsoft.azure.storage.RequestOptions
Populates the default timeout, retry policy, and location mode from client if they are null.
applyConditionToRequest(HttpURLConnection) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
applyDefaults(BlobRequestOptions, BlobType, CloudBlobClient) - Static method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Uses the concurrent request count from the specified client if null, sets a default value for everything else, and sets defaults as defined in the parent class.
applyDefaults(BlobRequestOptions, BlobType, CloudBlobClient, boolean) - Static method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Uses the concurrent request count from the specified client if null, sets a default value for everything else, and sets defaults as defined in the parent class.
applyDefaults(FileRequestOptions, CloudFileClient) - Static method in class com.microsoft.azure.storage.file.FileRequestOptions
Uses the concurrent request count from the specified client if null, sets a default value for everything else, and sets defaults as defined in the parent class.
applyDefaults(FileRequestOptions, CloudFileClient, boolean) - Static method in class com.microsoft.azure.storage.file.FileRequestOptions
Uses the concurrent request count from the specified client if null, sets a default value for everything else, and sets defaults as defined in the parent class.
applyDefaults(QueueRequestOptions, CloudQueueClient) - Static method in class com.microsoft.azure.storage.queue.QueueRequestOptions
Populates the default timeout and retry policy from client if they are not set.
applyDefaults(TableRequestOptions, CloudTableClient) - Static method in class com.microsoft.azure.storage.table.TableRequestOptions
Reserved for internal use.
applyLeaseConditionToRequest(HttpURLConnection) - Method in class com.microsoft.azure.storage.AccessCondition
RESERVED FOR INTERNAL USE.
applyLocationModeToRequest() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
areCredentialsEqual(StorageCredentials, StorageCredentials) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a value that indicates whether the specified credentials are equal.
ARGUMENT_NULL_OR_EMPTY - Static variable in class com.microsoft.azure.storage.core.SR
 
ARGUMENT_OUT_OF_RANGE_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
assertContinuationType(ResultContinuation, ResultContinuationType) - Static method in class com.microsoft.azure.storage.core.Utility
Asserts a continuation token is of the specified type.
assertCorrectBlobType() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Asserts that the blob has the correct blob type specified in the blob attributes.
assertGreaterThanOrEqual(String, long, long) - Static method in class com.microsoft.azure.storage.core.Utility
Asserts that the specified value is greater than or equal to the min value.
assertInBounds(String, long, long, long) - Static method in class com.microsoft.azure.storage.core.Utility
Asserts that the specified integer is in the valid range.
assertNotNull(String, Object) - Static method in class com.microsoft.azure.storage.core.Utility
Asserts that a value is not null.
assertNotNullOrEmpty(String, String) - Static method in class com.microsoft.azure.storage.core.Utility
Asserts that the specified string is not null or empty.
assertNoWriteOperationForSnapshot() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Asserts that write operation is not done for snapshot.
ATTEMPTED_TO_SERIALIZE_INACCESSIBLE_PROPERTY - Static variable in class com.microsoft.azure.storage.core.SR
 
AUTHENTICATION_FAILED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
Authentication failed.
AuthenticationScheme - Enum in com.microsoft.azure.storage
Deprecated.
as of 2.0.0. In the future, only SHAREDKEYFULL will be used.
authenticationScheme - Variable in class com.microsoft.azure.storage.ServiceClient
Holds the AuthenticationScheme associated with this Service Client.
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

Base64 - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
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.
BaseRequest - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
BaseResponse - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
BaseResponse() - Constructor for class com.microsoft.azure.storage.core.BaseResponse
Private Default Ctor
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 - Static variable in class com.microsoft.azure.storage.core.SR
 
BLOB_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified blob already exists.
BLOB_DATA_CORRUPTED - Static variable in class com.microsoft.azure.storage.core.SR
 
BLOB_ENDPOINT_NAME - Static variable in class com.microsoft.azure.storage.CloudStorageAccount
Represents the setting name for a custom blob storage endpoint.
BLOB_ENDPOINT_NOT_CONFIGURED - Static variable in class com.microsoft.azure.storage.core.SR
 
BLOB_HASH_MISMATCH - Static variable in class com.microsoft.azure.storage.core.SR
 
BLOB_MD5_NOT_SUPPORTED_FOR_PAGE_BLOBS - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
BLOB_TYPE_NOT_DEFINED - Static variable in class com.microsoft.azure.storage.core.SR
 
blobClient - Variable in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
The blob client for logging features.
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.
BlobInputStream(CloudBlob, AccessCondition, BlobRequestOptions, OperationContext) - Constructor for class com.microsoft.azure.storage.blob.BlobInputStream
Initializes a new instance of the BlobInputStream class.
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.
BlobOutputStream(CloudBlob, AccessCondition, BlobRequestOptions, OperationContext) - Constructor for class com.microsoft.azure.storage.blob.BlobOutputStream
Initializes a new instance of the BlobOutputStream class.
BlobOutputStream(CloudBlockBlob, AccessCondition, BlobRequestOptions, OperationContext) - Constructor for class com.microsoft.azure.storage.blob.BlobOutputStream
Initializes a new instance of the BlobOutputStream class for a CloudBlockBlob
BlobOutputStream(CloudPageBlob, long, AccessCondition, BlobRequestOptions, OperationContext) - Constructor for class com.microsoft.azure.storage.blob.BlobOutputStream
Initializes a new instance of the BlobOutputStream class for a CloudPageBlob
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.
blobServiceClient - Variable in class com.microsoft.azure.storage.blob.CloudBlob
Represents the blob client.
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.
buildRequest(C, P, OperationContext) - Method in class com.microsoft.azure.storage.core.StorageRequest
Function to construct the request.

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.
canCredentialsSignRequest(StorageCredentials) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
Reserved.
canCredentialsSignRequestLite(StorageCredentials) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
CANNOT_CREATE_SAS_FOR_GIVEN_CREDENTIALS - Static variable in class com.microsoft.azure.storage.core.SR
 
CANNOT_CREATE_SAS_FOR_SNAPSHOTS - Static variable in class com.microsoft.azure.storage.core.SR
 
CANNOT_CREATE_SAS_WITHOUT_ACCOUNT_KEY - Static variable in class com.microsoft.azure.storage.core.SR
 
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
 
checkNullaryCtor(Class<?>) - Static method in class com.microsoft.azure.storage.core.Utility
 
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.core.NetworkInputStream
 
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.
CloudBlob - Class in com.microsoft.azure.storage.blob
Represents a Microsoft Azure blob.
CloudBlob(BlobType) - Constructor for class com.microsoft.azure.storage.blob.CloudBlob
Creates an instance of the CloudBlob class.
CloudBlob(BlobType, StorageUri, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlob
Creates an instance of the CloudBlob class using the specified URI and cloud blob client.
CloudBlob(BlobType, StorageUri, CloudBlobClient, CloudBlobContainer) - Constructor for class com.microsoft.azure.storage.blob.CloudBlob
Creates an instance of the CloudBlob class using the specified URI, cloud blob client, and cloud blob container.
CloudBlob(BlobType, StorageUri, String, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlob
Creates an instance of the CloudBlob class using the specified URI, snapshot ID, and cloud blob client.
CloudBlob(CloudBlob) - Constructor for class com.microsoft.azure.storage.blob.CloudBlob
Creates an instance of the CloudBlob class by copying values from another 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(String, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates an instance of the CloudBlobContainer class using the specified name and client.
CloudBlobContainer(URI, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates an instance of the CloudBlobContainer class using the specified URI and client.
CloudBlobContainer(StorageUri, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
Creates an instance of the CloudBlobContainer class using the specified URI and client.
CloudBlobDirectory - Class in com.microsoft.azure.storage.blob
Represents a virtual directory of blobs, designated by a delimiter character.
CloudBlobDirectory(StorageUri, String, CloudBlobClient, CloudBlobContainer) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobDirectory
Creates an instance of the CloudBlobDirectory class using the specified address, directory parent, and client.
CloudBlobDirectory(StorageUri, String, CloudBlobClient, CloudBlobContainer, CloudBlobDirectory) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobDirectory
Creates an instance of the CloudBlobDirectory class using the specified address, directory parent, and client.
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, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute URI and storage service client.
CloudBlockBlob(StorageUri, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute StorageUri and storage service client.
CloudBlockBlob(URI, CloudBlobClient, CloudBlobContainer) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute URI, storage service client and container.
CloudBlockBlob(StorageUri, CloudBlobClient, CloudBlobContainer) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute StorageUri, storage service client and container.
CloudBlockBlob(URI, String, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute URI, snapshot ID, and storage service client.
CloudBlockBlob(StorageUri, String, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
Creates an instance of the CloudBlockBlob class using the specified absolute StorageUri, snapshot ID, and storage service client.
CloudFile - Class in com.microsoft.azure.storage.file
Represents a Microsoft Azure File.
CloudFile(URI, CloudFileClient) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified absolute URI and storage service client.
CloudFile(StorageUri, CloudFileClient) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified URI and storage service client.
CloudFile(URI, CloudFileClient, CloudFileShare) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified absolute URI, storage service client and share.
CloudFile(StorageUri, CloudFileClient, CloudFileShare) - Constructor for class com.microsoft.azure.storage.file.CloudFile
Creates an instance of the CloudFile class using the specified absolute StorageUri, storage service client and share.
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, CloudFileClient) - 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, CloudFileClient) - 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, String, CloudFileShare) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
Creates an instance of the CloudFileDirectory class using the specified address, share, and client.
CloudFileShare - Class in com.microsoft.azure.storage.file
Represents a share in the Microsoft Azure File service.
CloudFileShare(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, CloudFileClient) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
Creates an instance of the CloudFileShare class using the specified URI and client.
CloudFileShare(StorageUri, CloudFileClient) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
Creates an instance of the CloudFileShare class using the specified URI and client.
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, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified URI and cloud blob client.
CloudPageBlob(StorageUri, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified URI and cloud blob client.
CloudPageBlob(URI, CloudBlobClient, CloudBlobContainer) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified URI, cloud blob client, and cloud blob container.
CloudPageBlob(StorageUri, CloudBlobClient, CloudBlobContainer) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified URI, cloud blob client, and cloud blob container.
CloudPageBlob(URI, String, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified URI, snapshot ID, and cloud blob client.
CloudPageBlob(StorageUri, String, CloudBlobClient) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
Creates an instance of the CloudPageBlob class using the specified URI, snapshot ID, and cloud blob client.
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 URI.
CloudQueue(String, CloudQueueClient) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
Creates an instance of the CloudQueue class using the specified name and client.
CloudQueue(URI, CloudQueueClient) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
Creates an instance of the CloudQueue class using the specified queue URI and client.
CloudQueue(StorageUri, CloudQueueClient) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
Creates an instance of the CloudQueue class using the specified queue URI and client.
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() - Constructor for class com.microsoft.azure.storage.queue.CloudQueueMessage
Initializes a new instance of the CloudQueueMessage class (used internally).
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, 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(String, CloudTableClient) - Constructor for class com.microsoft.azure.storage.table.CloudTable
Creates an instance of the CloudTable class using the specified name and client.
CloudTable(URI, CloudTableClient) - Constructor for class com.microsoft.azure.storage.table.CloudTable
Creates an instance of the CloudTable class using the specified table URI and client.
CloudTable(StorageUri, CloudTableClient) - Constructor for class com.microsoft.azure.storage.table.CloudTable
Creates an instance of the CloudTable class using the specified table URI and client.
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.core - package com.microsoft.azure.storage.core
FOR INTERNAL USE ONLY.
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.
COMPLETE - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
COMPONENT - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
Query component for the operation (component) to access.
computeHmac256(StorageCredentials, String) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
Computes a signature for the specified string using the HMAC-SHA256 algorithm.
computeHmac256(StorageCredentials, String, OperationContext) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
Computes a signature for the specified string using the HMAC-SHA256 algorithm with the specified operation context.
computeMacSha256(StorageKey, String) - Static method in class com.microsoft.azure.storage.StorageKey
Computes a signature for the specified string using the HMAC-SHA256 algorithm.
computeMacSha512(StorageKey, String) - Static method in class com.microsoft.azure.storage.StorageKey
Computes a signature for the specified string using the HMAC-SHA512 algorithm.
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 - Static variable in class com.microsoft.azure.storage.core.SR
 
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_LENGTH_MISMATCH - Static variable in class com.microsoft.azure.storage.core.SR
 
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_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
Initializes a new instance of the CopyState class.
CopyStatus - Enum in com.microsoft.azure.storage.blob
Represents the status of a copy blob 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(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(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Creates the specified resource.
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() - 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.
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.
createURLConnection(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Creates the web request.
createXMLStreamWriter(StringWriter) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a XMLStreamWriter with the specified StringWriter.
createXMLStreamWriter(OutputStream, String) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a XMLStreamWriter with the specified OutputStream and charset.
CREATING_NETWORK_STREAM - Static variable in class com.microsoft.azure.storage.core.SR
 
Credentials - Class in com.microsoft.azure.storage
Represents the credentials used to sign a request against the storage services.
Credentials(String, byte[]) - Constructor for class com.microsoft.azure.storage.Credentials
Creates an instance of the Credentials class, using the specified storage account name and access key; the specified access key is in the form of a byte array.
Credentials(String, String) - Constructor for class com.microsoft.azure.storage.Credentials
Creates an instance of the Credentials class, using the specified storage account name and access key; the specified access key is stored as a Base64-encoded String.
credentials - Variable in class com.microsoft.azure.storage.ServiceClient
Holds the StorageCredentials associated with this Service Client.
CREDENTIALS_CANNOT_SIGN_REQUEST - Static variable in class com.microsoft.azure.storage.core.SR
 
CUSTOM_RESOLVER_THREW - Static variable in class com.microsoft.azure.storage.core.SR
 

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.
debug(OperationContext, String) - Static method in class com.microsoft.azure.storage.core.Logger
 
debug(OperationContext, String, Object...) - Static method in class com.microsoft.azure.storage.core.Logger
 
debug(OperationContext, String, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
debug(OperationContext, String, Object, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
decode(String) - Static method in class com.microsoft.azure.storage.core.Base64
Decodes a given Base64 string into its corresponding byte array.
decodeAsByteObjectArray(String) - Static method in class com.microsoft.azure.storage.core.Base64
Decodes a given Base64 string into its corresponding byte array.
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_SERVICE_VERSION_ONLY_SET_FOR_BLOB_SERVICE - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
defaultLoggerName - Static variable in class com.microsoft.azure.storage.OperationContext
Name of the Logger that will be created by default if logging is enabled and a Logger has not been specified.
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(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Deletes the specified resource.
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() - 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.
DELETE_SNAPSHOT_NOT_VALID_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
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() - 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.
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.
deltaBackoffIntervalInMs - Variable in class com.microsoft.azure.storage.RetryPolicy
Represents the realized backoff interval, in milliseconds.
determinePathStyleFromUri(URI) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a value that indicates whether a specified URI is a path-style URI.
DIRECTORY - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
DO_NOT_RETRY_POLICY - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
DO_NOT_RETRY_TIMEOUT - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
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.
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.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.
downloadRangeInternal(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.
downloadRangeInternal(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.
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.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.
downloadServicePropertiesImpl(RequestOptions, boolean) - Method in class com.microsoft.azure.storage.ServiceClient
 
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.
DynamicTableEntity(String, String, Date, 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).
EDMTYPE_WAS_NULL - Static variable in class com.microsoft.azure.storage.core.SR
 
EMPTY_BATCH_NOT_ALLOWED - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
encode(byte[]) - Static method in class com.microsoft.azure.storage.core.Base64
Encodes a byte array as a Base64 string.
encode(Byte[]) - Static method in class com.microsoft.azure.storage.core.Base64
Encodes a byte array as a Base64 string.
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
 
ENDPOINT_INFORMATION_UNAVAILABLE - Static variable in class com.microsoft.azure.storage.core.SR
 
ENTITY_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The entity already exists
ENTITY_PROPERTY_CANNOT_BE_NULL_FOR_PRIMITIVES - Static variable in class com.microsoft.azure.storage.core.SR
 
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(String, Class<?>) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Reserved for internal use.
EntityProperty(Object, Class<?>) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Reserved for internal use.
EntityProperty(String, EdmType) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Reserved for internal use.
EntityProperty(EdmType) - Constructor for class com.microsoft.azure.storage.table.EntityProperty
Reserved for internal use.
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.
ENUMERATION_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
ENUMERATION_RESULTS - Static variable in class com.microsoft.azure.storage.core.ListResponse
 
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(OperationContext, String) - Static method in class com.microsoft.azure.storage.core.Logger
 
error(OperationContext, String, Object...) - Static method in class com.microsoft.azure.storage.core.Logger
 
error(OperationContext, String, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
error(OperationContext, String, Object, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
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.
errorCode - Variable in exception com.microsoft.azure.storage.StorageException
Represents the error code returned by the operation.
ETAG - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The ETag header.
etag - Variable in class com.microsoft.azure.storage.table.TableServiceEntity
Reserved for internal use.
ETAG_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the ETag.
ETAG_INVALID_FOR_DELETE - Static variable in class com.microsoft.azure.storage.core.SR
 
ETAG_INVALID_FOR_MERGE - Static variable in class com.microsoft.azure.storage.core.SR
 
ETAG_INVALID_FOR_UPDATE - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
evaluateLastAttemptAndSecondaryNotFound(RetryContext) - Method in class com.microsoft.azure.storage.RetryPolicy
Determines the time of the last attempt to a storage location and returns a boolean that specifies if a request that was sent to the secondary location failed with 404.
evaluateRetryInfo(RetryContext, boolean, long) - Method in class com.microsoft.azure.storage.RetryPolicy
Determines the RetryInfo object that indicates whether the next retry will happen in the primary or secondary location, and specifies the location mode.
eventOccurred(T) - Method in class com.microsoft.azure.storage.StorageEvent
Represents an event that occurred.
EXCEPTION_THROWN_DURING_DESERIALIZATION - Static variable in class com.microsoft.azure.storage.core.SR
 
EXCEPTION_THROWN_DURING_SERIALIZATION - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
execute(CloudTableClient, String, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Reserved for internal use.
execute(CloudTableClient, String, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
executeQuerySegmentedImpl(TableQuery<T>, EntityResolver<R>, ResultContinuation, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Reserved for internal use.
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.
executeWithRetry(CLIENT_TYPE, PARENT_TYPE, StorageRequest<CLIENT_TYPE, PARENT_TYPE, RESULT_TYPE>, RetryPolicyFactory, OperationContext) - Static method in class com.microsoft.azure.storage.core.ExecutionEngine
Executes an operation and enforces a retrypolicy to handle any potential errors
ExecutionEngine - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
ExecutionEngine() - Constructor for class com.microsoft.azure.storage.core.ExecutionEngine
 
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.
EXPECTED_A_FIELD_NAME - Static variable in class com.microsoft.azure.storage.core.SR
 
EXPECTED_END_ARRAY - Static variable in class com.microsoft.azure.storage.core.SR
 
EXPECTED_END_OBJECT - Static variable in class com.microsoft.azure.storage.core.SR
 
EXPECTED_START_ARRAY - Static variable in class com.microsoft.azure.storage.core.SR
 
EXPECTED_START_ELEMENT_TO_EQUAL_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
EXPECTED_START_OBJECT - Static variable in class com.microsoft.azure.storage.core.SR
 
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.Credentials
Exports the value of the access key to a Base64-encoded string.
exportKey() - Method in class com.microsoft.azure.storage.Credentials
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
extendedErrorInformation - Variable in exception com.microsoft.azure.storage.StorageException
Represents the extended error information returned by the operation.

F

FAILED_TO_PARSE_PROPERTY - Static variable in class com.microsoft.azure.storage.core.SR
 
FALSE - Static variable in class com.microsoft.azure.storage.Constants
Constant for False.
FILE - Static variable in class com.microsoft.azure.storage.core.SR
 
FILE_ENDPOINT_NOT_CONFIGURED - Static variable in class com.microsoft.azure.storage.core.SR
 
FILE_HASH_MISMATCH - Static variable in class com.microsoft.azure.storage.core.SR
 
FILE_LOCK_CONFLICT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
A portion of the specified file is locked by an SMB client.
FILE_MD5_NOT_POSSIBLE - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
FileInputStream(CloudFile, AccessCondition, FileRequestOptions, OperationContext) - Constructor for class com.microsoft.azure.storage.file.FileInputStream
Initializes a new instance of the FileInputStream class.
FileOutputStream - Class in com.microsoft.azure.storage.file
The class is an append-only stream for writing into storage.
FileOutputStream(CloudFile, long, AccessCondition, FileRequestOptions, OperationContext) - Constructor for class com.microsoft.azure.storage.file.FileOutputStream
Initializes a new instance of the FileOutputStream class.
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.
fileServiceClient - Variable in class com.microsoft.azure.storage.file.CloudFile
Represents the file service client.
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
 
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.
formatETag(String) - Static method in class com.microsoft.azure.storage.core.Utility
Reads character data for the Etag element from an XML stream reader.
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.
fromByte(byte) - Static method in enum com.microsoft.azure.storage.blob.SharedAccessBlobPermissions
Returns the enum set representing the shared access permissions for the specified byte value.
fromByte(byte) - Static method in enum com.microsoft.azure.storage.queue.SharedAccessQueuePermissions
Returns the enum set representing the shared access permissions for the specified byte value.
fromByte(byte) - Static method in enum com.microsoft.azure.storage.table.SharedAccessTablePermissions
Returns the enum set representing the shared access permissions for the specified byte value.

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.
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.
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.
generateIteratorForQuery(TableQuery<T>, EntityResolver<R>, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Reserved for internal use.
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.
generateNewUnexpectedStorageException(Exception) - Static method in class com.microsoft.azure.storage.core.Utility
Returns an unexpected storage exception.
generateQueryBuilder() - Method in class com.microsoft.azure.storage.table.TableQuery
Reserved for internal use.
generateRequestIdentity(boolean, String) - Method in class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
generateRequestIdentityWithTable(String) - Method in class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
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, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Returns a shared access signature for the container.
generateSharedAccessSignature(SharedAccessQueuePolicy, String) - 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.
generateSharedAccessSignatureForBlob(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, String, String) - Static method in class com.microsoft.azure.storage.core.SharedAccessSignatureHelper
Get the complete query builder for creating the Shared Access Signature query.
generateSharedAccessSignatureForQueue(SharedAccessQueuePolicy, String, String) - Static method in class com.microsoft.azure.storage.core.SharedAccessSignatureHelper
Get the complete query builder for creating the Shared Access Signature query.
generateSharedAccessSignatureForTable(SharedAccessTablePolicy, String, String, String, String, String, String, String, String) - Static method in class com.microsoft.azure.storage.core.SharedAccessSignatureHelper
Get the complete query builder for creating the Shared Access Signature query.
generateSharedAccessSignatureHashForBlob(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, String, ServiceClient, OperationContext) - Static method in class com.microsoft.azure.storage.core.SharedAccessSignatureHelper
Get the signature hash embedded inside the Shared Access Signature for blob service.
generateSharedAccessSignatureHashForQueue(SharedAccessQueuePolicy, String, String, ServiceClient, OperationContext) - Static method in class com.microsoft.azure.storage.core.SharedAccessSignatureHelper
Get the signature hash embedded inside the Shared Access Signature for queue service.
generateSharedAccessSignatureHashForTable(SharedAccessTablePolicy, String, String, String, String, String, String, ServiceClient, OperationContext) - Static method in class com.microsoft.azure.storage.core.SharedAccessSignatureHelper
Get the signature hash embedded inside the Shared Access Signature for blob service.
generateTableServiceException(boolean, RequestResult, TableOperation, InputStream, TablePayloadFormat) - Static method in exception com.microsoft.azure.storage.table.TableServiceException
Reserved for internal use.
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.
GET_RESPONSE - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
getAccessIdentifiers(InputStream, Class<T>) - Static method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
RESERVED FOR INTERNAL USE.
getAccountKeyName() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Gets the name of the key used by these credentials.
getAccountName() - Method in class com.microsoft.azure.storage.Credentials
Gets the account name to be used when signing the request.
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
Returns the associated account name for the credentials.
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.
getApproximateMessageCount() - Method in class com.microsoft.azure.storage.queue.CloudQueue
Gets the approximate messages count of the queue.
getArePropertiesPopulated() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
getAuthenticationScheme() - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
as of 2.0.0. In the future only SharedKeyFull will be used.
getAuthenticationType() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets whether the request was authenticated, anonymous, or used Shared Access Signature (SAS).
getBase64EncodedKey() - Method in class com.microsoft.azure.storage.StorageKey
Returns the Base64-encoded key.
getBlobEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Blob service for the storage account.
getBlobNameFromURI(URI, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Gets the blob name from the URI.
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.
getBytesFromLong(long) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a byte array that represents the data of a long value.
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.blob.SharedAccessBlobHeaders
Gets the cache control header.
getCacheControl() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the cache control value for the file.
getCanonicalPathFromCredentials(StorageCredentials, String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Gets the canonical path for an object from the credentials.
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.QueryTableOperation
Reserved for internal use.
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.
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.blob.CloudBlobClient
Deprecated.
use #getDefaultRequestOptions().getConcurrentRequestCount() instead.
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 .
getConnection() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
getContainerNameFromUri(URI, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Get the container name from address from the URI.
getContainerReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Gets a CloudBlobContainer object with the specified name.
getContainerURI(StorageUri, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Gets the container URI from a blob address
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.blob.SharedAccessBlobHeaders
Gets the content disposition header.
getContentDisposition() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content disposition value for the file.
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.blob.SharedAccessBlobHeaders
Gets the content encoding header.
getContentEncoding() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content encoding value for the file.
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.blob.SharedAccessBlobHeaders
Gets the content language header.
getContentLanguage() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content language value for the file.
getContentMD5() - Method in class com.microsoft.azure.storage.blob.BlobProperties
Gets the content MD5 value for the blob.
getContentMD5(HttpURLConnection) - Static method in class com.microsoft.azure.storage.core.BaseResponse
Gets the ContentMD5
getContentMD5() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.blob.SharedAccessBlobHeaders
Gets the content type header.
getContentType() - Method in class com.microsoft.azure.storage.file.FileProperties
Gets the content type value for the file.
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.
getCopyId() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the copy ID of the container.
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.
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.
getCredentials() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Returns the internal credentials associated with the storage credentials.
getCurrentLocation() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
getCurrentOperationByteCount() - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
 
getCurrentRequestByteCount() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
getCurrentRetryCount() - Method in class com.microsoft.azure.storage.RetryContext
Gets the number of retries for the given operation.
getDate(HttpURLConnection) - Static method in class com.microsoft.azure.storage.core.BaseResponse
Gets the Date
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 2.0.0, see TableRequestOptions.setDateBackwardCompatibility(boolean).
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.
getDigest() - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
 
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.
getEchoContent() - Method in class com.microsoft.azure.storage.table.TableOperation
Gets the boolean representing whether the message payload should be returned in the response.
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.
getEntity() - Method in class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
getEntityClass() - Method in class com.microsoft.azure.storage.table.TableQuery
Deprecated.
Deprecated as of 0.7.0. Please use getClazzType() instead.
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.
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(HttpURLConnection) - Static method in class com.microsoft.azure.storage.core.BaseResponse
Gets the Etag
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 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 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.
getETagLockCondition() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
getException() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
getFileNameFromURI(URI, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Gets the file name from the URI.
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.
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.
getGMTTime() - Static method in class com.microsoft.azure.storage.core.Utility
Returns the current GMT date/time String using the RFC1123 pattern.
getGMTTime(Date) - Static method in class com.microsoft.azure.storage.core.Utility
Returns the GTM date/time String for the specified value using the RFC1123 pattern.
getHasMoreResults() - Method in class com.microsoft.azure.storage.ResultSegment
Returns a value that indicates whether there are more results available from the server.
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.
getIfMatch() - Method in class com.microsoft.azure.storage.AccessCondition
Gets the ETag when the If-Match condition is set.
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.
getInstance() - Static method in class com.microsoft.azure.storage.StorageCredentialsAnonymous
Returns the singleton instance of the StorageCredentials class.
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.
getJavaISO8601Time(Date) - Static method in class com.microsoft.azure.storage.core.Utility
Returns the UTC date/time String for the specified value using Java's version of the ISO8601 pattern, which is limited to millisecond precision.
getKey() - Method in class com.microsoft.azure.storage.Credentials
Returns the access key to be used when signing the request.
getKey() - Method in class com.microsoft.azure.storage.StorageKey
Returns the key.
getKeyName() - Method in class com.microsoft.azure.storage.Credentials
Gets the name of the access key to be used when signing the request.
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.core.StorageRequest
 
getLength() - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
 
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.
getListingLocationMode(ResultContinuation) - Static method in class com.microsoft.azure.storage.core.Utility
Determines which location can the listing command target by looking at the continuation token.
getListUriQueryBuilder(ListingContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Gets a UriQueryBuilder for listing.
getLocationMode() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
getLocationMode() - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().getLocationMode() instead.
getLockedETag() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
getLogDirectory(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
Gets the CloudBlobDirectory object for the logs for a specific storage service.
getLogger() - Method in class com.microsoft.azure.storage.OperationContext
Gets the Logger associated with this operation.
getLogging() - Method in class com.microsoft.azure.storage.ServiceProperties
Gets the logging properties.
getLogOperationTypes() - Method in class com.microsoft.azure.storage.LoggingProperties
Gets an EnumSet of LoggingOperations that represents which storage operations should be logged.
getMarker() - Method in class com.microsoft.azure.storage.core.ListingContext
 
getMarker() - Method in class com.microsoft.azure.storage.core.ListResponse
Gets the marker.
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.
getMaximumExecutionTimeInMs() - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().getMaximumExecutionTimeInMs() instead.
getMaxResults() - Method in class com.microsoft.azure.storage.core.ListingContext
 
getMaxResults() - Method in class com.microsoft.azure.storage.core.ListResponse
Gets the max results.
getMd5() - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
 
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.
getMessageContentForTransfer(boolean) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the content of the message for transfer (internal use only).
getMessageId() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the message ID.
getMessageType() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Gets the message type.
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(HttpURLConnection) - Static method in class com.microsoft.azure.storage.core.BaseResponse
Gets the metadata from the request The response from server.
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.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.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.core.ListResponse
Gets the next marker.
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.
getOffset() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
getOperationType() - Method in class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
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 directory, 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.
getParentNameFromURI(StorageUri, String, CloudBlobContainer) - Static method in class com.microsoft.azure.storage.blob.CloudBlob
Retrieves the parent name for a blob URI.
getParentNameFromURI(StorageUri, CloudFileShare) - Static method in class com.microsoft.azure.storage.file.CloudFile
Retrieves the parent name for a file URI.
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.queue.SharedAccessQueuePolicy
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.
getPrefix() - Method in class com.microsoft.azure.storage.core.ListingContext
 
getPrefix() - Method in class com.microsoft.azure.storage.core.ListResponse
Gets the prefix.
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(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Gets the properties.
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.
getPublicAccess() - Method in class com.microsoft.azure.storage.blob.BlobContainerPermissions
Gets the public access setting for the container.
getQualifiedStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the snapshot or shared access signature qualified URI for this blob.
getQualifiedUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the snapshot or shared access signature qualified URI for this blob.
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.
getQueueNameFromUri(URI, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Get the queue name from address from the URI.
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.
getReferrerHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the Referrer header value as an encoded string.
getReflectedEntityCache() - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
The reflected entity cache caches known entity types and their respective reflected entity dictionaries when entities are deserialized and the payload does not include JSON metadata.
getRemainingPageResults() - Method in class com.microsoft.azure.storage.ResultSegment
Returns the count of remaining results needed to fulfill the requested page size.
getRemainingTimeout(Long, Integer) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a value representing the remaining time before the operation expires.
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.
getRequestId(HttpURLConnection) - Static method in class com.microsoft.azure.storage.core.BaseResponse
Gets the request id.
getRequestIdHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
Gets the request ID assigned by the storage service.
getRequestLocationMode() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
getRequestOptions() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
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.core.StorageRequest
 
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.core.ListResponse
Gets the ArrayList of the results.
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.
getRetryPolicyFactory() - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().getRetryPolicyFactory() instead.
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.
getSAXParser() - Static method in class com.microsoft.azure.storage.core.Utility
Returns a namespace aware SAXParser.
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.
getSendStream() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
getServiceClientBaseAddress(URI, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Get the service client address from a complete Uri.
getServiceClientBaseAddress(StorageUri, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Get the service client address from a complete Uri.
getServiceProperties(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Creates a HttpURLConnection used to retrieve the Analytics service properties from the storage service.
getServiceRequestID() - Method in class com.microsoft.azure.storage.RequestResult
Gets the service request ID.
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(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Creates a web request to get the stats of the service.
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.
getServiceStatsImpl(RequestOptions, boolean) - Method in class com.microsoft.azure.storage.ServiceClient
 
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.
getShareNameFromUri(URI, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Get the share name from address from the URI.
getShareReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
Gets a CloudFileShare object with the specified name.
getShareURI(StorageUri, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Gets the share URI from a file address
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.
getSingleBlobPutThresholdInBytes() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Deprecated.
use #getDefaultRequestOptions().getSingleBlobPutThresholdInBytes() instead.
getSize() - Method in class com.microsoft.azure.storage.blob.BlockEntry
Gets the size, in bytes, of the block.
getSnapshotID() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Gets the Blob Snapshot ID.
getSource() - Method in class com.microsoft.azure.storage.blob.CopyState
Gets the source URI of the copy operation.
getSourceTableName() - Method in class com.microsoft.azure.storage.table.TableQuery
Gets the name of the source table specified in the table query.
getStandardHeaderValue(HttpURLConnection, String) - Static method in class com.microsoft.azure.storage.core.Utility
Returns the standard header value from the specified connection request, or an empty string if no header value has been specified for the request.
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.
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.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.
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.core.StorageRequest
 
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.
getSubDirectoryReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
Deprecated.
as of 2.0.0. Use #getDirectoryReference() instead.
getSubDirectoryReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Deprecated.
as of 2.0.0. Use #getDirectoryReference() instead.
getTableEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
Returns the endpoint for the Table service for the storage account.
getTableNameFromUri(URI, boolean) - Static method in class com.microsoft.azure.storage.core.PathUtility
Get the table name from address from the URI.
getTablePayloadFormat() - Method in class com.microsoft.azure.storage.table.CloudTableClient
Deprecated.
use #getDefaultRequestOptions().getTablePayloadFormat() instead.
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.
getTimeoutInMs() - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().getTimeoutIntervalInMs() instead.
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 value for the entity.
getToken() - Method in class com.microsoft.azure.storage.core.SegmentedStorageRequest
 
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.
getTransformedAddress(OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Returns the transformed URI for the resource if the given credentials require transformation.
getTransformedAddress(OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Returns the transformed URI for the resource if the given credentials require transformation.
getTransformedEndPoint(OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
 
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.
getUserAgent() - Static method in class com.microsoft.azure.storage.core.BaseRequest
Gets the user agent to send over the wire to identify the client.
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.
getUTCTimeOrEmpty(Date) - Static method in class com.microsoft.azure.storage.core.Utility
Returns the UTC date/time for the specified value using the ISO8601 pattern.
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.
GMT_ZONE - Static variable in class com.microsoft.azure.storage.core.Utility
Stores a reference to the GMT time zone.
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.
hasNext() - Method in class com.microsoft.azure.storage.core.LazySegmentedIterator
Indicates if the iterator has another element.
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.

I

ID - Static variable in class com.microsoft.azure.storage.Constants
XML attribute for IDs.
IF_MATCH - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
The IfMatch 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.
INCORRECT_BLOB_TYPE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
An incorrect blob type was specified.
INCORRECT_STREAM_LENGTH - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
info(OperationContext, String) - Static method in class com.microsoft.azure.storage.core.Logger
 
info(OperationContext, String, Object...) - Static method in class com.microsoft.azure.storage.core.Logger
 
info(OperationContext, String, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
info(OperationContext, String, Object, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
INIT_LOCATION - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
initialize(OperationContext) - Method in class com.microsoft.azure.storage.core.StorageRequest
Resets the operation status flags between operations.
initialize() - Method in class com.microsoft.azure.storage.OperationContext
Reserved for internal use.
initializeLocation() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
initIOException(Exception) - Static method in class com.microsoft.azure.storage.core.Utility
Creates an instance of the IOException class using the specified exception.
INPUT_STREAM_SHOULD_BE_MARKABLE - Static variable in class com.microsoft.azure.storage.core.SR
 
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_ACCOUNT_NAME - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_ACL_ACCESS_TYPE - Static variable in class com.microsoft.azure.storage.core.SR
 
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.core.SR
 
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.core.SR
 
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_CONDITIONAL_HEADERS - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_CONNECTION_STRING - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_CONNECTION_STRING_DEV_STORE_NOT_TRUE - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_CONTENT_LENGTH - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_CONTENT_TYPE - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_CORS_RULE - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_DATE_STRING - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_DOCUMENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified XML or Json document is invalid.
INVALID_EDMTYPE_VALUE - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_FILE_LENGTH - Static variable in class com.microsoft.azure.storage.core.SR
 
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_GEO_REPLICATION_STATUS - Static variable in class com.microsoft.azure.storage.core.SR
 
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_KEY - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_LISTING_DETAILS - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_LOGGING_LEVEL - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_MARKER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified marker is invalid.
INVALID_MAX_WRITE_SIZE - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_MD5 - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified MD5 hash is invalid.
INVALID_MESSAGE_LENGTH - Static variable in class com.microsoft.azure.storage.core.SR
 
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_MIME_RESPONSE - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_NUMBER_OF_BYTES_IN_THE_BUFFER - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_OPERATION_FOR_A_SNAPSHOT - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_PAGE_BLOB_LENGTH - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_PAGE_RANGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The page range specified is invalid.
INVALID_PAGE_START_OFFSET - Static variable in class com.microsoft.azure.storage.core.SR
 
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_RANGE_CONTENT_MD5_HEADER - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_RESOURCE_NAME - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_RESOURCE_NAME - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource name contains invalid characters.
INVALID_RESOURCE_NAME_LENGTH - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_RESOURCE_RESERVED_NAME - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_RESPONSE_RECEIVED - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_STORAGE_PROTOCOL_VERSION - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_STORAGE_SERVICE - Static variable in class com.microsoft.azure.storage.core.SR
 
INVALID_STREAM_LENGTH - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
isAbsolute() - Method in class com.microsoft.azure.storage.StorageUri
Indicates whether this StorageUri is absolute.
isLoggingEnabled() - Method in class com.microsoft.azure.storage.OperationContext
Indicates whether log entries will be produced for this request.
isLoggingEnabledByDefault() - Static method in class com.microsoft.azure.storage.OperationContext
Indicates whether the client library should produce log entries by default.
isNonExceptionedRetryableFailure() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
isNullOrEmpty(String) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a value that indicates whether the specified string is null or empty.
isNullOrEmptyOrWhitespace(String) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a value that indicates whether the specified string is null, empty, or whitespace.
isPrimaryOnlyRetrieve() - Method in class com.microsoft.azure.storage.table.QueryTableOperation
 
isReflectedEntityCacheDisabled() - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
Gets a value indicating whether or not the reflected entity cache is disabled.
isRetryable() - Method in exception com.microsoft.azure.storage.table.TableServiceException
Reserved for internal use.
isSent() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
isSnapshot() - Method in class com.microsoft.azure.storage.blob.CloudBlob
Indicates whether this blob is a snapshot.
isUsePathStyleUris() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Indicates whether path-style URIs are being used.
isUsePathStyleUris() - Method in class com.microsoft.azure.storage.file.CloudFileClient
Indicates whether path-style URIs are being used.
isUsePathStyleUris() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
 
isUsePathStyleUris() - Method in class com.microsoft.azure.storage.ServiceClient
 
isUsePathStyleUris() - Method in class com.microsoft.azure.storage.table.CloudTableClient
Indicates whether path-style URIs are used.
iterator() - Method in class com.microsoft.azure.storage.core.LazySegmentedIterable
 
ITERATOR_EMPTY - Static variable in class com.microsoft.azure.storage.core.SR
 

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).
KEY_NULL - Static variable in class com.microsoft.azure.storage.core.SR
 

L

LAST_MODIFIED_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the last modified date.
LAST_MODIFIED_TIME_FORMAT - Static variable in class com.microsoft.azure.storage.analytics.LogRecord
Holds the date format for the LastModifiedTime field.
lastPrimaryAttempt - Variable in class com.microsoft.azure.storage.RetryPolicy
Represents the time of the last request attempt to the primary location.
lastSecondaryAttempt - Variable in class com.microsoft.azure.storage.RetryPolicy
Represents the time of the last request attempt to the secondary location.
LazySegmentedIterable<CLIENT_TYPE,PARENT_TYPE,ENTITY_TYPE> - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
LazySegmentedIterable(StorageRequest<CLIENT_TYPE, PARENT_TYPE, ResultSegment<ENTITY_TYPE>>, CLIENT_TYPE, PARENT_TYPE, RetryPolicyFactory, OperationContext) - Constructor for class com.microsoft.azure.storage.core.LazySegmentedIterable
 
LazySegmentedIterator<CLIENT_TYPE,PARENT_TYPE,ENTITY_TYPE> - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
LazySegmentedIterator(StorageRequest<CLIENT_TYPE, PARENT_TYPE, ResultSegment<ENTITY_TYPE>>, CLIENT_TYPE, PARENT_TYPE, RetryPolicyFactory, OperationContext) - Constructor for class com.microsoft.azure.storage.core.LazySegmentedIterator
Initializes the LazySegmentedIterator.
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_CONDITION_ON_SOURCE - Static variable in class com.microsoft.azure.storage.core.SR
 
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_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, EnumSet<BlobListingDetails>, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
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.
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>, int, 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.
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.
ListingContext - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
ListingContext(String, Integer) - Constructor for class com.microsoft.azure.storage.core.ListingContext
Initializes a new instance of the ListingContext class.
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.
ListResponse<T> - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
ListResponse() - Constructor for class com.microsoft.azure.storage.core.ListResponse
 
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, 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, 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.
LOCALE_US - Static variable in class com.microsoft.azure.storage.core.Utility
Stores a reference to the US locale.
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_STREAM_DELIMITER_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
LOG_STREAM_END_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
LOG_STREAM_QUOTE_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
LOG_VERSION_UNSUPPORTED - Static variable in class com.microsoft.azure.storage.core.SR
 
LogConstants - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
LogConstants() - Constructor for class com.microsoft.azure.storage.core.LogConstants
 
LogContainer - Variable in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
The container in which to look for logs.
Logger - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
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
 
logHttpError(StorageException, OperationContext) - Static method in class com.microsoft.azure.storage.core.Utility
Serializes the parsed StorageException.
logHttpRequest(HttpURLConnection, OperationContext) - Static method in class com.microsoft.azure.storage.core.Utility
Logs the HttpURLConnection request.
logHttpResponse(HttpURLConnection, OperationContext) - Static method in class com.microsoft.azure.storage.core.Utility
Logs the HttpURLConnection response.
LogRecord - Class in com.microsoft.azure.storage.analytics
Represents a Storage Analytics Log record entry.
LogRecord() - Constructor for class com.microsoft.azure.storage.analytics.LogRecord
Initializes a new instance of the LogRecord class.
LogRecord(LogRecordStreamReader) - Constructor for class com.microsoft.azure.storage.analytics.LogRecord
Initializes a new instance of the LogRecord class using a LogRecordStreamReader to populate.
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.
MARK_EXPIRED - Static variable in class com.microsoft.azure.storage.core.SR
 
MARKER - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for marker.
marker - Variable in class com.microsoft.azure.storage.core.ListResponse
Stores the 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.
materializeException(OperationContext) - Method in class com.microsoft.azure.storage.core.StorageRequest
Returns either the held exception from the operation if it is set, otherwise the translated exception.
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_EXECUTION_TIMEOUT_EXCEPTION - Static variable in class com.microsoft.azure.storage.core.SR
 
MAXIMUM_SEGMENTED_RESULTS - Static variable in class com.microsoft.azure.storage.Constants
Number of default concurrent requests for parallel operation.
maximumAttempts - Variable in class com.microsoft.azure.storage.RetryPolicy
Represents the maximum retries that the retry policy should attempt.
maxResults - Variable in class com.microsoft.azure.storage.core.ListResponse
Stores the max results.
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.
messageContent - Variable in class com.microsoft.azure.storage.queue.CloudQueueMessage
Holds the message content.
MessageUpdateFields - Enum in com.microsoft.azure.storage.queue
Flags for the values to set when updating messages.
metadata - Variable in class com.microsoft.azure.storage.blob.CloudBlobContainer
Represents the container metadata.
METADATA - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for metadata.
metadata - Variable in class com.microsoft.azure.storage.file.CloudFileShare
Represents the share metadata.
METADATA_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the metadata.
METADATA_KEY_INVALID - Static variable in class com.microsoft.azure.storage.core.SR
 
METADATA_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified metadata is too large.
METADATA_VALUE_INVALID - Static variable in class com.microsoft.azure.storage.core.SR
 
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_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_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_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_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_CREDENTIALS - Static variable in class com.microsoft.azure.storage.core.SR
 
MISSING_MANDATORY_DATE_HEADER - Static variable in class com.microsoft.azure.storage.core.SR
 
MISSING_MANDATORY_PARAMETER_FOR_SAS - Static variable in class com.microsoft.azure.storage.core.SR
 
MISSING_MD5 - Static variable in class com.microsoft.azure.storage.core.SR
 
MISSING_MD5_HEADER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The MD5 hash is missing.
MISSING_NULLARY_CONSTRUCTOR - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
mustAnnotateType() - Method in enum com.microsoft.azure.storage.table.EdmType
 

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
 
NetworkInputStream - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
NetworkInputStream(InputStream, long) - Constructor for class com.microsoft.azure.storage.core.NetworkInputStream
Creates a NetworkInputStream and saves its arguments, the input stream and expected length, for later use.
next() - Method in class com.microsoft.azure.storage.core.LazySegmentedIterator
Returns the next element.
NEXT_LOCATION - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
NEXT_MARKER_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
XML element for the next marker.
nextMarker - Variable in class com.microsoft.azure.storage.core.ListResponse
Stores 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.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(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) - 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.
OPS_IN_BATCH_MUST_HAVE_SAME_PARTITION_KEY - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
PARAMETER_NOT_IN_RANGE - Static variable in class com.microsoft.azure.storage.core.SR
 
PARAMETER_SHOULD_BE_GREATER - Static variable in class com.microsoft.azure.storage.core.SR
 
PARAMETER_SHOULD_BE_GREATER_OR_EQUAL - Static variable in class com.microsoft.azure.storage.core.SR
 
parent - Variable in class com.microsoft.azure.storage.blob.CloudBlob
Represents the blob's directory.
parent - Variable in class com.microsoft.azure.storage.file.CloudFile
Represents the file's directory reference.
PARENT_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified parent path does not exist.
parse(String) - Static method in enum com.microsoft.azure.storage.blob.BlobType
Returns the enum value representing the blob type for the specified string.
parse(String) - Static method in enum com.microsoft.azure.storage.blob.CopyStatus
Parses a copy status from the given string.
parse(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseDuration
Parses a lease duration from the specified string.
parse(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseState
Parses a lease state from the given string.
parse(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseStatus
Parses a lease status from the given string.
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.GeoReplicationStatus
Gets a GeoReplicationStatus from a 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.
parseAccountString(String) - Static method in class com.microsoft.azure.storage.core.Utility
Parses a connection string and returns its values as a hash map of key/value pairs.
parseDate(String) - Static method in class com.microsoft.azure.storage.core.Utility
Given a String representing a date in a form of the ISO8601 pattern, generates a Date representing it with up to millisecond precision.
parseDate(String, boolean) - Static method in class com.microsoft.azure.storage.core.Utility
Given a String representing a date in a form of the ISO8601 pattern, generates a Date representing it with up to millisecond precision.
parseErrorDetails() - Method in class com.microsoft.azure.storage.core.StorageRequest
Returns extended error information for this request.
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.
parseQuery(HashMap<String, String[]>) - Static method in class com.microsoft.azure.storage.core.SharedAccessSignatureHelper
Parses the query parameters and populates a StorageCredentialsSharedAccessSignature object if one is present.
parseQueryString(String) - Static method in class com.microsoft.azure.storage.core.PathUtility
Parses a query string into a one to many hashmap.
parseResponse(InputStream, int, String, OperationContext, TableRequestOptions) - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Reserved for internal use.
parseResponse(InputStream, int, String, OperationContext, TableRequestOptions) - Method in class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
parseRFC1123DateFromStringInGMT(String) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a GMT date for the specified string in the RFC1123 pattern.
parseURIQueryStringAndVerify(StorageUri, CloudBlobClient, boolean) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Parse Uri for SAS (Shared access signature) information.
partitionKey - Variable in class com.microsoft.azure.storage.table.TableServiceEntity
Reserved for internal use.
PARTITIONKEY_MISSING_FOR_DELETE - Static variable in class com.microsoft.azure.storage.core.SR
 
PARTITIONKEY_MISSING_FOR_INSERT - Static variable in class com.microsoft.azure.storage.core.SR
 
PARTITIONKEY_MISSING_FOR_MERGE - Static variable in class com.microsoft.azure.storage.core.SR
 
PARTITIONKEY_MISSING_FOR_UPDATE - Static variable in class com.microsoft.azure.storage.core.SR
 
PATH_STYLE_URI_MISSING_ACCOUNT_INFORMATION - Static variable in class com.microsoft.azure.storage.core.SR
 
PathUtility - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
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.
performRetrieve(CloudTableClient, String, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Reserved for internal use.
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.
PERMISSIONS_COULD_NOT_BE_PARSED - Static variable in class com.microsoft.azure.storage.core.SR
 
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.queue.SharedAccessQueuePolicy
Converts this 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.
populateRequestOptions(RequestOptions, RequestOptions, boolean) - Static method in class com.microsoft.azure.storage.RequestOptions
Populates any null fields in the first requestOptions object with values from the second requestOptions object.
POST_PROCESS - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
POST_PROCESS_DONE - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
postProcessResponse(HttpURLConnection, P, C, OperationContext, R) - Method in class com.microsoft.azure.storage.core.StorageRequest
Post-Stream Retrieval function.
PRE_PROCESS - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
PRE_PROCESS_DONE - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
PREFIX - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for prefix.
prefix - Variable in class com.microsoft.azure.storage.core.ListResponse
Stores the 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.
preProcessResponse(P, C, OperationContext) - Method in class com.microsoft.azure.storage.core.StorageRequest
Pre-Stream Retrieval function.
PRIMARY_ONLY_COMMAND - Static variable in class com.microsoft.azure.storage.core.SR
 
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_CANNOT_BE_SERIALIZED_AS_GIVEN_EDMTYPE - Static variable in class com.microsoft.azure.storage.core.SR
 
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

Q

QUERY_PARAMETER_NULL_OR_EMPTY - Static variable in class com.microsoft.azure.storage.core.SR
 
QUERY_REQUIRES_VALID_CLASSTYPE_OR_RESOLVER - Static variable in class com.microsoft.azure.storage.core.SR
 
QueryTableOperation - Class in com.microsoft.azure.storage.table
A class that extends TableOperation to implement a query to retrieve a single table entity.
QueryTableOperation() - Constructor for class com.microsoft.azure.storage.table.QueryTableOperation
Default constructor.
QUEUE - Static variable in class com.microsoft.azure.storage.core.SR
 
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_ENDPOINT_NAME - Static variable in class com.microsoft.azure.storage.CloudStorageAccount
Represents the setting name for a custom queue endpoint.
QUEUE_ENDPOINT_NOT_CONFIGURED - Static variable in class com.microsoft.azure.storage.core.SR
 
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.core.NetworkInputStream
 
read(byte[], int, int) - Method in class com.microsoft.azure.storage.core.NetworkInputStream
 
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.
recoveryAction(OperationContext) - Method in class com.microsoft.azure.storage.core.StorageRequest
Recovery action for retries.
RELATIVE_ADDRESS_NOT_PERMITTED - Static variable in class com.microsoft.azure.storage.core.SR
 
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() - Method in class com.microsoft.azure.storage.core.LazySegmentedIterator
Removes an element, not supported
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.
removeRange(int, int) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
Reserved for internal use.
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_START_TIME_FORMAT - Static variable in class com.microsoft.azure.storage.analytics.LogRecord
Holds the date format for the RequestStartTime field.
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.
RequestLocationMode - Enum in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
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_NAME_EMPTY - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
RESPONSE_RECEIVED - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
RESPONSE_RECEIVED_IS_INVALID - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
results - Variable in class com.microsoft.azure.storage.core.ListResponse
Holds the ArrayList of results.
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.
RETRIEVE_MUST_BE_ONLY_OPERATION_IN_BATCH - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
RETRY - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
RETRY_CHECK - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
RETRY_DELAY - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
RETRY_INFO - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
RETRYABLE_EXCEPTION - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
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.
rowKey - Variable in class com.microsoft.azure.storage.table.TableServiceEntity
Reserved for internal use.
ROWKEY_MISSING_FOR_DELETE - Static variable in class com.microsoft.azure.storage.core.SR
 
ROWKEY_MISSING_FOR_INSERT - Static variable in class com.microsoft.azure.storage.core.SR
 
ROWKEY_MISSING_FOR_MERGE - Static variable in class com.microsoft.azure.storage.core.SR
 
ROWKEY_MISSING_FOR_UPDATE - Static variable in class com.microsoft.azure.storage.core.SR
 

S

safeDecode(String) - Static method in class com.microsoft.azure.storage.core.Utility
Performs safe decoding of the specified string, taking care to preserve each + character, rather than replacing it with a space character.
safeEncode(String) - Static method in class com.microsoft.azure.storage.core.Utility
Performs safe encoding of the specified string, taking care to insert %20 for each space character, instead of inserting the + character.
safeRelativize(URI, URI) - Static method in class com.microsoft.azure.storage.core.Utility
Determines the relative difference between the two specified URIs.
SAS_TABLE_NAME - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS table name.
SCHEME_NULL_OR_EMPTY - Static variable in class com.microsoft.azure.storage.core.SR
 
SECONDARY_ONLY_COMMAND - Static variable in class com.microsoft.azure.storage.core.SR
 
SegmentedStorageRequest - Class in com.microsoft.azure.storage.core
 
SegmentedStorageRequest() - Constructor for class com.microsoft.azure.storage.core.SegmentedStorageRequest
 
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.
ServiceClient - Class in com.microsoft.azure.storage
Provides a client for accessing the Microsoft Azure Storage service.
ServiceClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.ServiceClient
Creates an instance of the ServiceClient class using the specified service endpoint and account credentials.
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.
ServiceStats() - Constructor for class com.microsoft.azure.storage.ServiceStats
 
setAccountName(String) - Method in class com.microsoft.azure.storage.Credentials
Sets the account name to be used when signing the request.
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.
setArePropertiesPopulated(boolean) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setAuthenticationScheme(AuthenticationScheme) - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
as of 2.0.0. In the future, only SharedKeyFull will be used.
setAuthenticationType(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setBlobType(BlobType) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the blob type.
setBytesCopied(Long) - Method in class com.microsoft.azure.storage.blob.CopyState
Sets the number of bytes copied so far.
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.blob.SharedAccessBlobHeaders
Sets the cache control header.
setCacheControl(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the cache control value for the file.
setClazzType(Class<? extends TableEntity>) - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Reserved for internal use.
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.analytics.LogRecord
 
setClientRequestID(String) - Method in class com.microsoft.azure.storage.OperationContext
Sets the client side request 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.
setCompletionTime(Date) - Method in class com.microsoft.azure.storage.blob.CopyState
Sets the time that the copy operation completed.
setConcurrentRequestCount(Integer) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
Sets the concurrent number of simultaneous requests per operation.
setConcurrentRequestCount(int) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Deprecated.
use #getDefaultRequestOptions().setConcurrentRequestCount() instead.
setConcurrentRequestCount(Integer) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
Sets the concurrent number of simultaneous requests per operation.
setConditionsUsed(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setConnection(HttpURLConnection) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setContainer(CloudBlobContainer) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Sets the container for the blob.
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.blob.SharedAccessBlobHeaders
Sets the content disposition header.
setContentDisposition(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content disposition value for the file.
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.blob.SharedAccessBlobHeaders
Sets the content encoding header.
setContentEncoding(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content encoding value for the file.
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.blob.SharedAccessBlobHeaders
Sets the content language header.
setContentLanguage(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content language for the file.
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.core.StorageRequest
 
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.blob.SharedAccessBlobHeaders
Sets the content type header.
setContentType(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content type value for the file.
setContinuationType(ResultContinuationType) - Method in class com.microsoft.azure.storage.ResultContinuation
Sets the type of the continuation token.
setCopyId(String) - Method in class com.microsoft.azure.storage.blob.CopyState
Sets the copy ID of the container.
setCopyState(CopyState) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the copy state value for the blob
setCors(CorsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets the Cross-Origin Resource Sharing (CORS) properties.
setCorsRules(List<CorsRule>) - Method in class com.microsoft.azure.storage.CorsProperties
Limited to 5.
setCredentials(StorageCredentials) - Method in class com.microsoft.azure.storage.CloudStorageAccount
Sets the StorageCredentials to use with this account.
setCredentials(StorageCredentials) - Method in class com.microsoft.azure.storage.ServiceClient
Sets the credentials to use with this service client.
setCredentials(Credentials) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
Sets the credentials.
setCurrentLocation(StorageLocation) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setCurrentOperationByteCount(long) - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
 
setCurrentRequestByteCount(long) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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 2.0.0.
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.
setDequeueCount(int) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the dequeue count.
setDigest(MessageDigest) - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
Sets the MessageDigest, used to calculate MD5
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.
setEchoContent(boolean) - Method in class com.microsoft.azure.storage.table.TableOperation
Sets the boolean representing whether the message payload should be returned in the response.
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.
setEndToEndLatencyInMS(Integer) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setEntity(TableEntity) - Method in class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
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.
setEtag(String) - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Sets the ETag value on the container.
setEtag(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the ETag value for the blob.
setEtag(String) - Method in class com.microsoft.azure.storage.file.FileDirectoryProperties
Sets the ETag value on the directory.
setEtag(String) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the ETag value for the file.
setEtag(String) - Method in class com.microsoft.azure.storage.file.FileShareProperties
Sets the ETag value on the share.
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 for the entity.
setEtag(String) - Method in class com.microsoft.azure.storage.table.TableResult
Reserved for internal use.
setEtag(String) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
Sets the ETag value for the entity.
setETagIdentifier(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setETagLockCondition(AccessCondition) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setException(StorageException) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setException(Exception) - Method in class com.microsoft.azure.storage.RequestResult
Sets the Exception for the request.
setExpirationTime(Date) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the expiration time for the message.
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.
setGeoReplication(GeoReplicationStats) - Method in class com.microsoft.azure.storage.ServiceStats
Sets the GeoReplicationStats for a cloud storage service.
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.
setHeaders(HttpURLConnection, P, OperationContext) - Method in class com.microsoft.azure.storage.core.StorageRequest
Function to set custom headers.
setHourMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets the hour metrics properties.
setHttpStatusCode(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setHttpStatusCode(int) - Method in class com.microsoft.azure.storage.table.TableResult
Reserved for internal use.
setId(String) - Method in class com.microsoft.azure.storage.blob.BlockEntry
Sets the id of the block.
setIfMatch(String) - Method in class com.microsoft.azure.storage.AccessCondition
Sets the ETag for the If-Match condition.
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.
setInsertionTime(Date) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the java.util.Date representing the time the message was added to the queue.
setIsSent(boolean) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setKey(byte[]) - Method in class com.microsoft.azure.storage.StorageKey
Sets the key to be used, using the specified byte array as the key.
setKey(String) - Method in class com.microsoft.azure.storage.StorageKey
Sets the key to be used, using the specified String as the key.
setKeyName(String) - Method in class com.microsoft.azure.storage.Credentials
Sets the name of the access key to be used when signing the request.
setLastModified(Date) - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Sets the last modified time on the container.
setLastModified(Date) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the last modified time for the blob.
setLastModified(Date) - Method in class com.microsoft.azure.storage.file.FileDirectoryProperties
Sets the last modified time on the directory.
setLastModified(Date) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the last modified time for the file.
setLastModified(Date) - Method in class com.microsoft.azure.storage.file.FileShareProperties
Sets the last modified time on the share.
setLastModifiedTime(Date) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setLeaseDuration(LeaseDuration) - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Sets the lease duration on the container.
setLeaseDuration(LeaseDuration) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the lease duration for the blob.
setLeaseID(String) - Method in class com.microsoft.azure.storage.AccessCondition
Gets the lease ID.
setLeaseState(LeaseState) - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Sets the lease status on the container.
setLeaseState(LeaseState) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the lease state for the blob.
setLeaseStatus(LeaseStatus) - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
Sets the lease status on the container.
setLeaseStatus(LeaseStatus) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the lease status for the blob.
setLength(long) - Method in class com.microsoft.azure.storage.blob.BlobProperties
Sets the content length, in bytes, for the blob.
setLength(Long) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setLength(long) - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
 
setLength(long) - Method in class com.microsoft.azure.storage.file.FileProperties
Sets the content length, in bytes, for the file.
setLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
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.
setLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().setLocationMode() instead.
setLockedETag(String) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setLogger(Logger) - Method in class com.microsoft.azure.storage.OperationContext
Sets the Logger for this operation.
setLogging(LoggingProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
Sets the logging properties.
setLoggingEnabled(boolean) - Method in class com.microsoft.azure.storage.OperationContext
Specifies whether log entries will be produced for this request.
setLoggingEnabledByDefault(boolean) - Static method in class com.microsoft.azure.storage.OperationContext
Specifies whether the client library should produce log entries by default.
setLogOperationTypes(EnumSet<LoggingOperations>) - Method in class com.microsoft.azure.storage.LoggingProperties
Sets the LoggingOperations for which storage operations should be logged.
setMarker(String) - Method in class com.microsoft.azure.storage.core.ListingContext
 
setMarker(String) - Method in class com.microsoft.azure.storage.core.ListResponse
Sets the marker.
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.
setMaximumExecutionTimeInMs(Integer) - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().setMaximumExecutionTimeInMs() instead.
setMaxResults(Integer) - Method in class com.microsoft.azure.storage.core.ListingContext
 
setMaxResults(Integer) - Method in class com.microsoft.azure.storage.core.ListResponse
Sets the max results.
setMd5(String) - Method in class com.microsoft.azure.storage.core.StreamMd5AndLength
 
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.
setMessageId(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the message ID.
setMessageType(QueueMessageType) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the message's type
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(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Sets the metadata.
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.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.ServiceProperties
Sets the minute metrics properties.
setName(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Sets the name of the container.
setName(String) - Method in class com.microsoft.azure.storage.queue.CloudQueue
Sets the name of the queue.
setNextMarker(String) - Method in class com.microsoft.azure.storage.core.ListResponse
Sets the next marker.
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.
setNextVisibleTime(Date) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the time for the message to become visible in the queue.
setNonExceptionedRetryableFailure(boolean) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setOffset(Long) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setOperation(TableOperation) - Method in exception com.microsoft.azure.storage.table.TableServiceException
Reserved for internal use.
setOperationCount(Integer) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setOperationType(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setOwnerAccountName(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setPageBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.BlobProperties
If the blob is a page blob, sets the blob's current sequence number.
setPartitionKey(String) - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Reserved for internal use.
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<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<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.queue.SharedAccessQueuePolicy
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.
setPopReceipt(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
Sets the message's pop receipt.
setPrefix(String) - Method in class com.microsoft.azure.storage.core.ListingContext
 
setPrefix(String) - Method in class com.microsoft.azure.storage.core.ListResponse
Sets the prefix.
setPrimaryOnlyRetrieve(boolean) - Method in class com.microsoft.azure.storage.table.QueryTableOperation
 
setProperties(BlobProperties) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Sets the properties for the blob.
setProperties(BlobContainerProperties) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Sets the properties for the container.
setProperties(FileProperties) - Method in class com.microsoft.azure.storage.file.CloudFile
Sets the properties for the file.
setProperties(FileDirectoryProperties) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Sets the properties for the directory.
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.
setProperties(HashMap<String, EntityProperty>) - Method in class com.microsoft.azure.storage.table.TableResult
Reserved for internal use.
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.
setPublicAccess(BlobContainerPublicAccessType) - Method in class com.microsoft.azure.storage.blob.BlobContainerPermissions
Sets the public access setting for the container.
setReferrerHeader(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
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.
setRequestContentLength(Long) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestDate(String) - Method in class com.microsoft.azure.storage.RequestResult
Sets the request date.
setRequestedObjectKey(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequesterAccountName(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequesterIPAddress(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestHeaderSize(Long) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestIdHeader(UUID) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestLocationMode(RequestLocationMode) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setRequestLocationMode() - Method in class com.microsoft.azure.storage.core.StorageRequest
Function to apply the location mode to the request.
setRequestMD5(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestOptions(RequestOptions) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setRequestPacketSize(Long) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestStartTime(Date) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestStatus(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestUrl(URI) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setRequestVersionHeader(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setResolver(EntityResolver<?>) - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Reserved for internal use.
setResponseHeaderSize(Long) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setResponsePacketSize(Long) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
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.
setResult(RequestResult) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setResult(Object) - Method in class com.microsoft.azure.storage.table.TableResult
Reserved for internal use.
setResults(ArrayList<T>) - Method in class com.microsoft.azure.storage.core.ListResponse
Sets the ArrayList of the results
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).
setRetryable(boolean) - Method in exception com.microsoft.azure.storage.table.TableServiceException
Reserved for internal use.
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.
setRetryPolicyFactory(RetryPolicyFactory) - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().setRetryPolicyFactory() instead.
setRowKey(String) - Method in class com.microsoft.azure.storage.table.QueryTableOperation
Reserved for internal use.
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.
setSendStream(InputStream) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setServerLatencyInMS(Integer) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setServerMD5(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setServiceProperties(URI, RequestOptions, UriQueryBuilder, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Creates a HttpURLConnection used to set the Analytics service properties on the storage service.
setServiceRequestID(String) - Method in class com.microsoft.azure.storage.RequestResult
Sets the service request ID.
setServiceType(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
setShare(CloudFileShare) - Method in class com.microsoft.azure.storage.file.CloudFile
Sets the share for the file.
setShare(CloudFileShare) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Sets the share for the directory.
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.
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.
setSingleBlobPutThresholdInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
Deprecated.
use #getDefaultRequestOptions().setSingleBlobPutThresholdInBytes() instead.
setSize(long) - Method in class com.microsoft.azure.storage.blob.BlockEntry
Sets the size, in bytes, of the block.
setSnapshotID(String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Sets the blob snapshot ID.
setSource(URI) - Method in class com.microsoft.azure.storage.blob.CopyState
Sets the source URI of the copy operation.
setSourceTableName(String) - Method in class com.microsoft.azure.storage.table.TableQuery
Sets the name of the source table for the table query.
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.
setStatus(CopyStatus) - Method in class com.microsoft.azure.storage.blob.CopyState
Sets the status of the copy operation.
setStatusCode(int) - Method in class com.microsoft.azure.storage.RequestResult
Sets the HTTP status code for the request.
setStatusDescription(String) - Method in class com.microsoft.azure.storage.blob.CopyState
Sets the current status of the copy operation.
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.
setStorageUri(StorageUri) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Sets the list of URIs for all locations.
setStorageUri(StorageUri) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
Sets the list of URIs for all locations.
setStorageUri(StorageUri) - Method in class com.microsoft.azure.storage.core.StorageRequest
 
setStorageUri(StorageUri) - Method in class com.microsoft.azure.storage.file.CloudFile
Sets the list of URIs for all locations.
setStorageUri(StorageUri) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
Sets the list of URIs for all locations.
setStorageUri(StorageUri) - Method in class com.microsoft.azure.storage.ServiceClient
Sets the list of URIs for all locations.
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.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 FileOutoutStream.
setTablePayloadFormat(TablePayloadFormat) - Method in class com.microsoft.azure.storage.table.CloudTableClient
Deprecated.
use #getDefaultRequestOptions().setTablePayloadFormat() instead.
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.
setTimeoutInMs(int) - Method in class com.microsoft.azure.storage.ServiceClient
Deprecated.
use #getDefaultRequestOptions().setTimeoutIntervalInMs() instead.
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.
setToken(ResultContinuation) - Method in class com.microsoft.azure.storage.core.SegmentedStorageRequest
 
setTotalBytes(Long) - Method in class com.microsoft.azure.storage.blob.CopyState
Sets the total number of bytes in the source to copy.
setUpdatedLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.RetryInfo
Sets the location mode for subsequent retries.
setUserAgentHeader(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
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.
setVersionNumber(String) - Method in class com.microsoft.azure.storage.analytics.LogRecord
 
SHARE - Static variable in class com.microsoft.azure.storage.core.SR
 
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_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified share was not found.
SHARED_ACCESS_SIGNATURE_NAME - Static variable in class com.microsoft.azure.storage.CloudStorageAccount
Represents the setting name for a shared access key.
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(SharedAccessBlobHeaders) - 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
 
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
 
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
 
SharedAccessSignatureHelper - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
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.
SHARING_VIOLATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The specified resource may be in use by an SMB client.
shouldLog(OperationContext) - Static method in class com.microsoft.azure.storage.core.Logger
 
SIGNATURE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS signature.
signBlobAndQueueRequest(StorageCredentials, HttpURLConnection, long) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
Signs a request under the Shared Key authentication scheme.
signBlobAndQueueRequest(StorageCredentials, HttpURLConnection, long, OperationContext) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
Signs a request using the specified operation context under the Shared Key authentication scheme.
signBlobAndQueueRequestLite(StorageCredentials, HttpURLConnection, long) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
signBlobAndQueueRequestLite(StorageCredentials, HttpURLConnection, long, OperationContext) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
signBlobQueueAndFileRequest(HttpURLConnection, ServiceClient, long, OperationContext) - Static method in class com.microsoft.azure.storage.core.StorageRequest
 
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_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_RESOURCE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the signed SAS resource.
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.
signRequest(HttpURLConnection, C, OperationContext) - Method in class com.microsoft.azure.storage.core.StorageRequest
Function to Sign headers.
signRequestForBlobAndQueue(HttpURLConnection, Credentials, Long, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Signs the request appropriately to make it an authenticated request for Blob and Queue.
signRequestForBlobAndQueueSharedKeyLite(HttpURLConnection, Credentials, Long, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
signRequestForTableSharedKey(HttpURLConnection, Credentials, Long, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
Signs the request appropriately to make it an authenticated request for Table.
signRequestForTableSharedKeyLite(HttpURLConnection, Credentials, Long, OperationContext) - Static method in class com.microsoft.azure.storage.core.BaseRequest
signTableRequest(StorageCredentials, HttpURLConnection, long) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
Signs a request under the Shared Key authentication scheme.
signTableRequest(StorageCredentials, HttpURLConnection, long, OperationContext) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
Signs a request using the specified operation context under the Shared Key authentication scheme.
signTableRequest(HttpURLConnection, ServiceClient, long, OperationContext) - Static method in class com.microsoft.azure.storage.core.StorageRequest
 
signTableRequestLite(StorageCredentials, HttpURLConnection, long) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
signTableRequestLite(StorageCredentials, HttpURLConnection, long, OperationContext) - Static method in class com.microsoft.azure.storage.core.StorageCredentialsHelper
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.
SNAPSHOT_LISTING_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
SNAPSHOT_QUERY_OPTION_ALREADY_DEFINED - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
SR - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
SR() - Constructor for class com.microsoft.azure.storage.core.SR
 
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_REQUEST - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
START_ROW_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
The query component for the SAS start row key.
startCopyFromBlob(CloudBlob) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Requests the service to start copying a blob's contents, properties, and metadata to a new blob.
startCopyFromBlob(CloudBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
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.
startCopyFromBlob(URI) - Method in class com.microsoft.azure.storage.blob.CloudBlob
Requests the service to start copying a blob's contents, properties, and metadata to a new blob.
startCopyFromBlob(URI, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
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.
startElement(String, String, String, Attributes) - Method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
 
STARTING - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
STORAGE_CLIENT_OR_SAS_REQUIRED - Static variable in class com.microsoft.azure.storage.core.SR
 
STORAGE_QUEUE_CREDENTIALS_NULL - Static variable in class com.microsoft.azure.storage.core.SR
 
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_TABLE_CREDENTIALS_NULL - Static variable in class com.microsoft.azure.storage.core.SR
 
STORAGE_URI_MISSING_LOCATION - Static variable in class com.microsoft.azure.storage.core.SR
 
STORAGE_URI_MUST_MATCH - Static variable in class com.microsoft.azure.storage.core.SR
 
STORAGE_URI_NOT_NULL - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
StorageCredentialsAnonymous() - Constructor for class com.microsoft.azure.storage.StorageCredentialsAnonymous
Enforces the singleton pattern via a private constructor.
StorageCredentialsHelper - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
StorageCredentialsHelper() - Constructor for class com.microsoft.azure.storage.core.StorageCredentialsHelper
 
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.
StorageKey - Class in com.microsoft.azure.storage
Represents a container for a storage key.
StorageKey(byte[]) - Constructor for class com.microsoft.azure.storage.StorageKey
Creates an instance of the StorageKey class.
StorageLocation - Enum in com.microsoft.azure.storage
Represents a storage service location.
StorageRequest<C,P,R> - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
StorageRequest() - Constructor for class com.microsoft.azure.storage.core.StorageRequest
Default Ctor.
StorageRequest(RequestOptions, StorageUri) - Constructor for class com.microsoft.azure.storage.core.StorageRequest
Initializes a new instance of the StorageRequest class.
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.
STOREAS_DIFFERENT_FOR_GETTER_AND_SETTER - Static variable in class com.microsoft.azure.storage.core.SR
 
STOREAS_USED_ON_EMPTY_PROPERTY - Static variable in class com.microsoft.azure.storage.core.SR
 
STREAM_CLOSED - Static variable in class com.microsoft.azure.storage.core.SR
 
STREAM_LENGTH_GREATER_THAN_4MB - Static variable in class com.microsoft.azure.storage.core.SR
 
STREAM_LENGTH_NEGATIVE - Static variable in class com.microsoft.azure.storage.core.SR
 
StreamMd5AndLength - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
StreamMd5AndLength() - Constructor for class com.microsoft.azure.storage.core.StreamMd5AndLength
 
streamMinimumReadSizeInBytes - Variable in class com.microsoft.azure.storage.blob.CloudBlob
Holds the minimum read size when using a BlobInputStream.
streamMinimumReadSizeInBytes - Variable in class com.microsoft.azure.storage.file.CloudFile
Holds the minimum read size when using a FileInputStream.
streamWriteSizeInBytes - Variable in class com.microsoft.azure.storage.blob.CloudBlob
Holds the number of bytes to buffer when writing to a BlobOutputStream (block and page blobs).
streamWriteSizeInBytes - Variable in class com.microsoft.azure.storage.file.CloudFile
Holds the number of bytes to buffer when writing to a FileOutputStream.
STRING_NOT_VALID - Static variable in class com.microsoft.azure.storage.core.SR
 
stripSingleURIQueryAndFragment(URI) - Static method in class com.microsoft.azure.storage.core.PathUtility
Strips the Query and Fragment from the uri.
stripURIQueryAndFragment(StorageUri) - Static method in class com.microsoft.azure.storage.core.PathUtility
Strips the Query and Fragment from the uri.

T

TABLE - Static variable in class com.microsoft.azure.storage.core.SR
 
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_ENDPOINT_NAME - Static variable in class com.microsoft.azure.storage.CloudStorageAccount
Represents the setting name for a custom table storage endpoint.
TABLE_ENDPOINT_NOT_CONFIGURED - Static variable in class com.microsoft.azure.storage.core.SR
 
TABLE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The table specified does not exist.
TABLE_OBJECT_RELATIVE_URIS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.core.SR
 
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
 
tableClient - Variable in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
The table client for metrics features.
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.
TableOperation() - Constructor for class com.microsoft.azure.storage.table.TableOperation
Nullary Default Constructor.
TableOperation(TableEntity, TableOperationType) - Constructor for class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
TableOperation(TableEntity, TableOperationType, boolean) - Constructor for class com.microsoft.azure.storage.table.TableOperation
Reserved for internal use.
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.
TableServiceException(String, String, int, StorageExtendedErrorInformation, Exception) - Constructor for exception com.microsoft.azure.storage.table.TableServiceException
Constructs a TableServiceException instance using the specified error code, message, status code, extended error information and inner exception.
TableServiceException(int, String, TableOperation, Reader, TablePayloadFormat) - Constructor for exception com.microsoft.azure.storage.table.TableServiceException
Reserved for internal use.
take(Integer) - Method in class com.microsoft.azure.storage.table.TableQuery
Defines the upper bound for the number of entities the query returns.
TAKE_COUNT_ZERO_OR_NEGATIVE - Static variable in class com.microsoft.azure.storage.core.SR
 
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.
timeStamp - Variable in class com.microsoft.azure.storage.table.TableServiceEntity
Reserved for internal use.
TOO_MANY_PATH_SEGMENTS - Static variable in class com.microsoft.azure.storage.core.SR
 
TOO_MANY_PROPERTIES - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
The entity contains more properties than allowed.
TOO_MANY_SHARED_ACCESS_POLICY_IDENTIFIERS - Static variable in class com.microsoft.azure.storage.core.SR
 
TOO_MANY_SHARED_ACCESS_POLICY_IDS - Static variable in class com.microsoft.azure.storage.core.SR
 
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.core.UriQueryBuilder
Returns a string that represents this instance.
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.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(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.
trace(OperationContext, String) - Static method in class com.microsoft.azure.storage.core.Logger
 
trace(OperationContext, String, Object...) - Static method in class com.microsoft.azure.storage.core.Logger
 
trace(OperationContext, String, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
trace(OperationContext, String, Object, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
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.
translateFromHttpStatus(int, String, Exception) - Static method in exception com.microsoft.azure.storage.StorageException
Translates the specified HTTP status code into a storage exception.
trimEnd(String, char) - Static method in class com.microsoft.azure.storage.core.Utility
Trims the specified character from the end of a string.
trimStart(String) - Static method in class com.microsoft.azure.storage.core.Utility
Trims whitespace from the beginning of a string.
TRUE - Static variable in class com.microsoft.azure.storage.Constants
Constant for True.
tryParseCredentials(Map<String, String>) - Static method in class com.microsoft.azure.storage.StorageCredentials
Tries to determine the storage credentials from a collection of name/value pairs.
tryParseCredentials(String) - Static method in class com.microsoft.azure.storage.StorageCredentials
Tries to determine the storage credentials from a connection string.
TYPE_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.core.SR
 

U

UNEXPECTED_CONTINUATION_TYPE - Static variable in class com.microsoft.azure.storage.core.SR
 
UNEXPECTED_FIELD_NAME - Static variable in class com.microsoft.azure.storage.core.SR
 
UNEXPECTED_RESULT_OR_EXCEPTION - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
UNEXPECTED_STATUS_CODE_RECEIVED - Static variable in class com.microsoft.azure.storage.core.SR
 
UNEXPECTED_STREAM_READ_ERROR - Static variable in class com.microsoft.azure.storage.core.SR
 
UNKNOWN_TABLE_OPERATION - Static variable in class com.microsoft.azure.storage.core.SR
 
UNLOCKED_VALUE - Static variable in class com.microsoft.azure.storage.Constants
Constant signaling the resource is unlocked.
UNRETRYABLE_EXCEPTION - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
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
updateEtagAndLastModifiedFromResponse(HttpURLConnection) - Method in class com.microsoft.azure.storage.blob.CloudBlob
 
updateEtagAndLastModifiedFromResponse(HttpURLConnection) - Method in class com.microsoft.azure.storage.file.CloudFile
 
updateLengthFromResponse(HttpURLConnection) - Method in class com.microsoft.azure.storage.blob.CloudBlob
 
updateLengthFromResponse(HttpURLConnection) - Method in class com.microsoft.azure.storage.file.CloudFile
 
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.
updateResultObject(TableEntity) - Method in class com.microsoft.azure.storage.table.TableResult
Reserved for internal use.
updateSequenceNumberFromResponse(HttpURLConnection) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
 
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 - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
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.
UPLOADDONE - Static variable in class com.microsoft.azure.storage.core.LogConstants
 
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) - 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) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a file.
uploadFromFile(String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
Uploads a file from a file.
uploadFullBlob(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
Uploads a blob in a single operation.
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.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(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.
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.
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(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.
uploadServicePropertiesImpl(ServiceProperties, RequestOptions, OperationContext, boolean) - Method in class com.microsoft.azure.storage.ServiceClient
 
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.
UriQueryBuilder - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.
UriQueryBuilder() - Constructor for class com.microsoft.azure.storage.core.UriQueryBuilder
 
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.
UTC_ZONE - Static variable in class com.microsoft.azure.storage.core.Utility
Stores a reference to the UTC time zone.
UTF8_CHARSET - Static variable in class com.microsoft.azure.storage.Constants
The default type for content-type and accept
Utility - Class in com.microsoft.azure.storage.core
RESERVED FOR INTERNAL USE.

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.
validateIsBase64String(String) - Static method in class com.microsoft.azure.storage.core.Base64
Determines whether the given string contains only Base64 characters.
validateLocation() - Method in class com.microsoft.azure.storage.core.StorageRequest
 
validateLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.StorageUri
Validate that a URI exists for the specified LocationMode.
validateMaxExecutionTimeout(Long) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a value representing whether the maximum execution time would be surpassed.
validateMaxExecutionTimeout(Long, long) - Static method in class com.microsoft.azure.storage.core.Utility
Returns a value representing whether the maximum execution time would be surpassed.
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.
validateStreamWrite(StreamMd5AndLength) - Method in class com.microsoft.azure.storage.core.StorageRequest
Validate the written stream length when length is provided.
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.AuthenticationScheme
Deprecated.
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.SharedAccessBlobPermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.core.RequestLocationMode
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.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.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.AuthenticationScheme
Deprecated.
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.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.core.RequestLocationMode
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.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.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

warn(OperationContext, String) - Static method in class com.microsoft.azure.storage.core.Logger
 
warn(OperationContext, String, Object...) - Static method in class com.microsoft.azure.storage.core.Logger
 
warn(OperationContext, String, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
warn(OperationContext, String, Object, Object) - Static method in class com.microsoft.azure.storage.core.Logger
 
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.
writeToOutputStream(InputStream, OutputStream, long, boolean, boolean, OperationContext, RequestOptions) - Static method in class com.microsoft.azure.storage.core.Utility
Reads data from an input stream and writes it to an output stream, calculates the length of the data written, and optionally calculates the MD5 hash for the data.
writeToOutputStream(InputStream, OutputStream, long, boolean, boolean, OperationContext, RequestOptions, StorageRequest<?, ?, Integer>) - Static method in class com.microsoft.azure.storage.core.Utility
Reads data from an input stream and writes it to an output stream, calculates the length of the data written, and optionally calculates the MD5 hash for the data.

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.
*/