- CACHE_CONTROL - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The CacheControl header.
- CACHE_CONTROL - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for SAS cache control.
- CACHE_CONTROL_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies blob caching control.
- CANNOT_DELETE_FILE_OR_DIRECTORY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The file or directory could not be deleted because it is in use by an SMB client.
- CANNOT_VERIFY_COPY_SOURCE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
Could not verify the copy source within the specified time.
- changeLease(String, AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Changes the existing lease ID to the proposed lease ID.
- changeLease(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Changes the existing lease ID to the proposed lease Id with the specified access conditions, request options,
and operation context.
- changeLease(String, AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Changes the existing lease ID to the proposed lease ID.
- changeLease(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Changes the existing lease ID to the proposed lease Id with the specified access conditions, request options,
and operation context.
- characters(char[], int, int) - Method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
-
- clear() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Clears all messages from the queue.
- clear(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Clears all messages from the queue, using the specified request options and operation context.
- clear() - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Clears all table operations from the batch operation.
- clearPages(long, long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Clears pages from a page blob.
- clearPages(long, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Clears pages from a page blob using the specified lease ID, request options, and operation context.
- clearRange(long, long) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Clears a range from a file.
- clearRange(long, long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Clears a range from a file using the specified lease ID, request options, and operation context.
- CLIENT_CACHE_FLUSH_DELAY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified resource state could not be flushed from an SMB client in the specified time.
- CLIENT_REQUEST_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that indicates the client request ID.
- close() - Method in class com.microsoft.azure.storage.blob.BlobInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class com.microsoft.azure.storage.blob.BlobOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- close() - Method in class com.microsoft.azure.storage.blob.LengthLimitingStream
-
- close() - Method in class com.microsoft.azure.storage.blob.SubStream
-
Closes the substream.
- close() - Method in class com.microsoft.azure.storage.file.FileInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class com.microsoft.azure.storage.file.FileOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- CloudAnalyticsClient - Class in com.microsoft.azure.storage.analytics
-
Provides a client-side logical representation for Microsoft Azure Storage Analytics.
- CloudAnalyticsClient(StorageUri, StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Initializes a new instance of the CloudAnalyticsClient
class using the specified blob and table
service endpoints and account credentials.
- CloudAppendBlob - Class in com.microsoft.azure.storage.blob
-
Represents a Microsoft Azure Append Blob.
- CloudAppendBlob(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an instance of the CloudAppendBlob
class using the specified absolute URI and storage service
client.
- CloudAppendBlob(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an instance of the CloudAppendBlob
class using the specified absolute URI and storage service
client.
- CloudAppendBlob(CloudAppendBlob) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an instance of the CloudAppendBlob
class by copying values from another append blob.
- CloudAppendBlob(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an instance of the CloudAppendBlob
class using the specified absolute URI and credentials.
- CloudAppendBlob(URI, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an instance of the CloudAppendBlob
class using the specified absolute URI, snapshot ID, and
credentials.
- CloudAppendBlob(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an instance of the CloudAppendBlob
class using the specified absolute StorageUri
and credentials.
- CloudAppendBlob(StorageUri, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an instance of the CloudAppendBlob
class using the specified absolute StorageUri, snapshot
ID, and credentials.
- CloudBlob - Class in com.microsoft.azure.storage.blob
-
Represents a Microsoft Azure blob.
- CloudBlobClient - Class in com.microsoft.azure.storage.blob
-
Provides a client for accessing the Microsoft Azure Blob service.
- CloudBlobClient(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
-
Creates an instance of the CloudBlobClient
class using the specified Blob service endpoint and
anonymous credentials.
- CloudBlobClient(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
-
Creates an instance of the CloudBlobClient
class using the specified Blob service endpoint and
anonymous credentials.
- CloudBlobClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
-
Creates an instance of the CloudBlobClient
class using the specified Blob service endpoint and
account credentials.
- CloudBlobClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobClient
-
Creates an instance of the CloudBlobClient
class using the specified Blob service endpoint and
account credentials.
- CloudBlobContainer - Class in com.microsoft.azure.storage.blob
-
Represents a container in the Microsoft Azure Blob service.
- CloudBlobContainer(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates an instance of the CloudBlobContainer
class using the specified URI.
- CloudBlobContainer(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates an instance of the CloudBlobContainer
class using the specified URI.
- CloudBlobContainer(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates an instance of the CloudBlobContainer
class using the specified URI and credentials.
- CloudBlobContainer(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates an instance of the CloudBlobContainer
class using the specified StorageUri and credentials.
- CloudBlobDirectory - Class in com.microsoft.azure.storage.blob
-
Represents a virtual directory of blobs, designated by a delimiter character.
- CloudBlockBlob - Class in com.microsoft.azure.storage.blob
-
Represents a blob that is uploaded as a set of blocks.
- CloudBlockBlob(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates an instance of the CloudBlockBlob
class using the specified absolute URI.
- CloudBlockBlob(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates an instance of the CloudBlockBlob
class using the specified absolute StorageUri.
- CloudBlockBlob(CloudBlockBlob) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates an instance of the CloudBlockBlob
class by copying values from another cloud block blob.
- CloudBlockBlob(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates an instance of the CloudBlockBlob
class using the specified absolute URI and credentials.
- CloudBlockBlob(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates an instance of the CloudBlockBlob
class using the specified absolute StorageUri and credentials.
- CloudBlockBlob(URI, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates an instance of the CloudBlockBlob
class using the specified absolute URI, snapshot ID, and
credentials.
- CloudBlockBlob(StorageUri, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates an instance of the CloudBlockBlob
class using the specified absolute StorageUri, snapshot
ID, and credentials.
- CloudFile - Class in com.microsoft.azure.storage.file
-
Represents a Microsoft Azure File.
- CloudFile(URI) - Constructor for class com.microsoft.azure.storage.file.CloudFile
-
Creates an instance of the CloudFile
class using the specified absolute URI.
- CloudFile(StorageUri) - Constructor for class com.microsoft.azure.storage.file.CloudFile
-
Creates an instance of the CloudFile
class using the specified absolute StorageUri.
- CloudFile(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFile
-
Creates an instance of the CloudFile
class using the specified absolute URI
and credentials.
- CloudFile(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFile
-
Creates an instance of the CloudFile
class using the specified absolute StorageUri
and credentials.
- CloudFile(CloudFile) - Constructor for class com.microsoft.azure.storage.file.CloudFile
-
Creates an instance of the CloudFile
class by copying values from another cloud file.
- CloudFileClient - Class in com.microsoft.azure.storage.file
-
Provides a client for accessing the Microsoft Azure File service.
- CloudFileClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileClient
-
Creates an instance of the CloudFileClient
class using the specified File service endpoint and
account credentials.
- CloudFileClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileClient
-
Creates an instance of the CloudFileClient
class using the specified File service endpoint and
account credentials.
- CloudFileDirectory - Class in com.microsoft.azure.storage.file
-
Represents a virtual directory of files.
- CloudFileDirectory(URI) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates an instance of the CloudFileDirectory
class using an absolute URI to the directory.
- CloudFileDirectory(StorageUri) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates an instance of the CloudFileDirectory
class using an absolute URI to the directory.
- CloudFileDirectory(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates an instance of the CloudFileDirectory
class using an absolute URI to the directory
and credentials.
- CloudFileDirectory(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates an instance of the CloudFileDirectory
class using an absolute URI to the directory
and credentials.
- CloudFileShare - Class in com.microsoft.azure.storage.file
-
Represents a share in the Microsoft Azure File service.
- CloudFileShare(String, String, CloudFileClient) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
-
Creates an instance of the CloudFileShare
class using the specified name and client.
- CloudFileShare(URI) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
-
Creates an instance of the CloudFileShare
class using the specified URI.
- CloudFileShare(StorageUri) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
-
Creates an instance of the CloudFileShare
class using the specified URI.
- CloudFileShare(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
-
Creates an instance of the CloudFileShare
class using the specified URI and credentials.
- CloudFileShare(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.file.CloudFileShare
-
Creates an instance of the CloudFileShare
class using the specified StorageUri and credentials.
- CloudPageBlob - Class in com.microsoft.azure.storage.blob
-
Represents a Microsoft Azure page blob.
- CloudPageBlob(URI) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates an instance of the CloudPageBlob
class using the specified absolute URI and storage service
client.
- CloudPageBlob(StorageUri) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates an instance of the CloudPageBlob
class using the specified absolute URI and storage service
client.
- CloudPageBlob(CloudPageBlob) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates an instance of the CloudPageBlob
class by copying values from another page blob.
- CloudPageBlob(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates an instance of the CloudPageBlob
class using the specified absolute URI and credentials.
- CloudPageBlob(URI, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates an instance of the CloudPageBlob
class using the specified absolute URI, snapshot ID, and
credentials.
- CloudPageBlob(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates an instance of the CloudPageBlob
class using the specified absolute StorageUri and credentials.
- CloudPageBlob(StorageUri, String, StorageCredentials) - Constructor for class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates an instance of the CloudPageBlob
class using the specified absolute StorageUri, snapshot
ID, and credentials.
- CloudQueue - Class in com.microsoft.azure.storage.queue
-
This class represents a queue in the Microsoft Azure Queue service.
- CloudQueue(URI) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
-
Creates an instance of the CloudQueue
class using the specified queue URI.
- CloudQueue(StorageUri) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
-
Creates an instance of the CloudQueue
class using the specified queue StorageUri
.
- CloudQueue(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
-
Creates an instance of the CloudQueue
class using the specified queue URI
and
credentials.
- CloudQueue(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueue
-
Creates an instance of the CloudQueue
class using the specified queue StorageUri
and
credentials.
- CloudQueueClient - Class in com.microsoft.azure.storage.queue
-
Provides a service client for accessing the Microsoft Azure Queue service.
- CloudQueueClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueClient
-
Initializes a new instance of the CloudQueueClient
class using the specified Queue service endpoint
and account credentials.
- CloudQueueClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueClient
-
Initializes a new instance of the CloudQueueClient
class using the specified Queue service endpoint
and account credentials.
- CloudQueueMessage - Class in com.microsoft.azure.storage.queue
-
Represents a message in the Microsoft Azure Queue service.
- CloudQueueMessage(byte[]) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Initializes a new instance of the CloudQueueMessage
class with a byte
array containing the message.
- CloudQueueMessage(String) - Constructor for class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Initializes a new instance of the CloudQueueMessage
class with a String
containing the message.
- CloudStorageAccount - Class in com.microsoft.azure.storage
-
Represents a Microsoft Azure storage account.
- CloudStorageAccount(StorageCredentials) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials.
- CloudStorageAccount(StorageCredentials, boolean) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials and the default service endpoints, using HTTP or HTTPS as specified.
- CloudStorageAccount(StorageCredentials, boolean, String) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials.
- CloudStorageAccount(StorageCredentials, boolean, String, String) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials.
- CloudStorageAccount(StorageCredentials, URI, URI, URI) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials and service endpoints.
- CloudStorageAccount(StorageCredentials, URI, URI, URI, URI) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials and service endpoints.
- CloudStorageAccount(StorageCredentials, StorageUri, StorageUri, StorageUri) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials and service endpoints.
- CloudStorageAccount(StorageCredentials, StorageUri, StorageUri, StorageUri, StorageUri) - Constructor for class com.microsoft.azure.storage.CloudStorageAccount
-
Creates an instance of the CloudStorageAccount
class using the specified
account credentials and service endpoints.
- CloudTable - Class in com.microsoft.azure.storage.table
-
Represents a table in the Microsoft Azure Table service.
- CloudTable(URI) - Constructor for class com.microsoft.azure.storage.table.CloudTable
-
Creates an instance of the CloudTable
class using the specified table URI.
- CloudTable(StorageUri) - Constructor for class com.microsoft.azure.storage.table.CloudTable
-
Creates an instance of the CloudTable
class using the specified table URI.
- CloudTable(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTable
-
Creates an instance of the CloudTable
class using the specified table URI and credentials.
- CloudTable(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTable
-
Creates an instance of the CloudTable
class using the specified table StorageUri and credentials.
- CloudTableClient - Class in com.microsoft.azure.storage.table
-
Provides a service client for accessing the Microsoft Azure Table service.
- CloudTableClient(URI, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTableClient
-
Initializes an instance of the CloudTableClient
class using a Table service endpoint and
storage account credentials.
- CloudTableClient(StorageUri, StorageCredentials) - Constructor for class com.microsoft.azure.storage.table.CloudTableClient
-
Initializes an instance of the CloudTableClient
class using a Table service endpoint and
storage account credentials.
- com.microsoft.azure.storage - package com.microsoft.azure.storage
-
This package contains the storage service base classes.
- com.microsoft.azure.storage.analytics - package com.microsoft.azure.storage.analytics
-
This package contains the storage service analytics classes.
- com.microsoft.azure.storage.blob - package com.microsoft.azure.storage.blob
-
This package contains the storage service blob classes.
- com.microsoft.azure.storage.file - package com.microsoft.azure.storage.file
-
This package contains the storage service file classes.
- com.microsoft.azure.storage.queue - package com.microsoft.azure.storage.queue
-
This package contains the storage service queue classes.
- com.microsoft.azure.storage.table - package com.microsoft.azure.storage.table
-
This package contains the storage service table classes.
- combineFilters(String, String, String) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Creates a filter condition using the specified logical operator on two filter conditions.
- commitBlockList(Iterable<BlockEntry>) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Commits a block list to the storage service.
- commitBlockList(Iterable<BlockEntry>, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Commits a block list to the storage service using the specified lease ID, request options, and operation context.
- COMPONENT - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for the operation (component) to access.
- CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
Condition headers are not supported.
- CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified condition was not met.
- Constants - Class in com.microsoft.azure.storage
-
RESERVED FOR INTERNAL USE.
- Constants.AnalyticsConstants - Class in com.microsoft.azure.storage
-
Defines constants for ServiceProperties requests.
- Constants.AnalyticsConstants() - Constructor for class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
- Constants.EncryptionConstants - Class in com.microsoft.azure.storage
-
Defines constants for client encryption.
- Constants.EncryptionConstants() - Constructor for class com.microsoft.azure.storage.Constants.EncryptionConstants
-
- Constants.HeaderConstants - Class in com.microsoft.azure.storage
-
Defines constants for use with HTTP headers.
- Constants.HeaderConstants() - Constructor for class com.microsoft.azure.storage.Constants.HeaderConstants
-
- Constants.QueryConstants - Class in com.microsoft.azure.storage
-
Defines constants for use with query strings.
- Constants.QueryConstants() - Constructor for class com.microsoft.azure.storage.Constants.QueryConstants
-
- CONTAINER_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified container already exists.
- CONTAINER_BEING_DELETED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified container is being deleted.
- CONTAINER_DISABLED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified container is disabled.
- CONTAINER_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified container was not found.
- ContainerListingDetails - Enum in com.microsoft.azure.storage.blob
-
Specifies which details to include when listing the containers in this storage account.
- CONTENT_DISPOSITION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The ContentDisposition header.
- CONTENT_DISPOSITION - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for SAS content disposition.
- CONTENT_ENCODING - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The ContentEncoding header.
- CONTENT_ENCODING - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for SAS content encoding.
- CONTENT_ENCRYPTION_IV - Static variable in class com.microsoft.azure.storage.Constants.EncryptionConstants
-
Constant for the key for the IV.
- CONTENT_LANGUAGE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The ContentLangauge header.
- CONTENT_LANGUAGE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for SAS content language.
- CONTENT_LENGTH - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The ContentLength header.
- CONTENT_MD5 - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The ContentMD5 header.
- CONTENT_RANGE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The ContentRange header.
- CONTENT_TYPE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The ContentType header.
- CONTENT_TYPE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for SAS content type.
- COPY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for copy.
- COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The copy source account and destination account must be the same.
- COPY_ACTION_ABORT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The value of the copy action header that signifies an abort operation.
- COPY_ACTION_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
Header that specifies the copy action.
- COPY_COMPLETION_TIME - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies copy completion time.
- COPY_COMPLETION_TIME_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the copy completion time.
- COPY_DESTINATION_SNAPSHOT_ID - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies the snapshot ID of the last successful incremental snapshot.
- COPY_DESTINATION_SNAPSHOT_ID_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the snapshot ID for the last successful incremental copy.
- COPY_ID - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies copy id.
- COPY_ID - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for the copy ID.
- COPY_ID_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the copy id.
- COPY_ID_MISMATCH - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified copy ID did not match the copy ID for the pending copy operation.
- COPY_PROGRESS - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies copy progress.
- COPY_PROGRESS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the copy progress.
- COPY_SOURCE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies copy source.
- COPY_SOURCE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the copy source .
- COPY_SOURCE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for copy source.
- COPY_STATUS - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies copy status.
- COPY_STATUS_DESCRIPTION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies copy status description.
- COPY_STATUS_DESCRIPTION_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the copy status description.
- COPY_STATUS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the copy status.
- CopyState - Class in com.microsoft.azure.storage.blob
-
Represents the attributes of a copy operation.
- CopyState() - Constructor for class com.microsoft.azure.storage.blob.CopyState
-
- CopyState - Class in com.microsoft.azure.storage.file
-
Represents the attributes of a copy operation.
- CopyState() - Constructor for class com.microsoft.azure.storage.file.CopyState
-
- CopyStatus - Enum in com.microsoft.azure.storage.blob
-
Represents the status of a copy blob operation.
- CopyStatus - Enum in com.microsoft.azure.storage.file
-
Represents the status of a copy file operation.
- CORS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the CORS
- CORS_RULE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the CORS Rules
- CorsHttpMethods - Enum in com.microsoft.azure.storage
-
HTTP Methods that are supported by CORS.
- CorsProperties - Class in com.microsoft.azure.storage
-
Class representing the service properties pertaining to CORS.
- CorsProperties() - Constructor for class com.microsoft.azure.storage.CorsProperties
-
- CorsRule - Class in com.microsoft.azure.storage
-
Represents a Cross-Origin Resource Sharing (CORS) rule.
- CorsRule() - Constructor for class com.microsoft.azure.storage.CorsRule
-
- create() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates the container.
- create(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates the container using the specified options and operation context.
- create(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates the container using the specified options and operation context.
- create(long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates a page blob.
- create(long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates a page blob using the specified request options and operation context.
- create(long, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Creates a page blob using the specified request options and operation context.
- create(long) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Creates a file.
- create(long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Creates a file using the specified access condition, request options and operation context.
- create() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates the directory.
- create(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates the directory using the specified options and operation context.
- create() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Creates the share.
- create(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Creates the share using the specified options and operation context.
- create() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Creates the queue.
- create(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Creates the queue, using the specified request options and operation context.
- create() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Creates the table in the storage service with default request options.
- create(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
-
- createBlockFromURI(String, URI, Long, Long) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates a block to be committed as part of the block blob, using the specified block ID and the source URL.
- createBlockFromURI(String, URI, Long, Long, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Creates a block to be committed as part of the block blob, using the specified block ID, the specified source
URL, the specified lease ID, request options, and operation context.
- createCloudAnalyticsClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Creates a new Analytics service client.
- createCloudBlobClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Creates a new Blob service client.
- createCloudFileClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Creates a new File service client.
- createCloudQueueClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Creates a new Queue service client.
- createCloudTableClient() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Creates a new Table service client.
- createIfNotExists() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates the container if it does not exist.
- createIfNotExists(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates the container if it does not exist, using the specified request options and operation context.
- createIfNotExists(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Creates the container if it does not exist, using the specified request options and operation context.
- createIfNotExists() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates the directory if it does not exist.
- createIfNotExists(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Creates the directory if it does not exist, using the specified request options and operation context.
- createIfNotExists() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Creates the share if it does not exist.
- createIfNotExists(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Creates the share if it does not exist, using the specified request options and operation context.
- createIfNotExists() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Creates the queue if it does not already exist.
- createIfNotExists(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Creates the queue if it does not already exist, using the specified request options and operation context.
- createIfNotExists() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Creates the table in the storage service using default request options if it does not already exist.
- createIfNotExists(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Creates the table in the storage service with the specified request options and operation context, if it does not
already exist.
- createInstance(OperationContext) - Method in class com.microsoft.azure.storage.RetryExponentialRetry
-
Generates a new retry policy for the current request attempt.
- createInstance(OperationContext) - Method in class com.microsoft.azure.storage.RetryLinearRetry
-
Generates a new retry policy for the current request attempt.
- createInstance(OperationContext) - Method in class com.microsoft.azure.storage.RetryNoRetry
-
Generates a new retry policy for the current request attempt.
- createInstance(OperationContext) - Method in interface com.microsoft.azure.storage.RetryPolicyFactory
-
Creates a new
RetryPolicy
object for the current request attempt.
- createOrReplace() - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an empty append blob.
- createOrReplace(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Creates an append blob using the specified request options and operation context.
- createSnapshot() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Creates a snapshot of the blob.
- createSnapshot(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Creates a snapshot of the blob using the specified request options and operation context.
- createSnapshot(HashMap<String, String>, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Creates a snapshot of the blob using the specified request options and operation context.
- createSnapshot() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Creates a snapshot of the share.
- createSnapshot(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Creates a snapshot of the file share using the specified request options and operation context.
- createSnapshot(HashMap<String, String>, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Creates a snapshot of the file share using the specified request options and operation context.
- 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.
- DECRYPTION_ERROR - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
An error occurred during decryption.
- 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
-
- DEFAULT_READ_TIMEOUT - Static variable in class com.microsoft.azure.storage.Constants
-
Default read timeout.
- DEFAULT_SERVICE_VERSION - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the Default Service Version.
- DEFAULT_STREAM_WRITE_IN_BYTES - Static variable in class com.microsoft.azure.storage.Constants
-
- 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() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Deletes the file.
- delete(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Deletes the file using the specified access condition, request options, and operation context.
- delete() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Deletes the directory.
- delete(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Deletes the directory using the specified request options and operation context.
- delete() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Deletes the share.
- delete(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Deletes the share using the specified request options and operation context.
- delete(DeleteShareSnapshotsOption, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Deletes the share using the specified snapshot and request options, and operation context.
- delete() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Deletes the queue.
- delete(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Deletes the queue, using the specified request options and operation context.
- delete() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Deletes the table from the storage service.
- delete(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Deletes the table from the storage service, using the specified request options and operation context.
- delete(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Adds a table operation to delete the specified entity to the batch operation.
- delete(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
-
A static factory method returning a
TableOperation
instance to delete the specified entity from Microsoft
Azure storage.
- DELETE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the Logging Delete type.
- DELETE_PENDING - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified resource is marked for deletion by an SMB client.
- DELETE_RETENTION_POLICY_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the delete retention policy.
- DELETE_SNAPSHOT_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header to delete snapshots.
- deleteIfExists() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Deletes the blob if it exists.
- deleteIfExists(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Deletes the blob if it exists, using the specified snapshot and request options, and operation context.
- deleteIfExists() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Deletes the container if it exists.
- deleteIfExists(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Deletes the container if it exists using the specified request options and operation context.
- deleteIfExists() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Deletes the file if it exists.
- deleteIfExists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Deletes the file if it exists, using the specified access condition, request options, and operation context.
- deleteIfExists() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Deletes the directory if it exists.
- deleteIfExists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Deletes the directory if it exists using the specified request options and operation context.
- deleteIfExists() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Deletes the share if it exists.
- deleteIfExists(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Deletes the share if it exists using the specified request options and operation context.
- deleteIfExists(DeleteShareSnapshotsOption, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Deletes the share if it exists, using the specified snapshot and request options, and operation context.
- deleteIfExists() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Deletes the queue if it exists.
- deleteIfExists(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Deletes the queue if it exists, using the specified request options and operation context.
- deleteIfExists() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Deletes the table from the storage service, if it exists.
- deleteIfExists(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Deletes the table from the storage service using the specified request options and operation context, if it
exists.
- deleteMessage(CloudQueueMessage) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Deletes the specified message from the queue.
- deleteMessage(CloudQueueMessage, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Deletes the specified message from the queue, using the specified request options and operation context.
- DeleteRetentionPolicy - Class in com.microsoft.azure.storage
-
Represents the policy governing the retention of deleted blobs.
- DeleteRetentionPolicy() - Constructor for class com.microsoft.azure.storage.DeleteRetentionPolicy
-
- DeleteShareSnapshotsOption - Enum in com.microsoft.azure.storage.file
-
Specifies options when calling the delete share operation.
- DeleteSnapshotsOption - Enum in com.microsoft.azure.storage.blob
-
Specifies options when calling delete operations.
- DELIMITER - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for delimiter.
- DELIMITER_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for delimiters.
- DIRECTORY_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified directory already exists.
- DIRECTORY_NOT_EMPTY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified directory is not empty.
- DoesServiceRequest - Annotation Type in com.microsoft.azure.storage
-
An attribute used to describe a method that will make a request to the storage service.
- download(OutputStream) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Downloads the contents of a blob to a stream.
- download(OutputStream, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Downloads the contents of a blob to a stream using the specified request options and operation context.
- download(OutputStream) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Downloads the contents of a file to a stream.
- download(OutputStream, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Downloads the contents of a file to a stream using the specified request options and operation context.
- downloadAccountInfo() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Gets information related to the storage account in which this blob resides.
- downloadAccountInfo(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Gets information related to the storage account in which this blob resides.
- downloadAccountInfo() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Gets information related to the storage account.
- downloadAccountInfo(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Gets information related to the storage account.
- downloadAccountInfo() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Gets information related to the storage account in which this container resides.
- downloadAccountInfo(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Gets information related to the storage account in which this container resides.
- downloadAttributes() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Populates a blob's properties and metadata.
- downloadAttributes(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Populates a blob's properties and metadata using the specified request options and operation context.
- downloadAttributes() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Downloads the container's attributes, which consist of metadata and properties.
- downloadAttributes(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Downloads the container's attributes, which consist of metadata and properties, using the specified request
options and operation context.
- downloadAttributes() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Populates a file's properties and metadata.
- downloadAttributes(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Populates a file's properties and metadata using the specified request options and operation context.
- downloadAttributes() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Downloads the directory's properties.
- downloadAttributes(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Downloads the directory's properties using the specified request options and operation context.
- downloadAttributes() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Downloads the share's attributes, which consist of metadata and properties.
- downloadAttributes(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Downloads the share's attributes, which consist of metadata and properties, using the specified request
options and operation context.
- downloadAttributes() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Downloads the queue's metadata and approximate message count value.
- downloadAttributes(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Downloads the queue's metadata and approximate message count value, using the specified request options and
operation context.
- downloadBlockList() - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Downloads the committed block list from the block blob.
- downloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Downloads the block list from the block blob using the specified block listing filter, request options, and
operation context.
- downloadFileRanges() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns a collection of file ranges and their starting and ending byte offsets.
- downloadFileRanges(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns a collection of file ranges and their starting and ending byte offsets using the specified request
options and operation context.
- downloadPageRanges() - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Returns a collection of page ranges and their starting and ending byte offsets.
- downloadPageRanges(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Returns a collection of page ranges and their starting and ending byte offsets using the specified request
options and operation context.
- downloadPageRanges(long, Long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Returns a collection of page ranges and their starting and ending byte offsets.
- downloadPageRanges(long, Long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Returns a collection of page ranges and their starting and ending byte offsets using the specified request
options and operation context.
- downloadPageRangesDiff(String) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Gets the collection of page ranges that differ between a specified snapshot and this object.
- downloadPageRangesDiff(String, Long, Long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Gets the collection of page ranges that differ between a specified snapshot and this object.
- downloadPermissions() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Downloads the permission settings for the container.
- downloadPermissions(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Downloads the permissions settings for the container using the specified request options and operation context.
- downloadPermissions() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Downloads the permission settings for the share.
- downloadPermissions(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Downloads the permissions settings for the share using the specified request options and operation context.
- downloadPermissions() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Downloads the permission settings for the queue.
- downloadPermissions(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Downloads the permissions settings for the queue using the specified request options and operation context.
- downloadPermissions() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Downloads the permission settings for the table.
- downloadPermissions(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Downloads the permissions settings for the table using the specified request options and operation context.
- downloadRange(long, Long, OutputStream) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Downloads the contents of a blob to a stream.
- downloadRange(long, Long, OutputStream, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Downloads the contents of a blob to a stream using the specified request options and operation context.
- downloadRange(long, Long, OutputStream) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Downloads the contents of a file to a stream.
- downloadRange(long, Long, OutputStream, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Downloads the contents of a file to a stream using the specified request options and operation context.
- downloadRangeToByteArray(long, Long, byte[], int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Downloads a range of bytes from the blob to the given byte buffer.
- downloadRangeToByteArray(long, Long, byte[], int, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Downloads a range of bytes from the blob to the given byte buffer, using the specified request options and
operation context.
- downloadRangeToByteArray(long, Long, byte[], int) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Downloads a range of bytes from the file to the given byte buffer.
- downloadRangeToByteArray(long, Long, byte[], int, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Downloads a range of bytes from the file to the given byte buffer, using the specified request options and
operation context.
- downloadServiceProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
- downloadServiceProperties(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
- downloadServiceProperties() - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
- downloadServiceProperties(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
- downloadServiceProperties() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- downloadServiceProperties(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- downloadServiceProperties() - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- downloadServiceProperties(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- 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
-
- 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.
- GB - Static variable in class com.microsoft.azure.storage.Constants
-
Constant representing a gigabyte (Non-SI version).
- generateEmptyCondition() - Static method in class com.microsoft.azure.storage.AccessCondition
-
Generates a new empty AccessCondition.
- generateFilterCondition(String, String, boolean) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a boolean
value.
- generateFilterCondition(String, String, byte[]) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a byte[]
value.
- generateFilterCondition(String, String, Byte[]) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a Byte[]
value.
- generateFilterCondition(String, String, Date) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a java.util.Date
value.
- generateFilterCondition(String, String, double) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a double
value.
- generateFilterCondition(String, String, int) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for an int
value.
- generateFilterCondition(String, String, long) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a long
value.
- generateFilterCondition(String, String, String) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a String
value.
- generateFilterCondition(String, String, String, EdmType) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string.
- generateFilterCondition(String, String, UUID) - Static method in class com.microsoft.azure.storage.table.TableQuery
-
Generates a property filter condition string for a UUID
value.
- generateIfExistsCondition() - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if the resource exists on the service.
- generateIfMatchCondition(String) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if the resource's ETag value matches
the specified ETag value.
- generateIfModifiedSinceCondition(Date) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if the resource has been modified since
the specified time.
- generateIfNoneMatchCondition(String) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if the resource's ETag value does not
match the specified ETag value.
- generateIfNotExistsCondition() - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if the resource does not exist on the
service.
- generateIfNotModifiedSinceCondition(Date) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if the resource has not been modified
since the specified time.
- generateIfSequenceNumberEqualCondition(long) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if resource's current sequence
number is equal to the specified value.
- generateIfSequenceNumberLessThanCondition(long) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if resource's current sequence
number is less than the specified value.
- generateIfSequenceNumberLessThanOrEqualCondition(long) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if resource's current sequence
number is less than or equal to the specified value.
- generateLeaseCondition(String) - Static method in class com.microsoft.azure.storage.AccessCondition
-
Returns an access condition such that an operation will be performed only if the resource is accessible under the
specified lease ID.
- generateSharedAccessSignature(SharedAccessBlobPolicy, String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
- generateSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
- generateSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns a shared access signature for the blob using the specified group policy identifier and operation context.
- generateSharedAccessSignature(SharedAccessBlobPolicy, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a shared access signature for the container.
- generateSharedAccessSignature(SharedAccessBlobPolicy, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a shared access signature for the container.
- generateSharedAccessSignature(SharedAccessAccountPolicy) - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns a shared access signature for the account.
- generateSharedAccessSignature(SharedAccessFilePolicy, String) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns a shared access signature for the file using the specified group policy identifier and
shared access file headers.
- generateSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders, String) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns a shared access signature for the file using the specified group policy identifier and
shared access file headers.
- generateSharedAccessSignature(SharedAccessFilePolicy, SharedAccessFileHeaders, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns a shared access signature for the file using the specified group policy identifier and
shared access file headers.
- generateSharedAccessSignature(SharedAccessFilePolicy, String) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns a shared access signature for the share.
- generateSharedAccessSignature(SharedAccessFilePolicy, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns a shared access signature for the share.
- generateSharedAccessSignature(SharedAccessQueuePolicy, String) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Returns a shared access signature for the queue.
- generateSharedAccessSignature(SharedAccessQueuePolicy, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Returns a shared access signature for the queue.
- generateSharedAccessSignature(SharedAccessTablePolicy, String, String, String, String, String) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Creates a shared access signature for the table.
- generateSharedAccessSignature(SharedAccessTablePolicy, String, String, String, String, String, IPRange, SharedAccessProtocols) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Creates a shared access signature for the table.
- GEO_BOOTSTRAP_VALUE - Static variable in class com.microsoft.azure.storage.Constants
-
Constant for bootstrap geo-replication status.
- GEO_LIVE_VALUE - Static variable in class com.microsoft.azure.storage.Constants
-
Constant for live geo-replication status.
- GEO_UNAVAILABLE_VALUE - Static variable in class com.microsoft.azure.storage.Constants
-
Constant for unavailable geo-replication status.
- GeoReplicationStats - Class in com.microsoft.azure.storage
-
Class representing the geo-replication statistics.
- GeoReplicationStatus - Enum in com.microsoft.azure.storage
-
Enumeration representing the state of geo-replication in a service.
- getAbsorbConditionalErrorsOnRetry() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Indicates whether a conditional failure should be absorbed on a retry attempt for the request.
- getAccessIdentifiers(InputStream, Class<T>) - Static method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
-
RESERVED FOR INTERNAL USE.
- getAccountKind() - Method in class com.microsoft.azure.storage.AccountInformation
-
- getAccountName() - Method in class com.microsoft.azure.storage.StorageCredentials
-
Returns the associated account name for the credentials.
- getAccountName() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
-
Gets the account name.
- getAccountName() - Method in class com.microsoft.azure.storage.StorageCredentialsToken
-
Gets the account name.
- getAdditionalDetails() - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
-
Gets additional error details, as a java.util.HashMap
object.
- getAllowedHeaders() - Method in class com.microsoft.azure.storage.CorsRule
-
Gets the allowed headers.
- getAllowedMethods() - Method in class com.microsoft.azure.storage.CorsRule
-
Gets the allowed methods.
- getAllowedOrigins() - Method in class com.microsoft.azure.storage.CorsRule
-
Gets the allowed origins.
- getAppendBlobCommittedBlockCount() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
If the blob is an append blob, gets the number of committed blocks.
- getAppendBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a reference to a
CloudAppendBlob
object that represents an append blob in this container.
- getAppendBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a reference to a
CloudAppendBlob
object that represents an append blob in the container, using the
specified snapshot ID.
- getAppendBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a reference to a
CloudAppendBlob
object that represents an append blob in the directory.
- getAppendBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a reference to a
CloudAppendBlob
object that represents an append blob in the directory, using the
specified snapshot ID.
- getApproximateMessageCount() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Gets the approximate messages count of the queue.
- getAuthenticationType() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets whether the request was authenticated, anonymous, or used Shared Access Signature (SAS).
- getBlobEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the endpoint for the Blob service for the storage account.
- getBlobReferenceFromServer(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Gets a reference to a blob in this container.
- getBlobReferenceFromServer(String, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Gets a reference to a blob in this container.
- getBlobStorageUri() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the endpoint for the Blob service for the storage account.
- getBlobType() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the blob type for the blob.
- getBlockBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a reference to a
CloudBlockBlob
object that represents a block blob in this container.
- getBlockBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a reference to a
CloudBlockBlob
object that represents a block blob in this container, using the
specified snapshot ID.
- getBlockBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a reference to a
CloudBlockBlob
object that represents a block blob in this directory.
- getBlockBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a reference to a
CloudBlockBlob
object that represents a block blob in this directory, using the
specified snapshot ID.
- getBytesCopied() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the number of bytes copied in the operation so far.
- getBytesCopied() - Method in class com.microsoft.azure.storage.file.CopyState
-
Gets the number of bytes copied in the operation so far.
- getCacheControl() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the cache control value for the blob.
- getCacheControl() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the cache control value for the file.
- getCacheControl() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Gets the cache control header.
- getCapacityTable() - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Gets the capacity metrics table for the blob service.
- getClazzType() - Method in class com.microsoft.azure.storage.table.TableQuery
-
Gets the class type of the table entities returned by the query.
- getClientRequestId() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the x-ms-client-request-id header value included in the request.
- getClientRequestID() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets the client side trace ID.
- getClientTimeInMs() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets the operation latency, in milliseconds, from the client's perspective.
- getColumns() - Method in class com.microsoft.azure.storage.table.TableQuery
-
Gets an array of the table entity property names specified in the table query.
- getCompletionTime() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the time that the copy operation completed.
- getCompletionTime() - Method in class com.microsoft.azure.storage.file.CopyState
-
Gets the time that the copy operation completed.
- getConcurrentRequestCount() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Gets the concurrent number of simultaneous requests per operation.
- getConcurrentRequestCount() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Gets the concurrent number of simultaneous requests per operation.
- getConditionsUsed() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets conditions used, as an encoded string semicolon-separated list in the form of ConditionName=value .
- getConnectionObject() - Method in class com.microsoft.azure.storage.BaseEvent
-
Gets a connection object.
- getContainer() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the blob's container.
- getContainer() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns the container for this directory.
- getContainer() - Method in interface com.microsoft.azure.storage.blob.ListBlobItem
-
Returns the container for the blob item.
- getContainerReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
- getContentDisposition() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the content disposition value for the blob.
- getContentDisposition() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the content disposition value for the file.
- getContentDisposition() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Gets the content disposition header.
- getContentEncoding() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the content encoding value for the blob.
- getContentEncoding() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the content encoding value for the file.
- getContentEncoding() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Gets the content encoding header.
- getContentLanguage() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the content language value for the blob.
- getContentLanguage() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the content language value for the file.
- getContentLanguage() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Gets the content language header.
- getContentMD5() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the content MD5 value for the blob.
- getContentMD5() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the content MD5 value for the file.
- getContentMD5() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the MD5 hash for the request.
- getContentType() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the content type value for the blob.
- getContentType() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the content type value for the file.
- getContentType() - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Gets the content type header.
- getContinuationToken() - Method in class com.microsoft.azure.storage.ResultSegment
-
Returns the continuation token for the result segment.
- getContinuationType() - Method in class com.microsoft.azure.storage.ResultContinuation
-
Gets the type of the continuation token.
- getCopyDestinationSnapshotID() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the snapshot ID of the last successful incremental copy snapshot.
- getCopyId() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the ID of the copy operation.
- getCopyId() - Method in class com.microsoft.azure.storage.file.CopyState
-
Gets the ID of the copy operation.
- getCopyState() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the blob's copy state.
- getCopyState() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the blob's copy state.
- getCopyState() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the Azure File's copy state.
- getCopyState() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the file's copy state.
- getCors() - Method in class com.microsoft.azure.storage.file.FileServiceProperties
-
Gets the Cross-Origin Resource Sharing (CORS) properties.
- getCors() - Method in class com.microsoft.azure.storage.ServiceProperties
-
Gets the Cross-Origin Resource Sharing (CORS) properties.
- getCorsRules() - Method in class com.microsoft.azure.storage.CorsProperties
-
- getCreatedTime() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the time when the blob was created.
- getCredentials() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the credentials for the storage account.
- getCredentials() - Method in class com.microsoft.azure.storage.ServiceClient
-
Returns the storage credentials associated with this service client.
- getCurrentRetryCount() - Method in class com.microsoft.azure.storage.RetryContext
-
Gets the number of retries for the given operation.
- getDateBackwardCompatibility() - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
- getDefaultProxy() - Static method in class com.microsoft.azure.storage.OperationContext
-
Gets the default proxy used by the client library if enabled.
- getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Gets the
BlobRequestOptions
that is used for requests associated with this
CloudBlobClient
- getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Gets the
FileRequestOptions
that is used for requests associated with this
CloudFileClient
- getDefaultRequestOptions() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- 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
-
- getDefaultServiceVersion() - Method in class com.microsoft.azure.storage.ServiceProperties
-
Gets default service version.
- getDeletedTime() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the time when the blob was deleted.
- getDeleteRetentionPolicy() - Method in class com.microsoft.azure.storage.ServiceProperties
-
Get the delete retention policy.
- getDequeueCount() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the dequeue count.
- getDevelopmentStorageAccount() - Static method in class com.microsoft.azure.storage.CloudStorageAccount
-
- getDevelopmentStorageAccount(URI) - Static method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns a
CloudStorageAccount
object that represents the development storage credentials, using the
specified proxy URI.
- getDirectoryDelimiter() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Returns the value for the default delimiter used for cloud blob directories.
- getDirectoryReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a reference to a
CloudBlobDirectory
object that represents a virtual blob directory within this
container.
- getDirectoryReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a reference to a virtual blob directory beneath this directory.
- getDirectoryReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns a reference to a
CloudFileDirectory
object that represents a directory in this directory.
- getDisableContentMD5Validation() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Gets whether download and
BlobInputStream
methods should ignore the blob's ContentMD5 header.
- getDisableContentMD5Validation() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Gets whether download and
FileInputStream
methods should ignore the file's ContentMD5 header.
- getEdmType() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getEnabled() - Method in class com.microsoft.azure.storage.DeleteRetentionPolicy
-
Return a boolean indicating whether the DeleteRetentionPolicy is enabled.
- getEnabled() - Method in class com.microsoft.azure.storage.StaticWebsiteProperties
-
- getEncryptionPolicy() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Gets the encryption policy to use for this request.
- getEncryptionPolicy() - Method in class com.microsoft.azure.storage.queue.QueueRequestOptions
-
Gets the encryption policy to use for this request.
- getEncryptionPolicy() - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
Gets the encryption policy to use for this request.
- getEncryptionResolver() - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
Gets the interface that contains a function which is used to get the value indicating whether a property should
be encrypted or not given the partition key, row key, and the property name.
- getEndOffset() - Method in class com.microsoft.azure.storage.blob.PageRange
-
Gets the ending offset.
- getEndOffset() - Method in class com.microsoft.azure.storage.file.FileRange
-
Gets the ending offset.
- getEndpoint() - Method in class com.microsoft.azure.storage.ServiceClient
-
Returns the base URI for this service client.
- getEndpointSuffix() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
If an endpoint suffix was specified, return it
- getEndToEndLatencyInMS() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the total time in milliseconds to perform the requested operation, including the time to read the
incoming request and send the response to the requester.
- getErrorCode() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the service ErrorCode for the request.
- 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
-
- getErrorDocument404Path() - Method in class com.microsoft.azure.storage.StaticWebsiteProperties
-
- getErrorMessage() - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
-
Gets the storage service error message.
- getErrorReceivingResponseEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets an event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
- getEtag() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
-
Gets the ETag value of the container.
- getEtag() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the ETag value for the blob.
- getEtag() - Method in class com.microsoft.azure.storage.file.FileDirectoryProperties
-
Gets the ETag value of the directory.
- getEtag() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the ETag value for the file.
- getEtag() - Method in class com.microsoft.azure.storage.file.FileShareProperties
-
Gets the ETag value of the share.
- getEtag() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the ETag for the request.
- getEtag() - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Gets the ETag value to verify for the entity.
- getEtag() - Method in class com.microsoft.azure.storage.table.TableResult
-
Gets the ETag returned with the table operation results.
- getEtag() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Gets the ETag value to verify for the entity.
- getETagIdentifier() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the ETag identifier for the returned object as an encoded string.
- getException() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the Exception
for the request.
- getExpirationTime() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the time that the message expires.
- getExposedHeaders() - Method in class com.microsoft.azure.storage.CorsRule
-
Gets the exposed headers.
- getExtendedErrorInformation() - Method in exception com.microsoft.azure.storage.StorageException
-
Gets the extended error information returned by the operation.
- getFileEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the endpoint for the File service for the storage account.
- getFileReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns a reference to a
CloudFile
object that represents a file in this directory.
- getFileStorageUri() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the endpoint for the File service for the storage account.
- getFilterString() - Method in class com.microsoft.azure.storage.table.TableQuery
-
Gets the filter expression specified in the table query.
- getGeoReplication() - Method in class com.microsoft.azure.storage.ServiceStats
-
- getGlobalErrorReceivingResponseEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
-
Gets a global event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
- getGlobalRequestCompletedEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
-
Gets a global event multi-caster that is triggered when a request is completed.
- getGlobalResponseReceivedEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
-
Gets a global event multi-caster that is triggered when a response is received.
- getGlobalRetryingEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
-
Gets a global event multi-caster that is triggered when a request is retried.
- getGlobalSendingRequestEventHandler() - Static method in class com.microsoft.azure.storage.OperationContext
-
Gets a global event multi-caster that is triggered before sending a request.
- getHasMoreResults() - Method in class com.microsoft.azure.storage.ResultSegment
-
Returns a value that indicates whether there are more results available from the server.
- getHmac256() - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
-
Gets the HmacSha256 associated with the account key.
- getHourMetrics() - Method in class com.microsoft.azure.storage.file.FileServiceProperties
-
Gets the hour metrics properties.
- getHourMetrics() - Method in class com.microsoft.azure.storage.ServiceProperties
-
Gets the hour metrics properties.
- getHourMetricsTable(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Gets the hour metrics table for a specific storage service.
- getHourMetricsTable(StorageService, StorageLocation) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Gets the hour metrics table for a specific storage service.
- getHttpStatusCode() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the HTTP status code for the request.
- getHttpStatusCode() - Method in exception com.microsoft.azure.storage.StorageException
-
Gets the HTTP status code returned by the operation.
- getHttpStatusCode() - Method in class com.microsoft.azure.storage.table.TableResult
-
Gets the HTTP status code returned by a table operation request.
- getId() - Method in class com.microsoft.azure.storage.blob.BlockEntry
-
Gets the id of the block.
- getId() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the message ID.
- getIfAppendPositionEqual() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the value for a conditional header used only for append operations.
- getIfMatch() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the ETag when the If-Match condition is set.
- getIfMaxSizeLessThanOrEqual() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the value for a conditional header used only for append operations.
- getIfModifiedSinceDate() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the If-Modified-Since date.
- getIfNoneMatch() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the ETag when the If-None-Match condition is set.
- getIfSequenceNumberEqual() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the sequence number when the sequence number equal condition is set.
- getIfSequenceNumberLessThan() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the sequence number when the sequence number less than condition is set.
- getIfSequenceNumberLessThanOrEqual() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the sequence number when the sequence number less than or equal condition is set.
- getIfUnmodifiedSinceDate() - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the If-Unmodified-Since date.
- getIndexDocument() - Method in class com.microsoft.azure.storage.StaticWebsiteProperties
-
- getInputStream() - Method in class com.microsoft.azure.storage.blob.SubStream
-
- getInsertionTime() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the time the message was added to the queue.
- getInstance() - Static method in class com.microsoft.azure.storage.RetryNoRetry
-
Returns the static instance of a no retry policy.
- getIpMax() - Method in class com.microsoft.azure.storage.IPRange
-
The maximum IP address for the range, inclusive.
- getIpMin() - Method in class com.microsoft.azure.storage.IPRange
-
The minimum IP address for the range, inclusive.
- getIsNull() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getIsPageComplete() - Method in class com.microsoft.azure.storage.ResultSegment
-
Returns a value that indicates whether the page has more results.
- getKey() - Method in class com.microsoft.azure.storage.blob.BlobEncryptionPolicy
-
Gets the IKey
that is used to wrap/unwrap the content key during encryption.
- getKey() - Method in class com.microsoft.azure.storage.queue.QueueEncryptionPolicy
-
Gets the IKey
that is used to wrap/unwrap the content key during encryption.
- getKey() - Method in class com.microsoft.azure.storage.table.TableEncryptionPolicy
-
Gets the IKey
that is used to wrap/unwrap the content key during encryption.
- getKeyResolver() - Method in class com.microsoft.azure.storage.blob.BlobEncryptionPolicy
-
Gets the key resolver used to select the correct key for decrypting existing blobs.
- getKeyResolver() - Method in class com.microsoft.azure.storage.queue.QueueEncryptionPolicy
-
Gets the key resolver used to select the correct key for decrypting existing queue messages.
- getKeyResolver() - Method in class com.microsoft.azure.storage.table.TableEncryptionPolicy
-
Gets the key resolver used to select the correct key for decrypting existing table entities.
- 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.blob.SubStream
-
- getLength() - Method in class com.microsoft.azure.storage.file.FileProperties
-
Gets the size, in bytes, of the file.
- getLength() - Method in class com.microsoft.azure.storage.ResultSegment
-
Returns the number of results in the segment.
- getLocationMode() - Method in class com.microsoft.azure.storage.RequestOptions
-
Gets the default location mode for this request.
- getLocationMode() - Method in class com.microsoft.azure.storage.RetryContext
-
Gets the location mode for subsequent retries.
- getLogDirectory(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
- 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.
- getMaxAgeInSeconds() - Method in class com.microsoft.azure.storage.CorsRule
-
Gets the maximum age in seconds.
- getMaximumExecutionTimeInMs() - Method in class com.microsoft.azure.storage.RequestOptions
-
Gets the maximum execution time for this request.
- getMessageContentAsByte() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the content of the message as a byte array.
- getMessageContentAsString() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the content of the message as a string.
- getMessageId() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the message ID.
- getMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the metadata for the blob.
- getMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns the metadata for the container.
- getMetadata() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the metadata for the file.
- getMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns the metadata for the directory.
- getMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns the metadata for the share.
- getMetadata() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Gets the metadata collection for the queue as stored in this CloudQueue
object.
- getMetricsLevel() - Method in class com.microsoft.azure.storage.MetricsProperties
-
- getMinuteMetrics() - Method in class com.microsoft.azure.storage.file.FileServiceProperties
-
Gets the minute metrics properties.
- getMinuteMetrics() - Method in class com.microsoft.azure.storage.ServiceProperties
-
Gets the minute metrics properties.
- getMinuteMetricsTable(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Gets the minute metrics table for a specific storage service.
- getMinuteMetricsTable(StorageService, StorageLocation) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Gets the minute metrics table for a specific storage service.
- getName() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the name of the blob.
- getName() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns the name of the container.
- getName() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the name of the file.
- getName() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns the name of this directory.
- getName() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns the name of the share.
- getName() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Gets the name of the queue.
- getName() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Gets the name of the table.
- getNextLocation() - Method in class com.microsoft.azure.storage.RetryContext
-
Gets the location that the next retry should target.
- getNextMarker() - Method in class com.microsoft.azure.storage.ResultContinuation
-
Gets the next marker for continuing results of listing operations.
- getNextPartitionKey() - Method in class com.microsoft.azure.storage.ResultContinuation
-
- getNextRowKey() - Method in class com.microsoft.azure.storage.ResultContinuation
-
- getNextTableName() - Method in class com.microsoft.azure.storage.ResultContinuation
-
Gets the next table name for Table enumeration operations.
- getNextVisibleTime() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the time that the message will next be visible.
- getOpContext() - Method in class com.microsoft.azure.storage.BaseEvent
-
Gets a context for the current operation.
- getOperation() - Method in exception com.microsoft.azure.storage.table.TableServiceException
-
Gets the table operation that caused the TableServiceException
to be thrown.
- getOperationCount() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the number of each logged operation for a request, using an index of zero.
- getOperationExpiryTimeInMs() - Method in class com.microsoft.azure.storage.RequestOptions
-
RESERVED FOR INTERNAL USE.
- getOperationType() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the type of REST operation performed.
- getOwnerAccountName() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the account name of the service owner.
- getPageBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a reference to a
CloudPageBlob
object that represents a page blob in this container.
- getPageBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a reference to a
CloudPageBlob
object that represents a page blob in the container, using the
specified snapshot ID.
- getPageBlobReference(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a reference to a
CloudPageBlob
object that represents a page blob in the directory.
- getPageBlobReference(String, String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a reference to a
CloudPageBlob
object that represents a page blob in the directory, using the
specified snapshot ID.
- getPageBlobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
If the blob is a page blob, gets the page blob's current sequence number.
- getPageSize() - Method in class com.microsoft.azure.storage.ResultSegment
-
Returns the size of the requested page.
- getParent() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the blob item's parent.
- getParent() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns the parent directory of this directory.
- getParent() - Method in interface com.microsoft.azure.storage.blob.ListBlobItem
-
Returns the parent for the blob item.
- getParent() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the file item's parent.
- getParent() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
- getParent() - Method in interface com.microsoft.azure.storage.file.ListFileItem
-
Returns the parent for the file item.
- getPartitionKey() - Method in class com.microsoft.azure.storage.table.QueryTableOperation
-
Gets the PartitionKey value for the entity to retrieve.
- getPartitionKey() - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Gets the PartitionKey value for the entity.
- getPartitionKey() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Gets the PartitionKey value for the entity.
- getPermissions() - Method in class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
-
Gets the permissions for a shared access signature associated with this shared access policy.
- getPermissions() - Method in class com.microsoft.azure.storage.file.SharedAccessFilePolicy
-
Gets the permissions for a shared access signature associated with this shared access policy.
- getPermissions() - Method in class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
-
Gets the permissions for a shared access signature associated with this shared access policy.
- getPermissions() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Gets the permissions for a shared access signature associated with this shared access policy.
- getPermissions() - Method in class com.microsoft.azure.storage.table.SharedAccessTablePolicy
-
Gets the permissions for a shared access signature associated with this shared access policy.
- getPopReceipt() - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Gets the message's pop receipt.
- getPrefix() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns the prefix for this directory.
- getPremiumPageBlobTier() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
If using a premium account and the blob is a page blob, gets the tier of the blob.
- getPrimaryUri() - Method in class com.microsoft.azure.storage.StorageUri
-
Gets the endpoint for the primary location for the storage account.
- getProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the blob's properties.
- getProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns the properties for the container.
- getProperties() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the file's properties.
- getProperties() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
- 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
-
- 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
EdmType
for an entity property
given the partition key, row, key, and the property name.
- getProtocols() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Gets the allowed protocols for a shared access signature associated with this shared access policy.
- getProxy() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets a proxy which will be used when making a request.
- getPublicAccess() - Method in class com.microsoft.azure.storage.blob.BlobContainerPermissions
-
Gets the public access setting for the container.
- getPublicAccess() - Method in class com.microsoft.azure.storage.blob.BlobContainerProperties
-
Gets the public access level for the container.
- getQualifiedStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
- getQualifiedUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
- getQualifiedUri() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns the snapshot or shared access signature qualified URI for this share.
- getQuery() - Method in class com.microsoft.azure.storage.StorageUri
-
Returns the decoded query component of this
StorageUri
object.
- getQueueEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the endpoint for the Queue service for the storage account.
- getQueueReference(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- getQueueStorageUri() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the endpoint for the Queue service for the storage account.
- getRange() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Gets the allowed IP addresses for a shared access signature associated with this shared access policy.
- getReferrerHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the Referrer header value as an encoded string.
- getRehydrationStatus() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
The rehydration status if the blob is being rehydrated
and the tier of the blob once the rehydration from archive has completed.
- getRemainingPageResults() - Method in class com.microsoft.azure.storage.ResultSegment
-
Returns the count of remaining results needed to fulfill the requested page size.
- getRemainingRetentionDays() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets the number of days that the deleted blob will be kept by the service.
- getRequestCompletedEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets an event multi-caster that is triggered when a request is completed.
- getRequestContentLength() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the value of the Content-Length header for the request sent to the storage service.
- getRequestDate() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the request date.
- getRequestedObjectKey() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the key of the requested object as an encoded string.
- getRequesterAccountName() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the account name making the request, if the request is authenticated.
- getRequesterIPAddress() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the IP address and port of the requester.
- getRequestHeaderSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the size of the request header, in bytes.
- getRequestIdHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the request ID assigned by the storage service.
- getRequestMD5() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the value of either the Content-MD5 header or the x-ms-content-md5 header in the request as an encoded
string.
- getRequestPacketSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the size of the request packets read by the storage service, in bytes.
- getRequestResult() - Method in class com.microsoft.azure.storage.BaseEvent
-
Gets a
RequestResult
object that represents the current request result.
- getRequestResults() - Method in class com.microsoft.azure.storage.OperationContext
-
Returns the set of request results that the current operation has created.
- getRequestStartTime() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the time in UTC when the request was received by Storage Analytics.
- getRequestStatus() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the status of the requested operation.
- getRequestUrl() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the complete URL of the request.
- getRequestVersionHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the storage service version specified when the request was made.
- getResolver() - Method in class com.microsoft.azure.storage.table.QueryTableOperation
-
Gets the resolver to project the entity retrieved as a particular type.
- getResourceTypes() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Gets the resource type for a shared access signature associated with this shared access policy.
- getResponseHeaderSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the size of the response header, in bytes.
- getResponsePacketSize() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the size of the response packets written by the storage service, in bytes.
- getResponseReceivedEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets an event multi-caster that is triggered when a response is received.
- getResult() - Method in class com.microsoft.azure.storage.table.TableResult
-
Gets the result returned by the table operation as an Object.
- getResultAsType() - Method in class com.microsoft.azure.storage.table.TableResult
-
Gets the result returned by the table operation as an instance of the specified type.
- getResults() - Method in class com.microsoft.azure.storage.ResultSegment
-
Returns an enumerable set of results from the service.
- getRetentionIntervalInDays() - Method in class com.microsoft.azure.storage.DeleteRetentionPolicy
-
Get the retention interval(in days) of the DeleteRetentionPolicy.
- getRetentionIntervalInDays() - Method in class com.microsoft.azure.storage.LoggingProperties
-
Gets the retention interval (in days).
- getRetentionIntervalInDays() - Method in class com.microsoft.azure.storage.MetricsProperties
-
Gets the metrics retention interval (in days).
- getRetryContext() - Method in class com.microsoft.azure.storage.RetryingEvent
-
Gets the context for a retry of a request made against the storage services.
- getRetryingEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets an event multi-caster that is triggered when a request is retried.
- getRetryInterval() - Method in class com.microsoft.azure.storage.RetryInfo
-
Gets the interval in milliseconds until the next retry.
- getRetryPolicyFactory() - Method in class com.microsoft.azure.storage.RequestOptions
-
Gets the retry policy to use for this request.
- getRootDirectoryReference() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns a reference to a
CloudFileDirectory
object that represents the root file directory within this
share.
- getRowKey() - Method in class com.microsoft.azure.storage.table.QueryTableOperation
-
Gets the RowKey value for the entity to retrieve.
- getRowKey() - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Gets the RowKey value for the entity.
- getRowKey() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Gets the RowKey value for the entity.
- getSearchMode() - Method in class com.microsoft.azure.storage.blob.BlockEntry
-
- getSecondaryUri() - Method in class com.microsoft.azure.storage.StorageUri
-
Gets the endpoint for the secondary location for the storage account.
- getSendingRequestEventHandler() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets an event multi-caster that is triggered before sending a request.
- getServerLatencyInMS() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the total time in milliseconds to perform the requested operation.
- getServerMD5() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the value of the MD5 hash calculated by the storage service as an encoded string.
- getServiceClient() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the Blob service client associated with the blob.
- getServiceClient() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns the Blob service client associated with this container.
- getServiceClient() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns the Blob service client associated with this directory.
- getServiceClient() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the file service client associated with the file.
- getServiceClient() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns the File service client associated with this directory.
- getServiceClient() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns the File service client associated with this share.
- getServiceClient() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Gets the queue service client associated with this queue.
- getServiceClient() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Gets the table service client associated with this queue.
- getServiceRequestID() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the service request ID.
- getServices() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Gets the services (blob, file, queue, table) for a shared access signature associated with
this shared access policy.
- getServiceStats() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
- getServiceStats(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
- getServiceStats() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- getServiceStats(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- getServiceStats() - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- getServiceStats(TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- getServiceType() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the requested storage service: blob, table, or queue.
- getShare() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the file's share.
- getShare() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns the share for this directory.
- getShare() - Method in interface com.microsoft.azure.storage.file.ListFileItem
-
Returns the share for the file item.
- getSharedAccessExpiryTime() - Method in class com.microsoft.azure.storage.SharedAccessPolicy
-
Gets the expiry time for a shared access signature associated with this shared access policy.
- getSharedAccessPolicies() - Method in class com.microsoft.azure.storage.Permissions
-
Returns the set of shared access policies.
- getSharedAccessStartTime() - Method in class com.microsoft.azure.storage.SharedAccessPolicy
-
Gets the start time for a shared access signature associated with this shared access policy.
- getShareQuota() - Method in class com.microsoft.azure.storage.file.FileShareProperties
-
Gets the limit on the size of files (in GB) stored on the share.
- getShareReference(String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
- getShareReference(String, String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
- getShouldEncodeMessage() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Gets the value indicating whether the message should be base-64 encoded.
- getSingleBlobPutThresholdInBytes() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Gets the threshold size used for writing a single blob.
- getSize() - Method in class com.microsoft.azure.storage.blob.BlockEntry
-
Gets the size, in bytes, of the block.
- getSkuName() - Method in class com.microsoft.azure.storage.AccountInformation
-
- getSnapshot() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns the snapshotID for this share.
- getSnapshotID() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Gets the Blob Snapshot ID.
- getSnapshotQualifiedStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.
- getSnapshotQualifiedUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the absolute URI to the blob, including query string information if the blob is a snapshot.
- getSource() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the source URI of the copy operation.
- getSource() - Method in class com.microsoft.azure.storage.file.CopyState
-
Gets the source URI of the copy operation.
- getStandardBlobTier() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
If using a standard account and the blob is a block blob, gets the tier of the blob.
- getStartDate() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the start date for the request.
- getStartOffset() - Method in class com.microsoft.azure.storage.blob.PageRange
-
Gets the starting offset.
- getStartOffset() - Method in class com.microsoft.azure.storage.file.FileRange
-
Gets the starting offset.
- getStaticWebsiteProperties() - Method in class com.microsoft.azure.storage.ServiceProperties
-
- getStats() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
- getStats(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
- getStatus() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the status of the copy operation.
- getStatus() - Method in class com.microsoft.azure.storage.file.CopyState
-
Gets the status of the copy operation.
- getStatus() - Method in class com.microsoft.azure.storage.GeoReplicationStats
-
- getStatusCode() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the HTTP status code for the request.
- getStatusDescription() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the status description of the copy operation.
- getStatusDescription() - Method in class com.microsoft.azure.storage.file.CopyState
-
Gets the status description of the copy operation.
- getStatusMessage() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the HTTP status message for the request.
- getStopDate() - Method in class com.microsoft.azure.storage.RequestResult
-
Gets the stop date for the request.
- getStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in interface com.microsoft.azure.storage.blob.ListBlobItem
-
Returns the list of URIs for all storage locations of the blob item.
- getStorageUri() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in interface com.microsoft.azure.storage.file.ListFileItem
-
Returns the list of URIs for all storage locations of the file item.
- getStorageUri() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in class com.microsoft.azure.storage.ServiceClient
-
Returns the list of URIs for all locations.
- getStorageUri() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Returns the list of URIs for all locations.
- getStoreBlobContentMD5() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Gets whether the blob's ContentMD5 header should be set on uploads.
- getStoreFileContentMD5() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Gets whether the file's ContentMD5 header should be set on uploads.
- getStreamMinimumReadSizeInBytes() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
- getStreamMinimumReadSizeInBytes() - Method in class com.microsoft.azure.storage.file.CloudFile
-
- 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
-
- getTableEndpoint() - Method in class com.microsoft.azure.storage.CloudStorageAccount
-
Returns the endpoint for the Table service for the storage account.
- getTablePayloadFormat() - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
- getTableReference(String) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- 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.
- getTierChangeTime() - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Gets a value indicating the last time the tier was changed on the blob.
- getTimeoutIntervalInMs() - Method in class com.microsoft.azure.storage.RequestOptions
-
Returns the timeout value for this request.
- getTimestamp() - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Gets the Timestamp for the entity.
- getTimestamp() - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Gets the Timestamp for the entity.
- getToken() - Method in class com.microsoft.azure.storage.StorageCredentialsSharedAccessSignature
-
Returns the shared access signature token.
- getToken() - Method in class com.microsoft.azure.storage.StorageCredentialsToken
-
Gets the token.
- getTotalBytes() - Method in class com.microsoft.azure.storage.blob.CopyState
-
Gets the number of bytes total number of bytes to copy.
- getTotalBytes() - Method in class com.microsoft.azure.storage.file.CopyState
-
Gets the number of bytes total number of bytes to copy.
- getType() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- 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
-
- getUri() - Method in class com.microsoft.azure.storage.table.CloudTable
-
Gets the absolute URI for this table.
- getUsage() - Method in class com.microsoft.azure.storage.file.ShareStats
-
Gets the approximate size of the data stored on the share, in GB.
- getUserAgentHeader() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the User-Agent header value as an encoded string.
- getUserHeaders() - Method in class com.microsoft.azure.storage.OperationContext
-
Gets any additional headers for the request, for example, for proxy or logging information.
- getUseTransactionalContentMD5() - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Gets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
- getUseTransactionalContentMD5() - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Gets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
- getValueAsBoolean() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsBooleanObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsByteArray() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsByteObjectArray() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsDate() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsDouble() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsDoubleObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsInteger() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsIntegerObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsLong() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsLongObject() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsString() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getValueAsUUID() - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- getVersion() - Method in class com.microsoft.azure.storage.LoggingProperties
-
Gets the analytics version.
- getVersion() - Method in class com.microsoft.azure.storage.MetricsProperties
-
Gets the analytics version.
- getVersionNumber() - Method in class com.microsoft.azure.storage.analytics.LogRecord
-
Gets the version of Storage Analytics Logging used to record the entry.
- GREATER_THAN - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
-
Greater Than
- GREATER_THAN_OR_EQUAL - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
-
Greater Than Or Equal
- LAST_MODIFIED_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the last modified date.
- LEASE_ACTION_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies the lease action to perform
- LEASE_ALREADY_BROKEN - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease is already broken.
- LEASE_ALREADY_PRESENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease is already present.
- LEASE_BREAK_PERIOD_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies the break period of a lease
- LEASE_BREAK_PERIOD_MAX - Static variable in class com.microsoft.azure.storage.Constants
-
Lease break period max in seconds.
- LEASE_BREAK_PERIOD_MIN - Static variable in class com.microsoft.azure.storage.Constants
-
Lease break period min in seconds.
- LEASE_DURATION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies lease duration.
- LEASE_DURATION_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the lease duration.
- LEASE_DURATION_MAX - Static variable in class com.microsoft.azure.storage.Constants
-
Lease duration max in seconds.
- LEASE_DURATION_MIN - Static variable in class com.microsoft.azure.storage.Constants
-
Lease duration min in seconds.
- LEASE_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies lease ID.
- LEASE_ID_MISMATCH_WITH_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease ID is incorrect with a blob operation.
- LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease ID is incorrect with a container operation.
- LEASE_ID_MISMATCH_WITH_LEASE_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease ID is incorrect with a lease operation.
- LEASE_ID_MISSING - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease ID is missing.
- LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease ID matched, but the lease is currently in breaking state and cannot be acquired until it is broken.
- LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease ID matched, but the lease is currently in breaking state and cannot be changed.
- LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The lease ID matched, but the lease has been broken explicitly and cannot be renewed.
- LEASE_LOST - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
A lease ID was specified, but the lease for the blob/container has expired.
- LEASE_NOT_PRESENT_WITH_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
There is currently no lease on the blob.
- LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
There is currently no lease on the container.
- LEASE_NOT_PRESENT_WITH_LEASE_OPERATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
There is currently no lease on the blob/container.
- LEASE_STATE - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies lease state.
- LEASE_STATE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the lease state.
- LEASE_STATUS - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies lease status.
- LEASE_STATUS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the lease status.
- LEASE_TIME_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies the remaining lease time
- LeaseDuration - Enum in com.microsoft.azure.storage.blob
-
The lease duration of a resource.
- LeaseState - Enum in com.microsoft.azure.storage.blob
-
The lease state of a resource.
- LeaseStatus - Enum in com.microsoft.azure.storage.blob
-
Specifies the lease status of a blob.
- LengthLimitingStream - Class in com.microsoft.azure.storage.blob
-
- LengthLimitingStream(OutputStream, long, Long) - Constructor for class com.microsoft.azure.storage.blob.LengthLimitingStream
-
- LESS_THAN - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
-
Less Than
- LESS_THAN_OR_EQUAL - Static variable in class com.microsoft.azure.storage.table.TableQuery.QueryComparisons
-
Less Than Or Equal
- LIST - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component value for list.
- ListBlobItem - Interface in com.microsoft.azure.storage.blob
-
Represents an item that may be returned by a blob listing operation.
- listBlobs() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns an enumerable collection of blob items for the container.
- listBlobs(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns an enumerable collection of blob items for the container whose names begin with the specified prefix.
- listBlobs(String, boolean) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns an enumerable collection of blob items for the container whose names begin with the specified prefix
using the specified flat or hierarchical option.
- listBlobs(String, boolean, EnumSet<BlobListingDetails>, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns an enumerable collection of blob items for the container whose names begin with the specified prefix,
using the specified flat or hierarchical option, listing details options, request options, and operation context.
- listBlobs() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns an enumerable collection of blob items for the directory.
- listBlobs(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns an enumerable collection of blob items whose names begin with the specified prefix for the directory.
- listBlobs(String, boolean, EnumSet<BlobListingDetails>, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns an enumerable collection of blob items whose names begin with the specified prefix, using the specified
flat or hierarchical option, listing details options, request options, and operation context.
- listBlobsSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a result segment of an enumerable collection of blob items in the container.
- listBlobsSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a result segment containing a collection of blob items whose names begin with the specified prefix.
- listBlobsSegmented(String, boolean, EnumSet<BlobListingDetails>, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a result segment containing a collection of blob items whose names begin with the
specified prefix, using the specified flat or hierarchical option, listing details options,
request options, and operation context.
- listBlobsSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a result segment of an enumerable collection of blob items in the directory.
- listBlobsSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a result segment containing a collection of blob items whose names begin with the specified prefix.
- listBlobsSegmented(String, boolean, EnumSet<BlobListingDetails>, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobDirectory
-
Returns a result segment containing a collection of blob items whose names begin with the specified prefix, using
the specified flat or hierarchical option, listing details options, request options, and operation context.
- listContainers() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Returns an enumerable collection of blob containers for this Blob service client.
- listContainers(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Returns an enumerable collection of blob containers whose names begin with the specified prefix for this Blob
service client.
- listContainers(String, ContainerListingDetails, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Returns an enumerable collection of blob containers whose names begin with the specified prefix for this Blob
service client, using the specified details setting, request options, and operation context.
- listContainers() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns an enumerable collection of containers for the service client associated with this container.
- listContainers(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns an enumerable collection of containers whose names begin with the specified prefix for the service client
associated with this container.
- listContainers(String, ContainerListingDetails, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns an enumerable collection of containers whose names begin with the specified prefix for the service client
associated with this container, using the specified details setting, request options, and operation context.
- listContainersSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Returns a result segment of an enumerable collection of blob containers for this Blob service client.
- listContainersSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Returns a result segment of an enumerable collection of blob containers whose names begin with the specified
prefix for this Blob service client.
- listContainersSegmented(String, ContainerListingDetails, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Returns a result segment of an enumerable collection of blob containers whose names begin with the specified
prefix for this Blob service client, using the specified listing details options, request options, and operation
context.
- listContainersSegmented() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a result segment of an enumerable collection of containers for the service client associated with this
container.
- listContainersSegmented(String) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a result segment of an enumerable collection of containers whose names begin with the specified prefix
for the service client associated with this container.
- listContainersSegmented(String, ContainerListingDetails, Integer, ResultContinuation, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Returns a result segment containing a collection of containers whose names begin with
the specified prefix for the service client associated with this container,
using the specified listing details options, request options, and operation context.
- ListFileItem - Interface in com.microsoft.azure.storage.file
-
Represents an item that may be returned by a file listing operation.
- listFilesAndDirectories() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns an enumerable collection of file and directory items for the directory.
- listFilesAndDirectories(FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns an enumerable collection of file and directory items for the directory.
- listFilesAndDirectories(String, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns an enumerable collection of file and directory items for the directory.
- listFilesAndDirectoriesSegmented() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns a result segment of an enumerable collection of files and directories for this File service client.
- listFilesAndDirectoriesSegmented(Integer, ResultContinuation, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns a result segment of an enumerable collection of files and directories for this directory, using the
specified listing details options, request options, and operation context.
- listFilesAndDirectoriesSegmented(String, Integer, ResultContinuation, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Returns a result segment of an enumerable collection of files and directories for this directory, using the
specified listing details options, request options, and operation context.
- listLogBlobs(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Returns an enumerable collection of log blobs, retrieved lazily.
- listLogBlobs(StorageService, Date, Date, EnumSet<LoggingOperations>, BlobListingDetails, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Returns an enumerable collection of log blobs, retrieved lazily.
- listLogRecords(StorageService) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Returns an enumerable collection of log records, retrieved lazily.
- listLogRecords(StorageService, Date, Date, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.analytics.CloudAnalyticsClient
-
Returns an enumerable collection of log records, retrieved lazily.
- listQueues() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
Gets an iterable collection of queues for this queue service client.
- listQueues(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
Returns an iterable collection of queues whose names begin with the
specified prefix in this Queue service client.
- listQueues(String, QueueListingDetails, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
Returns an iterable collection of queues whose names begin with the
specified prefix for this Queue service client, using the specified
details setting, request options, and operation context.
- listQueuesSegmented() - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
Gets a result segment of an iterable collection of queues for this Queue
service client.
- listQueuesSegmented(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
Gets a result segment of an iterable collection of queues whose names
begin with the specified prefix for this Queue service client.
- listQueuesSegmented(String, QueueListingDetails, Integer, ResultContinuation, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
Gets a result segment of an iterable collection of queues whose names
begin with the specified prefix for this queue, using the specified
listing details options, request options, and operation context.
- listShares() - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Returns an enumerable collection of shares for this File service client.
- listShares(String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Returns an enumerable collection of shares whose names begin with the specified prefix for this File service
client.
- listShares(String, EnumSet<ShareListingDetails>, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Returns an enumerable collection of shares whose names begin with the specified prefix for this File
service client, using the specified details settings, request options, and operation context.
- listSharesSegmented() - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Returns a result segment of an enumerable collection of shares for this File service client.
- listSharesSegmented(String) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Returns a result segment of an enumerable collection of shares whose names begin with the specified
prefix for this File service client.
- listSharesSegmented(String, EnumSet<ShareListingDetails>, Integer, ResultContinuation, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Returns a result segment of an enumerable collection of shares whose names begin with the specified
prefix, using the specified listing details options, request options, and operation context.
- listTables() - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
Lists the table names in the storage account.
- listTables(String) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
Lists the table names in the storage account that match the specified prefix.
- listTables(String, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- 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
-
- 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.
- LOGGING_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the Logging
- LoggingOperations - Enum in com.microsoft.azure.storage
-
Specifies which types of operations the service should log.
- LoggingProperties - Class in com.microsoft.azure.storage
-
Represents the logging properties for the analytics service.
- LoggingProperties() - Constructor for class com.microsoft.azure.storage.LoggingProperties
-
- LogRecord - Class in com.microsoft.azure.storage.analytics
-
Represents a Storage Analytics Log record entry.
- LOGS_CONTAINER - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
Constant for the logs container.
- 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.blob.SubStream
-
Reads the next byte of data from the wrapped stream.
- read(byte[]) - Method in class com.microsoft.azure.storage.blob.SubStream
-
Reads some number of bytes from the wrapped stream and stores them into
the buffer array b
.
- read(byte[], int, int) - Method in class com.microsoft.azure.storage.blob.SubStream
-
Reads up to len
bytes of data from the substream.
- 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
-
- readEntity(HashMap<String, EntityProperty>, OperationContext) - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Populates an instance of the object implementing
TableEntity
using the specified properties parameter,
which represents a map of
String
property names to
EntityProperty
data typed values.
- readEntity(HashMap<String, EntityProperty>, OperationContext) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Populates this table entity instance using the map of property names to
EntityProperty
data typed values.
- readEntityWithReflection(Object, HashMap<String, EntityProperty>, OperationContext) - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Deserializes the table entity property map into the specified object instance using reflection.
- RehydrationStatus - Enum in com.microsoft.azure.storage.blob
-
The rehydration status for the blob that is currently archived.
- releaseLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Releases the lease on the blob.
- releaseLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Releases the lease on the blob using the specified request options and operation context.
- releaseLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Releases the lease on the container.
- releaseLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Releases the lease on the container using the specified access conditions, request options, and operation
context.
- remove(int) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Removes the table operation at the specified index from the batch operation.
- remove(Object) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Removes the specified Object
from the batch operation.
- removeAll(Collection<?>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Removes all elements of the specified collection from the batch operation.
- removeListener(EVENT_LISTENER_TYPE) - Method in class com.microsoft.azure.storage.StorageEventMultiCaster
-
Removes an event listener from the event chain.
- renewLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Renews an existing lease.
- renewLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Renews an existing lease using the specified request options and operation context.
- renewLease(AccessCondition) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Renews an existing lease with the specified access conditions.
- renewLease(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Renews an existing lease with the specified access conditions, request options, and operation context.
- replace(TableEntity) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Adds a table operation to replace the specified entity to the batch operation.
- replace(TableEntity) - Static method in class com.microsoft.azure.storage.table.TableOperation
-
A static factory method returning a
TableOperation
instance to replace the specified table entity.
- REQUEST_BODY_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The request body is too large.
- REQUEST_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that indicates the request ID.
- REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The url in the request could not be parsed.
- RequestCompletedEvent - Class in com.microsoft.azure.storage
-
Represents an event that is fired when a request is completed.
- RequestCompletedEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.RequestCompletedEvent
-
Creates an instance of the BaseEvent
class that is fired when a request is completed.
- RequestOptions - Class in com.microsoft.azure.storage
-
Represents the options to use while processing a given request.
- RequestOptions() - Constructor for class com.microsoft.azure.storage.RequestOptions
-
Creates an instance of the RequestOptions
class.
- RequestOptions(RequestOptions) - Constructor for class com.microsoft.azure.storage.RequestOptions
-
Creates an instance of the RequestOptions
class by copying values from another
RequestOptions
instance.
- RequestResult - Class in com.microsoft.azure.storage
-
Represents the result of a physical request.
- RequestResult() - Constructor for class com.microsoft.azure.storage.RequestResult
-
- requireEncryption() - Method in class com.microsoft.azure.storage.RequestOptions
-
Gets a value to indicate whether all data written and read must be encrypted.
- REQUIRES_SYNC_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for copy sync.
- 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.blob.SubStream
-
Repositions the substream position to the index where the mark
method
was last called.
- reset() - Method in class com.microsoft.azure.storage.file.FileInputStream
-
Repositions this stream to the position at the time the mark method was last called on this input stream.
- resize(long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Resizes the page blob to the specified size.
- resize(long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Resizes the page blob to the specified size.
- resize(long) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Resizes the file to the specified size.
- resize(long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Resizes the file to the specified size.
- resolve(String, String, Date, HashMap<String, EntityProperty>, String) - Method in interface com.microsoft.azure.storage.table.EntityResolver
-
Returns a reference to a new object instance of type T
containing a projection of the specified
table entity data.
- RESOURCE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified resource already exists.
- RESOURCE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified resource was not found.
- RESOURCE_TYPE_MISMATCH - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified resource type does not match the type of the existing resource.
- RESOURCETYPE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
Query component for resource type.
- resourceTypesToString() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Converts this shared access policy's resource types to a String
.
- ResponseReceivedEvent - Class in com.microsoft.azure.storage
-
Represents an event that is fired when a response is received.
- ResponseReceivedEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.ResponseReceivedEvent
-
Creates an instance of the BaseEvent
class that is fired when a response is received.
- ResultContinuation - Class in com.microsoft.azure.storage
-
Represents a continuation token for listing operations.
- ResultContinuation() - Constructor for class com.microsoft.azure.storage.ResultContinuation
-
Creates an instance of the ResultContinuation
class.
- ResultContinuationType - Enum in com.microsoft.azure.storage
-
Specifies the type of a continuation token.
- ResultSegment<T> - Class in com.microsoft.azure.storage
-
Represents a segment of results and contains continuation and pagination information.
- ResultSegment(ArrayList<T>, Integer, ResultContinuation) - Constructor for class com.microsoft.azure.storage.ResultSegment
-
Reserved for internal use.
- RETENTION_POLICY_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the RetentionPolicy.
- retrieve(String, String, Class<? extends TableEntity>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Adds a table operation to retrieve an entity of the specified class type with the specified PartitionKey and
RowKey to the batch operation.
- retrieve(String, String, EntityResolver<?>) - Method in class com.microsoft.azure.storage.table.TableBatchOperation
-
Adds a table operation to retrieve an entity of the specified class type with the specified PartitionKey and
RowKey to the batch operation.
- retrieve(String, String, Class<? extends TableEntity>) - Static method in class com.microsoft.azure.storage.table.TableOperation
-
A static factory method returning a
TableOperation
instance to retrieve the specified table entity and
return it as the specified type.
- retrieve(String, String, EntityResolver<?>) - Static method in class com.microsoft.azure.storage.table.TableOperation
-
A static factory method returning a
TableOperation
instance to retrieve the specified table entity and
return a projection of it using the specified resolver.
- retrieveMessage() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Retrieves a message from the front of the queue using the default request options.
- retrieveMessage(int, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Retrieves a message from the front of the queue, using the specified request options and operation context.
- retrieveMessages(int) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Retrieves the specified number of messages from the front of the queue using the default request options.
- retrieveMessages(int, int, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Retrieves the specified number of messages from the front of the queue using the specified request options and
operation context.
- RetryContext - Class in com.microsoft.azure.storage
-
Represents the context for a retry of a request made against the storage services.
- RetryContext(int, RequestResult, StorageLocation, LocationMode) - Constructor for class com.microsoft.azure.storage.RetryContext
-
Creates an instance of the RequestResult
class.
- RetryExponentialRetry - Class in com.microsoft.azure.storage
-
Represents a retry policy that performs a specified number of retries, using a randomized exponential backoff scheme
to determine the interval between retries.
- RetryExponentialRetry() - Constructor for class com.microsoft.azure.storage.RetryExponentialRetry
-
Creates an instance of the RetryExponentialRetry
class.
- RetryExponentialRetry(int, int) - Constructor for class com.microsoft.azure.storage.RetryExponentialRetry
-
Creates an instance of the RetryExponentialRetry
class using the specified delta backoff and maximum
retry attempts.
- RetryExponentialRetry(int, int, int, int) - Constructor for class com.microsoft.azure.storage.RetryExponentialRetry
-
Creates an instance of the RetryExponentialRetry
class using the specified minimum, maximum, and
delta backoff amounts, and maximum number of retry attempts.
- RetryInfo - Class in com.microsoft.azure.storage
-
Represents the context for a retry of a request made against the storage services.
- RetryInfo() - Constructor for class com.microsoft.azure.storage.RetryInfo
-
Initializes a new instance of the
RetryInfo
class.
- RetryInfo(RetryContext) - Constructor for class com.microsoft.azure.storage.RetryInfo
-
Initializes a new instance of the
RetryInfo
class.
- RetryingEvent - Class in com.microsoft.azure.storage
-
Represents an event that is fired when a request is retried.
- RetryingEvent(OperationContext, Object, RequestResult, RetryContext) - Constructor for class com.microsoft.azure.storage.RetryingEvent
-
Creates an instance of the BaseEvent
class which is fired when a request is retried.
- RetryLinearRetry - Class in com.microsoft.azure.storage
-
Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between
retries.
- RetryLinearRetry() - Constructor for class com.microsoft.azure.storage.RetryLinearRetry
-
Creates an instance of the RetryLinearRetry
class.
- RetryLinearRetry(int, int) - Constructor for class com.microsoft.azure.storage.RetryLinearRetry
-
Creates an instance of the RetryLinearRetry
class using the specified delta backoff and maximum
retry attempts.
- RetryNoRetry - Class in com.microsoft.azure.storage
-
Represents a retry policy that performs no retries.
- RetryNoRetry() - Constructor for class com.microsoft.azure.storage.RetryNoRetry
-
- RetryPolicy - Class in com.microsoft.azure.storage
-
Abstract class that represents a retry policy.
- RetryPolicy() - Constructor for class com.microsoft.azure.storage.RetryPolicy
-
Creates an instance of the RetryPolicy
class.
- RetryPolicy(int, int) - Constructor for class com.microsoft.azure.storage.RetryPolicy
-
Creates an instance of the RetryPolicy
class using the specified delta backoff and maximum retry
attempts.
- RetryPolicyFactory - Interface in com.microsoft.azure.storage
-
Represents a retry policy factory that creates a new
RetryPolicy
object per transaction.
- SAS_TABLE_NAME - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the SAS table name.
- select(String[]) - Method in class com.microsoft.azure.storage.table.TableQuery
-
Defines the property names of the table entity properties to return when the table query is executed.
- SendingRequestEvent - Class in com.microsoft.azure.storage
-
Represents an event that is fired when before sending a request.
- SendingRequestEvent(OperationContext, Object, RequestResult) - Constructor for class com.microsoft.azure.storage.SendingRequestEvent
-
Creates an instance of the BaseEvent
class that is fired when before sending a request.
- SEQUENCE_NUMBER_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The sequence number condition specified was not met.
- SEQUENCE_NUMBER_INCREMENT_TOO_LARGE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The sequence number increment cannot be performed because it would result in overflow of the sequence number.
- SERVER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header field value received that indicates which server was accessed
- SERVER_BUSY - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The server is busy.
- SERVER_ENCRYPTED - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies whether a resource is fully encrypted server-side
- SERVER_ENCRYPTION_STATUS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the server encryption status.
- SERVER_REQUEST_ENCRYPTED - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that acknowledges data used for a write operation is encrypted server-side
- ServiceClient - Class in com.microsoft.azure.storage
-
Provides a client for accessing the Microsoft Azure Storage service.
- ServiceProperties - Class in com.microsoft.azure.storage
-
Represents the analytics properties for the service.
- ServiceProperties() - Constructor for class com.microsoft.azure.storage.ServiceProperties
-
Initializes a new instances of the ServiceProperties class.
- ServiceStats - Class in com.microsoft.azure.storage
-
Class representing a set of statistics pertaining to a cloud storage service.
- servicesToString() - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Converts this shared access policy's services to a String
.
- setAbsorbConditionalErrorsOnRetry(Boolean) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Sets whether a conditional failure should be absorbed on a retry attempt for the request.
- setAccountKind(String) - Method in class com.microsoft.azure.storage.AccountInformation
-
- setAccountName(String) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
-
Sets the account name.
- setAdditionalDetails(HashMap<String, String[]>) - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
-
RESERVED FOR INTERNAL USE.
- setAllowedHeaders(List<String>) - Method in class com.microsoft.azure.storage.CorsRule
-
Sets the allowed headers.
- setAllowedMethods(EnumSet<CorsHttpMethods>) - Method in class com.microsoft.azure.storage.CorsRule
-
Sets the allowed methods.
- setAllowedOrigins(List<String>) - Method in class com.microsoft.azure.storage.CorsRule
-
Sets the allowed origins.
- setCacheControl(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Sets the cache control value for the blob.
- setCacheControl(String) - Method in class com.microsoft.azure.storage.file.FileProperties
-
Sets the cache control value for the file.
- setCacheControl(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Sets the cache control header.
- setClazzType(Class<T>) - Method in class com.microsoft.azure.storage.table.TableQuery
-
Sets the class type of the table entities returned by the query.
- setClientRequestID(String) - Method in class com.microsoft.azure.storage.OperationContext
-
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.
- setConcurrentRequestCount(Integer) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Sets the concurrent number of simultaneous requests per operation.
- setConcurrentRequestCount(Integer) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Sets the concurrent number of simultaneous requests per operation.
- setContentDisposition(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Sets the content disposition value for the blob.
- setContentDisposition(String) - Method in class com.microsoft.azure.storage.file.FileProperties
-
Sets the content disposition value for the file.
- setContentDisposition(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Sets the content disposition header.
- setContentEncoding(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Sets the content encoding value for the blob.
- setContentEncoding(String) - Method in class com.microsoft.azure.storage.file.FileProperties
-
Sets the content encoding value for the file.
- setContentEncoding(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Sets the content encoding header.
- setContentLanguage(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Sets the content language for the blob.
- setContentLanguage(String) - Method in class com.microsoft.azure.storage.file.FileProperties
-
Sets the content language for the file.
- setContentLanguage(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Sets the content language header.
- setContentMD5(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Sets the content MD5 value for the blob.
- setContentMD5(String) - Method in class com.microsoft.azure.storage.file.FileProperties
-
Sets the content MD5 value for the file.
- setContentMD5(String) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the MD5 hash for the request.
- setContentType(String) - Method in class com.microsoft.azure.storage.blob.BlobProperties
-
Sets the content type value for the blob.
- setContentType(String) - Method in class com.microsoft.azure.storage.file.FileProperties
-
Sets the content type value for the file.
- setContentType(String) - Method in class com.microsoft.azure.storage.SharedAccessHeaders
-
Sets the content type header.
- setContinuationType(ResultContinuationType) - Method in class com.microsoft.azure.storage.ResultContinuation
-
Sets the type of the continuation token.
- setCors(CorsProperties) - Method in class com.microsoft.azure.storage.file.FileServiceProperties
-
Sets the Cross-Origin Resource Sharing (CORS) properties.
- setCors(CorsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
-
Sets the Cross-Origin Resource Sharing (CORS) properties.
- setDateBackwardCompatibility(Boolean) - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
Sets whether the client should look to correct Date values stored on a
TableEntity
that may have been written using versions of this library prior to 2.0.0.
- setDefaultProxy(Proxy) - Static method in class com.microsoft.azure.storage.OperationContext
-
Specifies the proxy the client library should use by default.
- setDefaultRequestOptions(BlobRequestOptions) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
Sets the
BlobRequestOptions
that is used for any requests associated with this
CloudBlobClient
object.
- setDefaultRequestOptions(FileRequestOptions) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
Sets the
FileRequestOptions
that is used for any requests associated with this
CloudFileClient
object.
- setDefaultRequestOptions(QueueRequestOptions) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
Sets the
QueueRequestOptions
that is used for any queue accessed with this
CloudQueueClient
object.
- setDefaultRequestOptions(TableRequestOptions) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
Sets the
TableRequestOptions
that is used for any table accessed with this
CloudTableClient
object.
- setDefaultServiceVersion(String) - Method in class com.microsoft.azure.storage.ServiceProperties
-
Sets default service version.
- setDeleteRetentionPolicy(DeleteRetentionPolicy) - Method in class com.microsoft.azure.storage.ServiceProperties
-
Set the delete retention policy for blobs.
- 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.
- setEnabled(boolean) - Method in class com.microsoft.azure.storage.DeleteRetentionPolicy
-
Set a boolean indicating whether the DeleteRetentionPolicy is enabled.
- setEnabled(boolean) - Method in class com.microsoft.azure.storage.StaticWebsiteProperties
-
- setEncryptionPolicy(BlobEncryptionPolicy) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Sets the BlobEncryptionPolicy object to use for this request.
- setEncryptionPolicy(QueueEncryptionPolicy) - Method in class com.microsoft.azure.storage.queue.QueueRequestOptions
-
Sets the QueueEncryptionPolicy object to use for this request.
- setEncryptionPolicy(TableEncryptionPolicy) - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
Sets the TableEncryptionPolicy object to use for this request.
- setEncryptionResolver(TableRequestOptions.EncryptionResolver) - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
Sets the interface that contains a function which is used to get the value indicating whether a property should
be encrypted or not given the partition key, row key, and the property name.
- setEndOffset(long) - Method in class com.microsoft.azure.storage.blob.PageRange
-
Sets the ending offset.
- setEndOffset(long) - Method in class com.microsoft.azure.storage.file.FileRange
-
Sets the ending offset.
- setErrorCode(String) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the service ErrorCode for the request.
- setErrorCode(String) - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
-
RESERVED FOR INTERNAL USE.
- setErrorDocument404Path(String) - Method in class com.microsoft.azure.storage.StaticWebsiteProperties
-
- setErrorMessage(String) - Method in class com.microsoft.azure.storage.StorageExtendedErrorInformation
-
RESERVED FOR INTERNAL USE.
- setErrorReceivingResponseEventHandler(StorageEventMultiCaster<ErrorReceivingResponseEvent, StorageEvent<ErrorReceivingResponseEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
-
Sets an event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
- setEtag(String) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the ETag for the request.
- setEtag(String) - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Sets the ETag value to verify for the entity.
- setEtag(String) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Sets the ETag value to verify for the entity.
- setException(Exception) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the Exception
for the request.
- setExposedHeaders(List<String>) - Method in class com.microsoft.azure.storage.CorsRule
-
Sets the exposed headers.
- setFilterString(String) - Method in class com.microsoft.azure.storage.table.TableQuery
-
Sets the filter expression to use in the table query.
- setGlobalErrorReceivingResponseEventHandler(StorageEventMultiCaster<ErrorReceivingResponseEvent, StorageEvent<ErrorReceivingResponseEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
-
Sets a global event multi-caster that is triggered when a network error occurs before the HTTP response status and headers are received.
- setGlobalRequestCompletedEventHandler(StorageEventMultiCaster<RequestCompletedEvent, StorageEvent<RequestCompletedEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
-
Sets a global event multi-caster that is triggered when a request is completed.
- setGlobalResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent, StorageEvent<ResponseReceivedEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
-
Sets a global event multi-caster that is triggered when a response is received.
- setGlobalRetryingEventHandler(StorageEventMultiCaster<RetryingEvent, StorageEvent<RetryingEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
-
Sets a global event multi-caster that is triggered when a request is retried.
- setGlobalSendingRequestEventHandler(StorageEventMultiCaster<SendingRequestEvent, StorageEvent<SendingRequestEvent>>) - Static method in class com.microsoft.azure.storage.OperationContext
-
Sets a global event multi-caster that is triggered before sending a request.
- setHourMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.file.FileServiceProperties
-
Sets the hour metrics properties.
- setHourMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
-
Sets the hour metrics properties.
- setId(String) - Method in class com.microsoft.azure.storage.blob.BlockEntry
-
Sets the id of the block.
- setIfAppendPositionEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the value for a conditional header used only for append operations.
- setIfMatch(String) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the ETag for the If-Match condition.
- setIfMaxSizeLessThanOrEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the value for a conditional header used only for append operations.
- setIfModifiedSinceDate(Date) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the If-Modified-Since date.
- setIfNoneMatch(String) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the ETag for the If-None-Match condition.
- setIfSequenceNumberEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the sequence number for the sequence number equal to condition.
- setIfSequenceNumberLessThan(Long) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the sequence number for the sequence number less than condition.
- setIfSequenceNumberLessThanOrEqual(Long) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the sequence number for the sequence number less than or equal to condition.
- setIfUnmodifiedSinceDate(Date) - Method in class com.microsoft.azure.storage.AccessCondition
-
Sets the If-Unmodified-Since date.
- setIndexDocument(String) - Method in class com.microsoft.azure.storage.StaticWebsiteProperties
-
- setKey(IKey) - Method in class com.microsoft.azure.storage.blob.BlobEncryptionPolicy
-
Sets the IKey
that is used to wrap/unwrap the content key during encryption.
- setKey(IKey) - Method in class com.microsoft.azure.storage.queue.QueueEncryptionPolicy
-
Sets the IKey
that is used to wrap/unwrap the content key during encryption.
- setKey(IKey) - Method in class com.microsoft.azure.storage.table.TableEncryptionPolicy
-
Sets the IKey
that is used to wrap/unwrap the content key during encryption.
- setKeyResolver(IKeyResolver) - Method in class com.microsoft.azure.storage.blob.BlobEncryptionPolicy
-
Sets the key resolver used to select the correct key for decrypting existing blobs.
- setKeyResolver(IKeyResolver) - Method in class com.microsoft.azure.storage.queue.QueueEncryptionPolicy
-
Sets the key resolver used to select the correct key for decrypting existing queue messages.
- setKeyResolver(IKeyResolver) - Method in class com.microsoft.azure.storage.table.TableEncryptionPolicy
-
Sets the key resolver used to select the correct key for decrypting existing table entities.
- setLastBlockSize(long) - Method in class com.microsoft.azure.storage.SubStreamGenerator
-
- setLeaseID(String) - Method in class com.microsoft.azure.storage.AccessCondition
-
Gets the lease ID.
- setLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
- setLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.RequestOptions
-
- 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
-
- setMaxAgeInSeconds(int) - Method in class com.microsoft.azure.storage.CorsRule
-
Sets the maximum age in seconds.
- setMaximumExecutionTimeInMs(Integer) - Method in class com.microsoft.azure.storage.RequestOptions
-
Sets the maximum execution time to use when making this request.
- setMessageContent(byte[]) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Sets the content of the message as a byte
array.
- setMessageContent(String) - Method in class com.microsoft.azure.storage.queue.CloudQueueMessage
-
Sets the content of the message as a String
.
- setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Sets the metadata for the blob.
- setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
- setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Sets the metadata for the file.
- setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
- setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
- setMetadata(HashMap<String, String>) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
- setMetricsLevel(MetricsLevel) - Method in class com.microsoft.azure.storage.MetricsProperties
-
- setMinuteMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.file.FileServiceProperties
-
Sets the minute metrics properties.
- setMinuteMetrics(MetricsProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
-
Sets the minute metrics properties.
- setNextMarker(String) - Method in class com.microsoft.azure.storage.ResultContinuation
-
Sets the next marker for continuing results of listing operations.
- setNextPartitionKey(String) - Method in class com.microsoft.azure.storage.ResultContinuation
-
- setNextRowKey(String) - Method in class com.microsoft.azure.storage.ResultContinuation
-
- setNextTableName(String) - Method in class com.microsoft.azure.storage.ResultContinuation
-
Sets the next table name for Table enumeration operations.
- setPartitionKey(String) - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Sets the PartitionKey value for the entity.
- setPartitionKey(String) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Sets the PartitionKey value for the entity.
- setPermissions(EnumSet<SharedAccessBlobPermissions>) - Method in class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
-
Sets the permissions for a shared access signature associated with this shared access policy.
- setPermissions(EnumSet<SharedAccessFilePermissions>) - Method in class com.microsoft.azure.storage.file.SharedAccessFilePolicy
-
Sets the permissions for a shared access signature associated with this shared access policy.
- setPermissions(EnumSet<SharedAccessQueuePermissions>) - Method in class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
-
Sets the permissions for a shared access signature associated with this shared access policy.
- setPermissions(EnumSet<SharedAccessAccountPermissions>) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets the permissions for a shared access signature associated with this shared access policy.
- setPermissions(EnumSet<SharedAccessTablePermissions>) - Method in class com.microsoft.azure.storage.table.SharedAccessTablePolicy
-
Sets the permissions for a shared access signature associated with this shared access policy.
- setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
-
Sets shared access permissions using the specified permissions string.
- setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.file.SharedAccessFilePolicy
-
Sets shared access permissions using the specified permissions string.
- setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
-
Sets shared access permissions using the specified permissions string.
- setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets shared access permissions using the specified permissions String
.
- setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessPolicy
-
Sets shared access permissions using the specified permissions string.
- setPermissionsFromString(String) - Method in class com.microsoft.azure.storage.table.SharedAccessTablePolicy
-
Sets shared access permissions using the specified permissions string.
- setProperties(FileShareProperties) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Sets the properties for the share.
- setProperties(HashMap<String, EntityProperty>) - Method in class com.microsoft.azure.storage.table.DynamicTableEntity
-
- 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
EdmType
for an entity property
given the partition key, row, key, and the property name.
- setProtocols(SharedAccessProtocols) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets the allowed protocols for a shared access signature associated with this shared access policy.
- setProxy(Proxy) - Method in class com.microsoft.azure.storage.OperationContext
-
Sets a proxy which will be used when making a request.
- setPublicAccess(BlobContainerPublicAccessType) - Method in class com.microsoft.azure.storage.blob.BlobContainerPermissions
-
Sets the public access setting for the container.
- setRange(IPRange) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets the allowed IP addresses for a shared access signature associated with this shared access policy.
- setReflectedEntityCacheDisabled(boolean) - Static method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Sets a boolean representing whether or not the reflected entity cache is disabled.
- setRequestCompletedEventHandler(StorageEventMultiCaster<RequestCompletedEvent, StorageEvent<RequestCompletedEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
-
Sets an event multi-caster that is triggered when a request is completed.
- setRequestDate(String) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the request date.
- setRequestServiceEncrypted(boolean) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the request's server-encryption status.
- setRequireEncryption(Boolean) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Encryption is not supported for files.
- setRequireEncryption(Boolean) - Method in class com.microsoft.azure.storage.RequestOptions
-
Sets a value to indicate whether all data written and read must be encrypted.
- setResourceTypeFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets shared access resource types using the specified resource types String
.
- setResourceTypes(EnumSet<SharedAccessAccountResourceType>) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets the resource type for a shared access signature associated with this shared access policy.
- setResponseReceivedEventHandler(StorageEventMultiCaster<ResponseReceivedEvent, StorageEvent<ResponseReceivedEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
-
Sets an event multi-caster that is triggered when a response is received.
- setRetentionIntervalInDays(Integer) - Method in class com.microsoft.azure.storage.DeleteRetentionPolicy
-
Set the retention interval in days for the delete retention policy.
- setRetentionIntervalInDays(Integer) - Method in class com.microsoft.azure.storage.LoggingProperties
-
Sets the retention interval (in days).
- setRetentionIntervalInDays(Integer) - Method in class com.microsoft.azure.storage.MetricsProperties
-
Sets the retention interval (in days).
- setRetryingEventHandler(StorageEventMultiCaster<RetryingEvent, StorageEvent<RetryingEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
-
Sets an event multi-caster that is triggered when a request is retried.
- setRetryInterval(int) - Method in class com.microsoft.azure.storage.RetryInfo
-
Sets the interval in milliseconds until the next retry.
- setRetryPolicyFactory(RetryPolicyFactory) - Method in class com.microsoft.azure.storage.RequestOptions
-
Sets the RetryPolicyFactory object to use for this request.
- setRowKey(String) - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Sets the RowKey value for the entity.
- setRowKey(String) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Sets the RowKey value for the entity.
- setSearchMode(BlockSearchMode) - Method in class com.microsoft.azure.storage.blob.BlockEntry
-
- setSendingRequestEventHandler(StorageEventMultiCaster<SendingRequestEvent, StorageEvent<SendingRequestEvent>>) - Method in class com.microsoft.azure.storage.OperationContext
-
Sets an event multi-caster that is triggered before sending a request.
- setServiceFromString(String) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets shared access services using the specified services String
.
- setServiceRequestID(String) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the service request ID.
- setServices(EnumSet<SharedAccessAccountService>) - Method in class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
Sets the services (blob, file, queue, table) for a shared access signature associated with
this shared access policy.
- setSharedAccessExpiryTime(Date) - Method in class com.microsoft.azure.storage.SharedAccessPolicy
-
Sets the expiry time for a shared access signature associated with this shared access policy.
- setSharedAccessPolicies(HashMap<String, T>) - Method in class com.microsoft.azure.storage.Permissions
-
Sets the shared access policies.
- setSharedAccessStartTime(Date) - Method in class com.microsoft.azure.storage.SharedAccessPolicy
-
Sets the start time for a shared access signature associated with this shared access policy.
- setShareQuota(Integer) - Method in class com.microsoft.azure.storage.file.FileShareProperties
-
Sets the limit on the size of files (in GB) stored on the share.
- setShouldEncodeMessage(boolean) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Sets the flag indicating whether the message should be base-64 encoded.
- setSingleBlobPutThresholdInBytes(Integer) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Sets the threshold size used for writing a single blob to use.
- setSize(long) - Method in class com.microsoft.azure.storage.blob.BlockEntry
-
Sets the size, in bytes, of the block.
- setSkuName(String) - Method in class com.microsoft.azure.storage.AccountInformation
-
- 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.
- setStaticWebsiteProperties(StaticWebsiteProperties) - Method in class com.microsoft.azure.storage.ServiceProperties
-
- setStatusCode(int) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the HTTP status code for the request.
- setStatusMessage(String) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the HTTP status message for the request.
- setStopDate(Date) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the stop date for the request.
- setStoreBlobContentMD5(Boolean) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Sets whether the blob's ContentMD5 header should be set on uploads.
- setStoreFileContentMD5(Boolean) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Sets whether the file's ContentMD5 header should be set on uploads.
- setStreamMinimumReadSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
- setStreamMinimumReadSizeInBytes(int) - Method in class com.microsoft.azure.storage.file.CloudFile
-
- setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
-
- 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
-
- setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
- setStreamWriteSizeInBytes(int) - Method in class com.microsoft.azure.storage.file.CloudFile
-
- setTablePayloadFormat(TablePayloadFormat) - Method in class com.microsoft.azure.storage.table.TableRequestOptions
-
- setTakeCount(Integer) - Method in class com.microsoft.azure.storage.table.TableQuery
-
Sets the upper bound for the number of entities the query returns.
- setTargetLocation(StorageLocation) - Method in class com.microsoft.azure.storage.RequestResult
-
Sets the location that the request was sent to.
- setTargetLocation(StorageLocation) - Method in class com.microsoft.azure.storage.ResultContinuation
-
Sets the location that the token applies to.
- setTargetLocation(StorageLocation) - Method in class com.microsoft.azure.storage.RetryInfo
-
Sets the location that the next retry should target.
- setTimeoutIntervalInMs(Integer) - Method in class com.microsoft.azure.storage.RequestOptions
-
Sets the timeout to use when making this request.
- setTimestamp(Date) - Method in interface com.microsoft.azure.storage.table.TableEntity
-
Sets the Timestamp value for the entity.
- setTimestamp(Date) - Method in class com.microsoft.azure.storage.table.TableServiceEntity
-
Sets the timeStamp
value for the entity.
- setUpdatedLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.RetryInfo
-
Sets the location mode for subsequent retries.
- setUserHeaders(HashMap<String, String>) - Method in class com.microsoft.azure.storage.OperationContext
-
Sets any additional headers for the request, for example, for proxy or logging information.
- setUseTransactionalContentMD5(Boolean) - Method in class com.microsoft.azure.storage.blob.BlobRequestOptions
-
Sets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
- setUseTransactionalContentMD5(Boolean) - Method in class com.microsoft.azure.storage.file.FileRequestOptions
-
Sets whether a range PUT or GET operation will use the Content-MD5 header to enforce transactional security.
- setValue(boolean) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(Boolean) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(byte[]) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(Byte[]) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(Date) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(double) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(Double) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(int) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(Integer) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(long) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(Long) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(String) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setValue(UUID) - Method in class com.microsoft.azure.storage.table.EntityProperty
-
- setVersion(String) - Method in class com.microsoft.azure.storage.LoggingProperties
-
Sets the analytics version.
- setVersion(String) - Method in class com.microsoft.azure.storage.MetricsProperties
-
Sets the analytics version.
- SHARE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified share already exists.
- SHARE_BEING_DELETED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified share is being deleted.
- SHARE_DISABLED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified share is disabled by the administrator.
- SHARE_HAS_SNAPSHOTS - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified share contains snapshots.
- SHARE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified share was not found.
- SHARE_SNAPSHOT - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for snapshot time.
- SharedAccessAccountPermissions - Enum in com.microsoft.azure.storage
-
Specifies the set of possible permissions for a shared access account policy.
- SharedAccessAccountPolicy - Class in com.microsoft.azure.storage
-
Represents a shared access policy, which specifies the start time, expiry time,
and permissions for a shared access signature.
- SharedAccessAccountPolicy() - Constructor for class com.microsoft.azure.storage.SharedAccessAccountPolicy
-
- SharedAccessAccountResourceType - Enum in com.microsoft.azure.storage
-
Specifies the set of possible resource types for a shared access account policy.
- SharedAccessAccountService - Enum in com.microsoft.azure.storage
-
Specifies the set of possible services for a shared access account policy.
- SharedAccessBlobHeaders - Class in com.microsoft.azure.storage.blob
-
Represents the optional headers that can be returned with blobs accessed using SAS.
- SharedAccessBlobHeaders() - Constructor for class com.microsoft.azure.storage.blob.SharedAccessBlobHeaders
-
- SharedAccessBlobHeaders(SharedAccessHeaders) - Constructor for class com.microsoft.azure.storage.blob.SharedAccessBlobHeaders
-
- SharedAccessBlobPermissions - Enum in com.microsoft.azure.storage.blob
-
Specifies the set of possible permissions for a shared access policy.
- SharedAccessBlobPolicy - Class in com.microsoft.azure.storage.blob
-
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access
signature.
- SharedAccessBlobPolicy() - Constructor for class com.microsoft.azure.storage.blob.SharedAccessBlobPolicy
-
- SharedAccessFileHeaders - Class in com.microsoft.azure.storage.file
-
Represents the optional headers that can be returned with files accessed using SAS.
- SharedAccessFileHeaders() - Constructor for class com.microsoft.azure.storage.file.SharedAccessFileHeaders
-
- SharedAccessFileHeaders(SharedAccessHeaders) - Constructor for class com.microsoft.azure.storage.file.SharedAccessFileHeaders
-
- SharedAccessFilePermissions - Enum in com.microsoft.azure.storage.file
-
Specifies the set of possible permissions for a shared access policy.
- SharedAccessFilePolicy - Class in com.microsoft.azure.storage.file
-
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access
signature.
- SharedAccessFilePolicy() - Constructor for class com.microsoft.azure.storage.file.SharedAccessFilePolicy
-
- SharedAccessHeaders - Class in com.microsoft.azure.storage
-
RESERVED FOR INTERNAL USE.
- SharedAccessHeaders() - Constructor for class com.microsoft.azure.storage.SharedAccessHeaders
-
- SharedAccessHeaders(SharedAccessHeaders) - Constructor for class com.microsoft.azure.storage.SharedAccessHeaders
-
- SharedAccessPolicy - Class in com.microsoft.azure.storage
-
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access
signature.
- SharedAccessPolicy() - Constructor for class com.microsoft.azure.storage.SharedAccessPolicy
-
Creates an instance of the SharedAccessPolicy
class.
- SharedAccessPolicyHandler<T extends SharedAccessPolicy> - Class in com.microsoft.azure.storage
-
RESERVED FOR INTERNAL USE.
- SharedAccessPolicySerializer - Class in com.microsoft.azure.storage
-
RESERVED FOR INTERNAL USE.
- SharedAccessPolicySerializer() - Constructor for class com.microsoft.azure.storage.SharedAccessPolicySerializer
-
- SharedAccessProtocols - Enum in com.microsoft.azure.storage
-
Specifies the set of possible permissions for a shared access protocol.
- SharedAccessQueuePermissions - Enum in com.microsoft.azure.storage.queue
-
Specifies the set of possible permissions for a shared access queue policy.
- SharedAccessQueuePolicy - Class in com.microsoft.azure.storage.queue
-
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access
signature.
- SharedAccessQueuePolicy() - Constructor for class com.microsoft.azure.storage.queue.SharedAccessQueuePolicy
-
- SharedAccessTablePermissions - Enum in com.microsoft.azure.storage.table
-
Specifies the set of possible permissions for a shared access table policy.
- SharedAccessTablePolicy - Class in com.microsoft.azure.storage.table
-
Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access
signature.
- SharedAccessTablePolicy() - Constructor for class com.microsoft.azure.storage.table.SharedAccessTablePolicy
-
- ShareListingDetails - Enum in com.microsoft.azure.storage.file
-
Specifies which details to include when listing the shares in this storage account.
- ShareStats - Class in com.microsoft.azure.storage.file
-
Class representing a set of statistics pertaining to a cloud file share.
- ShareStats() - Constructor for class com.microsoft.azure.storage.file.ShareStats
-
- SHARING_VIOLATION - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified resource may be in use by an SMB client.
- SIGNATURE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the SAS signature.
- SIGNED_EXPIRY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS expiry time.
- SIGNED_IDENTIFIER - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS identifier.
- SIGNED_IDENTIFIER_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for a signed identifier.
- SIGNED_IDENTIFIERS_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for signed identifiers.
- SIGNED_IP - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS IP address.
- SIGNED_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signing SAS key.
- SIGNED_PERMISSIONS - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS permissions.
- SIGNED_PROTOCOLS - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS Internet protocols.
- SIGNED_RESOURCE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS resource.
- SIGNED_RESOURCE_TYPE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS resource type.
- SIGNED_SERVICE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS service.
- SIGNED_START - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS start time.
- SIGNED_VERSION - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the signed SAS version.
- skip(long) - Method in class com.microsoft.azure.storage.blob.BlobInputStream
-
Skips over and discards n bytes of data from this input stream.
- skip(long) - Method in class com.microsoft.azure.storage.blob.SubStream
-
Advances the current position of the substream by n
.
- skip(long) - Method in class com.microsoft.azure.storage.file.FileInputStream
-
Skips over and discards n bytes of data from this input stream.
- SKU_NAME - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies the sku name for an account.
- SNAPSHOT - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for snapshot time.
- SNAPSHOT_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies the snapshot ID.
- SNAPSHOTS_PRESENT - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
This operation is not permitted because the blob has snapshots.
- SOURCE_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The source condition specified using HTTP conditional header(s) is not met.
- SOURCE_CONTENT_MD5_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header that specifies source content MD5.
- SOURCE_IF_MATCH_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for the If-Match condition.
- SOURCE_IF_MODIFIED_SINCE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for the If-Modified-Since condition.
- SOURCE_IF_NONE_MATCH_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for the If-None-Match condition.
- SOURCE_IF_UNMODIFIED_SINCE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for the If-Unmodified-Since condition.
- SOURCE_LEASE_ID_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for the source lease id.
- StandardBlobTier - Enum in com.microsoft.azure.storage.blob
-
The tier of the block blob on a standard storage account.
- START - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the start time of an access policy.
- START_PARTITION_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the SAS start partition key.
- START_ROW_KEY - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for the SAS start row key.
- startCopy(CloudAppendBlob) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Requests the service to start copying a append blob's contents, properties, and metadata to a new append blob.
- startCopy(CloudAppendBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Requests the service to start copying a append blob's contents, properties, and metadata to a new append blob,
using the specified access conditions, lease ID, request options, and operation context.
- startCopy(URI) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Requests the service to start copying a URI's contents, properties, and metadata to a new blob.
- startCopy(URI, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Requests the service to start copying a URI's contents, properties, and metadata to a new blob, using the
specified access conditions, lease ID, request options, and operation context.
- startCopy(CloudBlockBlob) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Requests the service to start copying a block blob's contents, properties, and metadata to a new block blob.
- startCopy(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Requests the service to start copying a block blob's contents, properties, and metadata to a new block blob,
using the specified access conditions, lease ID, request options, and operation context.
- startCopy(CloudFile) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Requests the service to start copying a file's contents, properties, and metadata to a new block blob.
- startCopy(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Requests the service to start copying a file's contents, properties, and metadata to a new block blob,
using the specified access conditions, lease ID, request options, and operation context.
- startCopy(CloudPageBlob) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Requests the service to start copying a blob's contents, properties, and metadata to a new blob.
- startCopy(CloudPageBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the
specified access conditions, lease ID, request options, and operation context.
- startCopy(CloudPageBlob, PremiumPageBlobTier, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the
specified blob tier, access conditions, lease ID, request options, and operation context.
- startCopy(CloudBlob) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Requests the service to start copying a blob's contents, properties, and metadata to a new file.
- startCopy(CloudBlob, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Requests the service to start copying a file's contents, properties, and metadata to a new file,
using the specified access conditions, lease ID, request options, and operation context.
- startCopy(CloudFile) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Requests the service to start copying an Azure File's contents, properties, and metadata to a new Azure File.
- startCopy(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Requests the service to start copying an Azure File's contents, properties, and metadata to a new Azure File,
using the specified access conditions, lease ID, request options, and operation context.
- startCopy(URI) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Requests the service to start copying a URI's contents, properties, and metadata to a new Azure File.
- startCopy(URI, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Requests the service to start copying a URI's contents, properties, and metadata to a new Azure File,
using the specified access conditions, lease ID, request options, and operation context.
- startElement(String, String, String, Attributes) - Method in class com.microsoft.azure.storage.SharedAccessPolicyHandler
-
- startIncrementalCopy(CloudPageBlob) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Requests the service to start an incremental copy of another page blob's contents, properties, and metadata
to this blob.
- startIncrementalCopy(URI) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Requests the service to start an incremental copy of another page blob's contents, properties, and metadata
to this blob.
- startIncrementalCopy(CloudPageBlob, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the
specified access conditions, lease ID, request options, and operation context.
- startIncrementalCopy(URI, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Requests the service to start copying a blob's contents, properties, and metadata to a new blob, using the
specified access conditions, lease ID, request options, and operation context.
- STATIC_WEBSITE_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for Static Website.
- STATIC_WEBSITE_ERROR_DOCUMENT_404_PATH_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
THe XML element for ErroDocument404PathName.
- STATIC_WEBSITE_INDEX_DOCUMENT_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for IndexDocument
- StaticWebsiteProperties - Class in com.microsoft.azure.storage
-
Represents the service properties pertaining to StaticWebsites
- StaticWebsiteProperties() - Constructor for class com.microsoft.azure.storage.StaticWebsiteProperties
-
- STATS - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for stats.
- STORAGE_RANGE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for data ranges.
- STORAGE_SERVICE_PROPERTIES_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the StorageServiceProperties
- STORAGE_SERVICE_STATS - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the StorageServiceStats
- STORAGE_SOURCE_RANGE_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for data ranges.
- STORAGE_VERSION_HEADER - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The header for storage version.
- StorageCredentials - Class in com.microsoft.azure.storage
-
Represents a set of credentials used to authenticate access to a Microsoft Azure storage account.
- StorageCredentials() - Constructor for class com.microsoft.azure.storage.StorageCredentials
-
- StorageCredentialsAccountAndKey - Class in com.microsoft.azure.storage
-
Represents storage account credentials, based on storage account and access key, for accessing the Microsoft Azure
storage services.
- StorageCredentialsAccountAndKey(String, byte[]) - Constructor for class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
-
Creates an instance of the StorageCredentialsAccountAndKey
class, using the specified storage
account name and access key; the specified access key is in the form of a byte array.
- StorageCredentialsAccountAndKey(String, String) - Constructor for class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
-
Creates an instance of the StorageCredentialsAccountAndKey
class, using the specified storage
account name and access key; the specified access key is stored as a String
.
- StorageCredentialsAnonymous - Class in com.microsoft.azure.storage
-
Represents credentials for anonymous access.
- StorageCredentialsSharedAccessSignature - Class in com.microsoft.azure.storage
-
Represents storage credentials for delegated access to Blob service resources via a shared access signature.
- StorageCredentialsSharedAccessSignature(String) - Constructor for class com.microsoft.azure.storage.StorageCredentialsSharedAccessSignature
-
Creates an instance of the StorageCredentialsSharedAccessSignature
class using the specified shared
access signature token.
- StorageCredentialsToken - Class in com.microsoft.azure.storage
-
Represents storage account credentials, based on an authentication token, for accessing the Microsoft Azure
storage services.
- StorageCredentialsToken(String, String) - Constructor for class com.microsoft.azure.storage.StorageCredentialsToken
-
Creates an instance of the StorageCredentialsToken
class, using the specified 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, Exception) - Constructor for exception com.microsoft.azure.storage.StorageException
-
Creates an instance of the StorageException
class using the specified parameters.
- StorageException(String, String, int, StorageExtendedErrorInformation, Exception) - Constructor for exception com.microsoft.azure.storage.StorageException
-
Creates an instance of the StorageException
class using the specified parameters.
- StorageExtendedErrorInformation - Class in com.microsoft.azure.storage
-
Represents extended error information returned by the Microsoft Azure storage service.
- StorageExtendedErrorInformation() - Constructor for class com.microsoft.azure.storage.StorageExtendedErrorInformation
-
Creates an instance of the StorageExtendedErrorInformation
class.
- StorageLocation - Enum in com.microsoft.azure.storage
-
Represents a storage service location.
- StorageService - Enum in com.microsoft.azure.storage.analytics
-
Represents a storage service type.
- StorageUri - Class in com.microsoft.azure.storage
-
Holds a list of URIs that represents the storage resource.
- StorageUri(URI) - Constructor for class com.microsoft.azure.storage.StorageUri
-
Initializes a new instance of the
StorageUri
class using the specified URI.
- StorageUri(URI, URI) - Constructor for class com.microsoft.azure.storage.StorageUri
-
Initializes a new instance of the
StorageUri
class using the specified primary and secondary URIs.
- StoreAs - Annotation Type in com.microsoft.azure.storage.table
-
An annotation used to override the name a property is serialized and deserialized with using reflection.
- SubStream - Class in com.microsoft.azure.storage.blob
-
- SubStream(InputStream, long, long, Object) - Constructor for class com.microsoft.azure.storage.blob.SubStream
-
Creates a new substream instance that partitions the wrapped stream source
from
startIndex
up to streamLength
.
- SUBSTREAM_BUFFER_SIZE - Static variable in class com.microsoft.azure.storage.Constants
-
The default read buffer size used by the SubStream class.
- SubStreamGenerator - Class in com.microsoft.azure.storage
-
- SubStreamGenerator(InputStream, int, long) - Constructor for class com.microsoft.azure.storage.SubStreamGenerator
-
- undelete() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Un-deletes a blob and all its snapshots that have been soft-deleted.
- undelete(BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Un-deletes a blob that has been soft-deleted, using the specified request options, and operation context.
- UNDELETE - Static variable in class com.microsoft.azure.storage.Constants.QueryConstants
-
The query component for un-delete operation.
- UNLOCKED_VALUE - Static variable in class com.microsoft.azure.storage.Constants
-
Constant signaling the resource is unlocked.
- UNSPECIFIED_VALUE - Static variable in class com.microsoft.azure.storage.Constants
-
Constant signaling the resource lease duration, state or status is unspecified.
- UNSUPPORTED_HEADER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
One or more header values are not supported.
- UNSUPPORTED_HTTP_VERB - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The specified HTTP verb is not supported.
- UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
One or more query parameters is not supported.
- UNSUPPORTED_XML_NODE - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
One of the XML nodes specified in the request body is not supported.
- UPDATE_CONDITION_NOT_SATISFIED - Static variable in class com.microsoft.azure.storage.StorageErrorCodeStrings
-
The update condition was not satisfied
- updateKey(String) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
-
Sets the name of the access key to be used when signing the request.
- updateKey(byte[]) - Method in class com.microsoft.azure.storage.StorageCredentialsAccountAndKey
-
Sets the name of the access key to be used when signing the request.
- updateMessage(CloudQueueMessage, int) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Updates the specified message in the queue with a new visibility timeout value in seconds.
- updateMessage(CloudQueueMessage, int, EnumSet<MessageUpdateFields>, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Updates a message in the queue, using the specified request options and operation context.
- updateToken(String) - Method in class com.microsoft.azure.storage.StorageCredentialsToken
-
Sets the token to be used when authenticating HTTPS requests.
- upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Uploads the source stream data to the append blob.
- upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudAppendBlob
-
Uploads the source stream data to the append blob using the specified lease ID, request options, and operation
context.
- upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads the source stream data to the blob.
- upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads the source stream data to the blob using the specified lease ID, request options, and operation context.
- upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Uploads the source stream data to the block blob.
- upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Uploads the source stream data to the blob, using the specified lease ID, request options, and operation context.
- upload(InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Uploads the source stream data to the page blob.
- upload(InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Uploads the source stream data to the page blob using the specified lease ID, request options, and operation
context.
- upload(InputStream, long, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Uploads the source stream data to the page blob using the specified lease ID, request options, and operation
context.
- upload(InputStream, long) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads the source stream data to the file.
- upload(InputStream, long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads the source stream data to the file using the specified access condition, request options, and operation
context.
- uploadBlock(String, InputStream, long) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Uploads a block to be committed as part of the block blob, using the specified block ID.
- uploadBlock(String, InputStream, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Uploads a block to be committed as part of the block blob, using the specified block ID, the specified lease ID,
request options, and operation context.
- uploadFromByteArray(byte[], int, int) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads a blob from data in a byte array.
- uploadFromByteArray(byte[], int, int, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads a blob from data in a byte array.
- uploadFromByteArray(byte[], int, int, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Uploads a blob from data in a byte array.
- uploadFromByteArray(byte[], int, int) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a file from data in a byte array.
- uploadFromByteArray(byte[], int, int, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a file from data in a byte array.
- uploadFromFile(String) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads a blob from a file.
- uploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads a blob from a file.
- uploadFromFile(String, PremiumPageBlobTier, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Uploads a blob from a file.
- uploadFromFile(String) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a local file.
- uploadFromFile(String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a file from a local file.
- uploadMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads the blob's metadata to the storage service.
- uploadMetadata(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Uploads the blob's metadata to the storage service using the specified lease ID, request options, and operation
context.
- uploadMetadata() - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Uploads the container's metadata.
- uploadMetadata(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Uploads the container's metadata using the specified request options and operation context.
- uploadMetadata() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads the file's metadata to the storage service.
- uploadMetadata(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads the file's metadata to the storage service using the access condition, request options, and operation
context.
- uploadMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Uploads the directory's metadata.
- uploadMetadata(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileDirectory
-
Uploads the directory's metadata using the specified request options and operation context.
- uploadMetadata() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Uploads the share's metadata.
- uploadMetadata(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Uploads the share's metadata using the specified request options and operation context.
- uploadMetadata() - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Uploads the metadata in the CloudQueue
object to the queue.
- uploadMetadata(QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Uploads the metadata in the CloudQueue
object to the queue, using the specified request options and
operation context.
- uploadPages(InputStream, long, long) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Uploads a range of contiguous pages, up to 4 MB in size, at the specified offset in the page blob.
- uploadPages(InputStream, long, long, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Uploads a range of contiguous pages, up to 4 MB in size, at the specified offset in the page blob, using the
specified lease ID, request options, and operation context.
- uploadPermissions(BlobContainerPermissions) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Uploads the container's permissions.
- uploadPermissions(BlobContainerPermissions, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobContainer
-
Uploads the container's permissions using the specified request options and operation context.
- uploadPermissions(FileSharePermissions) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Uploads the share's permissions.
- uploadPermissions(FileSharePermissions, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Uploads the share's permissions using the specified request options and operation context.
- uploadPermissions(QueuePermissions) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Uploads the queue's permissions.
- uploadPermissions(QueuePermissions, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueue
-
Uploads the queue's permissions using the specified request options and operation context.
- uploadPermissions(TablePermissions) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Uploads the table's permissions.
- uploadPermissions(TablePermissions, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTable
-
Uploads the table's permissions using the specified request options and operation context.
- uploadPremiumPageBlobTier(PremiumPageBlobTier) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Sets the blob tier on a page blob on a premium storage account.
- uploadPremiumPageBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudPageBlob
-
Sets the tier on a page blob on a premium storage account.
- uploadProperties() - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Updates the blob's properties to the storage service.
- uploadProperties(AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlob
-
Updates the blob's properties using the specified lease ID, request options, and operation context.
- uploadProperties() - Method in class com.microsoft.azure.storage.file.CloudFile
-
Updates the file's properties to the storage service.
- uploadProperties(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Updates the file's properties using the access condition, request options, and operation context.
- uploadProperties() - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Updates the share's properties on the storage service.
- uploadProperties(AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileShare
-
Updates the share's properties using the request options, and operation context.
- uploadRange(InputStream, long, long) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a range to a file.
- uploadRange(InputStream, long, long, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a range to a file using the specified lease ID, request options, and operation context.
- uploadServiceProperties(ServiceProperties) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
- uploadServiceProperties(ServiceProperties, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlobClient
-
- uploadServiceProperties(FileServiceProperties) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
- uploadServiceProperties(FileServiceProperties, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFileClient
-
- uploadServiceProperties(ServiceProperties) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- uploadServiceProperties(ServiceProperties, QueueRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.queue.CloudQueueClient
-
- uploadServiceProperties(ServiceProperties) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- uploadServiceProperties(ServiceProperties, TableRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.table.CloudTableClient
-
- uploadStandardBlobTier(StandardBlobTier) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Sets the blob tier on a block blob on a standard storage account.
- uploadStandardBlobTier(StandardBlobTier, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Sets the tier on a block blob on a standard storage account.
- uploadText(String) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Uploads a blob from a string using the platform's default encoding.
- uploadText(String, String, AccessCondition, BlobRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.blob.CloudBlockBlob
-
Uploads a blob from a string using the specified encoding.
- uploadText(String) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a file from a string using the platform's default encoding.
- uploadText(String, String, AccessCondition, FileRequestOptions, OperationContext) - Method in class com.microsoft.azure.storage.file.CloudFile
-
Uploads a file from a string using the specified encoding.
- URL_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants
-
XML element for the URL.
- USER_AGENT - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
The UserAgent header.
- USER_AGENT_PREFIX - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
Specifies the value to use for UserAgent header.
- USER_AGENT_VERSION - Static variable in class com.microsoft.azure.storage.Constants.HeaderConstants
-
Specifies the value to use for UserAgent header.
- UTF8_CHARSET - Static variable in class com.microsoft.azure.storage.Constants
-
The default type for content-type and accept
- validateBlobName(String) - Static method in class com.microsoft.azure.storage.NameValidator
-
Checks if a blob name is valid.
- validateContainerName(String) - Static method in class com.microsoft.azure.storage.NameValidator
-
Checks if a container name is valid.
- validateDirectoryName(String) - Static method in class com.microsoft.azure.storage.NameValidator
-
Checks if a directory name is valid.
- validateFileName(String) - Static method in class com.microsoft.azure.storage.NameValidator
-
Checks if a file name is valid.
- validateLocationMode(LocationMode) - Method in class com.microsoft.azure.storage.StorageUri
-
- validateQueueName(String) - Static method in class com.microsoft.azure.storage.NameValidator
-
Checks if a queue name is valid.
- validateShareName(String) - Static method in class com.microsoft.azure.storage.NameValidator
-
Checks if a share name is valid.
- validateTableName(String) - Static method in class com.microsoft.azure.storage.NameValidator
-
Checks if a table name is valid.
- value - Variable in enum com.microsoft.azure.storage.blob.BlobListingDetails
-
Returns the value of this enum.
- value - Variable in enum com.microsoft.azure.storage.blob.ContainerListingDetails
-
Returns the value of this enum.
- value - Variable in enum com.microsoft.azure.storage.file.ShareListingDetails
-
Returns the value of this enum.
- value - Variable in enum com.microsoft.azure.storage.queue.MessageUpdateFields
-
Returns the value of this enum.
- value - Variable in enum com.microsoft.azure.storage.queue.QueueListingDetails
-
Returns the value of this enum.
- value - Variable in enum com.microsoft.azure.storage.StorageErrorCode
-
Returns the value of this enum.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.analytics.StorageService
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlobContainerPublicAccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlobListingDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlobType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlockListingFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.BlockSearchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.ContainerListingDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.CopyStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.DeleteSnapshotsOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseDuration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.LeaseStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.PremiumPageBlobTier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.RehydrationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.SharedAccessBlobPermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.StandardBlobTier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.CorsHttpMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.file.CopyStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.file.DeleteShareSnapshotsOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.file.SharedAccessFilePermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.file.ShareListingDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.GeoReplicationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.LocationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.LoggingOperations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.MetricsLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.MessageUpdateFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.QueueListingDetails
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.queue.SharedAccessQueuePermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.ResultContinuationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessAccountPermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessAccountResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessAccountService
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.SharedAccessProtocols
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.StorageErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.StorageLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.table.EdmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.table.SharedAccessTablePermissions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.storage.table.TablePayloadFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.microsoft.azure.storage.analytics.StorageService
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.BlobContainerPublicAccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.BlobListingDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.BlobType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.BlockListingFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.BlockSearchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.ContainerListingDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.CopyStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.DeleteSnapshotsOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.LeaseDuration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.LeaseState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.LeaseStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.PremiumPageBlobTier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.RehydrationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.SharedAccessBlobPermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.blob.StandardBlobTier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.CorsHttpMethods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.file.CopyStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.file.DeleteShareSnapshotsOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.file.SharedAccessFilePermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.file.ShareListingDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.GeoReplicationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.LocationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.LoggingOperations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.MetricsLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.queue.MessageUpdateFields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.queue.QueueListingDetails
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.queue.SharedAccessQueuePermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.ResultContinuationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.SharedAccessAccountPermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.SharedAccessAccountResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.SharedAccessAccountService
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.SharedAccessProtocols
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.StorageErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.StorageLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.table.EdmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.table.SharedAccessTablePermissions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.storage.table.TablePayloadFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyConditional(String, Date) - Method in class com.microsoft.azure.storage.AccessCondition
-
RESERVED FOR INTERNAL USE.
- VERSION_ELEMENT - Static variable in class com.microsoft.azure.storage.Constants.AnalyticsConstants
-
The XML element for the Version