Index

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

A

abortCopyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
abortCopyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
abortCopyFromUrlWithResponse(String, String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
abortCopyFromUrlWithResponse(String, String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
ABORTED - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
Enum value aborted.
AccessTier - Class in com.azure.storage.blob.models
Defines values for AccessTier.
AccessTier() - Constructor for class com.azure.storage.blob.models.AccessTier
 
ACCOUNT_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AccountAlreadyExists for BlobErrorCode.
ACCOUNT_BEING_CREATED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AccountBeingCreated for BlobErrorCode.
ACCOUNT_IS_DISABLED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AccountIsDisabled for BlobErrorCode.
AccountKind - Enum in com.azure.storage.blob.models
Defines values for AccountKind.
accountName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Storage account name that contains the blob.
acquireLease(int) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Acquires a lease for write and delete operations.
acquireLease(int) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Acquires a lease for write and delete operations.
acquireLeaseWithResponse(int, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Acquires a lease for write and delete operations.
acquireLeaseWithResponse(int, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Acquires a lease for write and delete operations.
acquireLeaseWithResponse(BlobAcquireLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Acquires a lease for write and delete operations.
acquireLeaseWithResponse(BlobAcquireLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Acquires a lease for write and delete operations.
addParallelProgressReporting(Flux<ByteBuffer>, ProgressReceiver, Lock, AtomicLong) - Static method in class com.azure.storage.blob.ProgressReporter
Deprecated.
Use ProgressReporter instead.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.BlobClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Adds a pipeline policy to apply on each request sent.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Adds a pipeline policy to apply on each request sent.
addProgressReporting(Flux<ByteBuffer>, ProgressReceiver) - Static method in class com.azure.storage.blob.ProgressReporter
Deprecated.
Use ProgressReporter instead.
AES256 - Enum constant in enum com.azure.storage.blob.models.EncryptionAlgorithmType
Enum value AES256.
ALL - Enum constant in enum com.azure.storage.blob.models.BlockListType
Enum value all.
APPEND_BLOB - Enum constant in enum com.azure.storage.blob.models.BlobType
Enum value AppendBlob.
APPEND_POSITION_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AppendPositionConditionNotMet for BlobErrorCode.
AppendBlobAppendBlockFromUrlOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when appending a block from a source URL.
AppendBlobAppendBlockFromUrlOptions(String) - Constructor for class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
AppendBlobAsyncClient - Class in com.azure.storage.blob.specialized
Client to an append blob.
AppendBlobClient - Class in com.azure.storage.blob.specialized
Client to an append blob.
AppendBlobCreateOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when creating an Append Blob.
AppendBlobCreateOptions() - Constructor for class com.azure.storage.blob.options.AppendBlobCreateOptions
 
AppendBlobItem - Class in com.azure.storage.blob.models
This class contains the properties about an append blob.
AppendBlobItem(String, OffsetDateTime, byte[], boolean, String, String, Integer) - Constructor for class com.azure.storage.blob.models.AppendBlobItem
Constructs an AppendBlobItem.
AppendBlobItem(String, OffsetDateTime, byte[], boolean, String, String, String, Integer) - Constructor for class com.azure.storage.blob.models.AppendBlobItem
Constructs an AppendBlobItem.
AppendBlobItem(String, OffsetDateTime, byte[], boolean, String, String, String, Integer, String) - Constructor for class com.azure.storage.blob.models.AppendBlobItem
Constructs an AppendBlobItem.
AppendBlobRequestConditions - Class in com.azure.storage.blob.models
This class contains values that restrict the successful completion of AppendBlock operations to certain conditions.
AppendBlobRequestConditions() - Constructor for class com.azure.storage.blob.models.AppendBlobRequestConditions
 
AppendBlobSealOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when sealing an Append Blob.
AppendBlobSealOptions() - Constructor for class com.azure.storage.blob.options.AppendBlobSealOptions
 
appendBlock(InputStream, long) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Commits a new block of data to the end of the existing append blob.
appendBlock(Flux<ByteBuffer>, long) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Commits a new block of data to the end of the existing append blob.
appendBlockFromUrl(String, BlobRange) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Commits a new block of data from another blob to the end of this append blob.
appendBlockFromUrl(String, BlobRange) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Commits a new block of data from another blob to the end of this append blob.
appendBlockFromUrlWithResponse(AppendBlobAppendBlockFromUrlOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Commits a new block of data from another blob to the end of this append blob.
appendBlockFromUrlWithResponse(AppendBlobAppendBlockFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Commits a new block of data from another blob to the end of this append blob.
appendBlockFromUrlWithResponse(String, BlobRange, byte[], AppendBlobRequestConditions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Commits a new block of data from another blob to the end of this append blob.
appendBlockFromUrlWithResponse(String, BlobRange, byte[], AppendBlobRequestConditions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Commits a new block of data from another blob to the end of this append blob.
appendBlockWithResponse(InputStream, long, byte[], AppendBlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Commits a new block of data to the end of the existing append blob.
appendBlockWithResponse(Flux<ByteBuffer>, long, byte[], AppendBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Commits a new block of data to the end of the existing append blob.
ARCHIVE - Static variable in class com.azure.storage.blob.models.AccessTier
Static value Archive for AccessTier.
ArchiveStatus - Class in com.azure.storage.blob.models
Defines values for ArchiveStatus.
ArchiveStatus() - Constructor for class com.azure.storage.blob.models.ArchiveStatus
 
AUTHENTICATION_FAILED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AuthenticationFailed for BlobErrorCode.
AUTHORIZATION_FAILURE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AuthorizationFailure for BlobErrorCode.
AUTHORIZATION_PERMISSION_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AuthorizationPermissionMismatch for BlobErrorCode.
AUTHORIZATION_PROTOCOL_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AuthorizationProtocolMismatch for BlobErrorCode.
AUTHORIZATION_RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AuthorizationResourceTypeMismatch for BlobErrorCode.
AUTHORIZATION_SERVICE_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AuthorizationServiceMismatch for BlobErrorCode.
AUTHORIZATION_SOURCE_IPMISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AuthorizationSourceIPMismatch for BlobErrorCode.
AVAILABLE - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
Enum value available.
azureBlobStorage - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Backing REST client for the blob client.

B

beginCopy(BlobBeginCopyOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Copies the data at the source URL to a blob.
beginCopy(BlobBeginCopyOptions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Copies the data at the source URL to a blob.
beginCopy(String, Duration) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Copies the data at the source URL to a blob.
beginCopy(String, Duration) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Copies the data at the source URL to a blob.
beginCopy(String, Map<String, String>, AccessTier, RehydratePriority, RequestConditions, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Copies the data at the source URL to a blob.
beginCopy(String, Map<String, String>, AccessTier, RehydratePriority, RequestConditions, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Copies the data at the source URL to a blob.
BLOB - Static variable in class com.azure.storage.blob.models.PublicAccessType
Static value blob for PublicAccessType.
BLOB_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobAlreadyExists for BlobErrorCode.
BLOB_ARCHIVED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobArchived for BlobErrorCode.
BLOB_BEING_REHYDRATED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobBeingRehydrated for BlobErrorCode.
BLOB_DEFAULT_HTBB_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobAsyncClient
If a blob is known to be greater than 100MB, using a larger block size will trigger some server-side optimizations.
BLOB_DEFAULT_HTBB_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobClient
If a blob is known to be greater than 100MB, using a larger block size will trigger some server-side optimizations.
BLOB_DEFAULT_NUMBER_OF_BUFFERS - Static variable in class com.azure.storage.blob.BlobAsyncClient
The number of buffers to use if none is specified on the buffered upload method.
BLOB_DEFAULT_NUMBER_OF_BUFFERS - Static variable in class com.azure.storage.blob.BlobClient
The number of buffers to use if none is specied on the buffered upload method.
BLOB_DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobAsyncClient
The block size to use if none is specified in parallel operations.
BLOB_DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobClient
The block size to use if none is specified in parallel operations.
BLOB_IMMUTABLE_DUE_TO_POLICY - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobImmutableDueToPolicy for BlobErrorCode.
BLOB_NOT_ARCHIVED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobNotArchived for BlobErrorCode.
BLOB_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobNotFound for BlobErrorCode.
BLOB_OVERWRITTEN - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobOverwritten for BlobErrorCode.
BLOB_STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
Enum value BlobStorage.
BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobTierInadequateForContentLength for BlobErrorCode.
BLOB_USES_CUSTOMER_SPECIFIED_ENCRYPTION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobUsesCustomerSpecifiedEncryption for BlobErrorCode.
BlobAccessPolicy - Class in com.azure.storage.blob.models
An Access policy.
BlobAccessPolicy() - Constructor for class com.azure.storage.blob.models.BlobAccessPolicy
 
BlobAcquireLeaseOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when acquiring a lease to a blob or container.
BlobAcquireLeaseOptions(int) - Constructor for class com.azure.storage.blob.options.BlobAcquireLeaseOptions
 
BlobAnalyticsLogging - Class in com.azure.storage.blob.models
Azure Analytics Logging settings.
BlobAnalyticsLogging() - Constructor for class com.azure.storage.blob.models.BlobAnalyticsLogging
 
blobAsyncClient(BlobAsyncClientBase) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
Configures the builder based on the passed BlobAsyncClient.
blobAsyncClient(BlobAsyncClientBase) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Configures the builder based on the BlobAsyncClientBase.
BlobAsyncClient - Class in com.azure.storage.blob
This class provides a client that contains generic blob operations for Azure Storage Blobs.
BlobAsyncClient(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo) - Constructor for class com.azure.storage.blob.BlobAsyncClient
Protected constructor for use by BlobClientBuilder.
BlobAsyncClient(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope) - Constructor for class com.azure.storage.blob.BlobAsyncClient
Protected constructor for use by BlobClientBuilder.
BlobAsyncClient(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope, String) - Constructor for class com.azure.storage.blob.BlobAsyncClient
Protected constructor for use by BlobClientBuilder.
BlobAsyncClientBase - Class in com.azure.storage.blob.specialized
This class provides a client that contains all operations that apply to any blob type.
BlobAsyncClientBase(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo) - Constructor for class com.azure.storage.blob.specialized.BlobAsyncClientBase
Protected constructor for use by SpecializedBlobClientBuilder.
BlobAsyncClientBase(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope) - Constructor for class com.azure.storage.blob.specialized.BlobAsyncClientBase
Protected constructor for use by SpecializedBlobClientBuilder.
BlobAsyncClientBase(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope, String) - Constructor for class com.azure.storage.blob.specialized.BlobAsyncClientBase
Protected constructor for use by SpecializedBlobClientBuilder.
BlobBeginCopyOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when beginning a copy operation.
BlobBeginCopyOptions(String) - Constructor for class com.azure.storage.blob.options.BlobBeginCopyOptions
 
BlobBeginCopySourceRequestConditions - Class in com.azure.storage.blob.models
This class contains values which will restrict the successful operation of a variety of blob requests to the conditions present on the source blob.
BlobBeginCopySourceRequestConditions() - Constructor for class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
 
BlobBreakLeaseOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when breaking a lease to a blob or container.
BlobBreakLeaseOptions() - Constructor for class com.azure.storage.blob.options.BlobBreakLeaseOptions
 
BlobChangeLeaseOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when changing a lease to a blob or container.
BlobChangeLeaseOptions(String) - Constructor for class com.azure.storage.blob.options.BlobChangeLeaseOptions
 
blobClient(BlobClientBase) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
Configures the builder based on the passed BlobClient.
blobClient(BlobClientBase) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Configures the builder based on the BlobClientBase.
BlobClient - Class in com.azure.storage.blob
This class provides a client that contains generic blob operations for Azure Storage Blobs.
BlobClient(BlobAsyncClient) - Constructor for class com.azure.storage.blob.BlobClient
Protected constructor for use by BlobClientBuilder.
BlobClientBase - Class in com.azure.storage.blob.specialized
This class provides a client that contains all operations that apply to any blob type.
BlobClientBase(BlobAsyncClientBase) - Constructor for class com.azure.storage.blob.specialized.BlobClientBase
Constructor used by SpecializedBlobClientBuilder.
BlobClientBuilder - Class in com.azure.storage.blob
This class provides a fluent builder API to help aid the configuration and instantiation of BlobClients and BlobAsyncClients, call buildClient and buildAsyncClient respectively to construct an instance of the desired client.
BlobClientBuilder() - Constructor for class com.azure.storage.blob.BlobClientBuilder
Creates a builder instance that is able to configure and construct BlobClients and BlobAsyncClients.
BlobContainerAccessPolicies - Class in com.azure.storage.blob.models
This class contains values which correlate to the access polices set on a specific container.
BlobContainerAccessPolicies(PublicAccessType, List<BlobSignedIdentifier>) - Constructor for class com.azure.storage.blob.models.BlobContainerAccessPolicies
BlobContainerAsyncClient - Class in com.azure.storage.blob
Client to a container.
BlobContainerClient - Class in com.azure.storage.blob
Client to a container.
BlobContainerClientBuilder - Class in com.azure.storage.blob
This class provides a fluent builder API to help aid the configuration and instantiation of BlobContainerClients and BlobContainerAsyncClients, call buildClient and buildAsyncClient respectively to construct an instance of the desired client.
BlobContainerClientBuilder() - Constructor for class com.azure.storage.blob.BlobContainerClientBuilder
Creates a builder instance that is able to configure and construct ContainerClients and ContainerAsyncClients.
BlobContainerCreateOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when creating a Blob Container.
BlobContainerCreateOptions() - Constructor for class com.azure.storage.blob.options.BlobContainerCreateOptions
 
blobContainerEncryptionScope(BlobContainerEncryptionScope) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the encryption scope that is used to determine how blob contents are encrypted on the server.
blobContainerEncryptionScope(BlobContainerEncryptionScope) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the encryption scope that is used to determine how blob contents are encrypted on the server.
BlobContainerEncryptionScope - Class in com.azure.storage.blob.models
Parameter group.
BlobContainerEncryptionScope() - Constructor for class com.azure.storage.blob.models.BlobContainerEncryptionScope
 
BlobContainerItem - Class in com.azure.storage.blob.models
An Azure Storage container.
BlobContainerItem() - Constructor for class com.azure.storage.blob.models.BlobContainerItem
 
BlobContainerItemProperties - Class in com.azure.storage.blob.models
Properties of a container.
BlobContainerItemProperties() - Constructor for class com.azure.storage.blob.models.BlobContainerItemProperties
 
BlobContainerListDetails - Class in com.azure.storage.blob.models
This type allows users to specify additional information the service should return with each container when listing containers in an account (via a BlobServiceClient object).
BlobContainerListDetails() - Constructor for class com.azure.storage.blob.models.BlobContainerListDetails
Constructs an unpopulated BlobContainerListDetails.
BlobContainerProperties - Class in com.azure.storage.blob.models
This class contains the response information returned from the service when getting container properties.
BlobContainerProperties(Map<String, String>, String, OffsetDateTime, LeaseDurationType, LeaseStateType, LeaseStatusType, PublicAccessType, boolean, boolean) - Constructor for class com.azure.storage.blob.models.BlobContainerProperties
BlobContainerProperties(Map<String, String>, String, OffsetDateTime, LeaseDurationType, LeaseStateType, LeaseStatusType, PublicAccessType, boolean, boolean, String, Boolean) - Constructor for class com.azure.storage.blob.models.BlobContainerProperties
BlobContainerProperties(Map<String, String>, String, OffsetDateTime, LeaseDurationType, LeaseStateType, LeaseStatusType, PublicAccessType, boolean, boolean, String, Boolean, Boolean) - Constructor for class com.azure.storage.blob.models.BlobContainerProperties
BlobContainerSasPermission - Class in com.azure.storage.blob.sas
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container.
BlobContainerSasPermission() - Constructor for class com.azure.storage.blob.sas.BlobContainerSasPermission
Initializes an BlobContainerSasPermission object with all fields set to false.
BlobCopyFromUrlOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when copying a blob.
BlobCopyFromUrlOptions(String) - Constructor for class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
BlobCopyInfo - Class in com.azure.storage.blob.models
The status of a long running Azure Blob copy operation.
BlobCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String) - Constructor for class com.azure.storage.blob.models.BlobCopyInfo
Creates an instance of BlobCopyInfo.
BlobCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String, String) - Constructor for class com.azure.storage.blob.models.BlobCopyInfo
Creates an instance of BlobCopyInfo.
BlobCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String, String, String) - Constructor for class com.azure.storage.blob.models.BlobCopyInfo
Creates an instance of BlobCopyInfo.
BlobCopySourceTagsMode - Class in com.azure.storage.blob.models
Defines values for BlobCopySourceTags.
BlobCopySourceTagsMode() - Constructor for class com.azure.storage.blob.models.BlobCopySourceTagsMode
 
BlobCorsRule - Class in com.azure.storage.blob.models
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
BlobCorsRule() - Constructor for class com.azure.storage.blob.models.BlobCorsRule
 
BlobDownloadAsyncResponse - Class in com.azure.storage.blob.models
This class contains the response information returned from the server when downloading a blob.
BlobDownloadAsyncResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>, BlobDownloadHeaders) - Constructor for class com.azure.storage.blob.models.BlobDownloadAsyncResponse
BlobDownloadContentAsyncResponse - Class in com.azure.storage.blob.models
This class contains the response information returned from the server when downloading a blob.
BlobDownloadContentAsyncResponse(HttpRequest, int, HttpHeaders, BinaryData, BlobDownloadHeaders) - Constructor for class com.azure.storage.blob.models.BlobDownloadContentAsyncResponse
BlobDownloadContentResponse - Class in com.azure.storage.blob.models
This class contains the response information return from the server when downloading a blob.
BlobDownloadContentResponse(BlobDownloadContentAsyncResponse) - Constructor for class com.azure.storage.blob.models.BlobDownloadContentResponse
BlobDownloadHeaders - Class in com.azure.storage.blob.models
Defines headers for Download operation.
BlobDownloadHeaders() - Constructor for class com.azure.storage.blob.models.BlobDownloadHeaders
Constructs a new instance of BlobDownloadHeaders.
BlobDownloadResponse - Class in com.azure.storage.blob.models
This class contains the response information return from the server when downloading a blob.
BlobDownloadResponse(BlobDownloadAsyncResponse) - Constructor for class com.azure.storage.blob.models.BlobDownloadResponse
Constructs a BlobDownloadResponse.
BlobDownloadToFileOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when downloading a blob to a file.
BlobDownloadToFileOptions(String) - Constructor for class com.azure.storage.blob.options.BlobDownloadToFileOptions
BlobErrorCode - Class in com.azure.storage.blob.models
Defines values for BlobErrorCode.
BlobErrorCode() - Constructor for class com.azure.storage.blob.models.BlobErrorCode
 
BlobGetTagsOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when getting tags for a blob.
BlobGetTagsOptions() - Constructor for class com.azure.storage.blob.options.BlobGetTagsOptions
 
BlobHttpHeaders - Class in com.azure.storage.blob.models
Parameter group.
BlobHttpHeaders() - Constructor for class com.azure.storage.blob.models.BlobHttpHeaders
 
BlobImmutabilityPolicy - Class in com.azure.storage.blob.models
Optional parameters for setting the immutability policy of a blob, blob snapshot or blob version.
BlobImmutabilityPolicy() - Constructor for class com.azure.storage.blob.models.BlobImmutabilityPolicy
 
BlobImmutabilityPolicyMode - Enum in com.azure.storage.blob.models
Defines values for BlobImmutabilityPolicyMode.
BlobInputStream - Class in com.azure.storage.blob.specialized
Provides an input stream to read a given blob resource.
BlobInputStreamOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when opening a blob input stream.
BlobInputStreamOptions() - Constructor for class com.azure.storage.blob.options.BlobInputStreamOptions
 
BlobItem - Class in com.azure.storage.blob.models
An Azure Storage blob.
BlobItem() - Constructor for class com.azure.storage.blob.models.BlobItem
 
BlobItemProperties - Class in com.azure.storage.blob.models
Properties of a blob.
BlobItemProperties() - Constructor for class com.azure.storage.blob.models.BlobItemProperties
 
BlobLeaseAsyncClient - Class in com.azure.storage.blob.specialized
This class provides a client that contains all the leasing operations for containers and blobs.
BlobLeaseClient - Class in com.azure.storage.blob.specialized
This class provides a client that contains all the leasing operations for containers and blobs.
BlobLeaseClientBuilder - Class in com.azure.storage.blob.specialized
This class provides a fluent builder API to help aid the configuration and instantiation of Storage Lease clients.
BlobLeaseClientBuilder() - Constructor for class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
 
BlobLeaseRequestConditions - Class in com.azure.storage.blob.models
This class contains values which will restrict the successful operation of a variety of lease requests to the conditions present.
BlobLeaseRequestConditions() - Constructor for class com.azure.storage.blob.models.BlobLeaseRequestConditions
 
BlobLegalHoldResult - Interface in com.azure.storage.blob.models
The blob legal hold result.
BlobListDetails - Class in com.azure.storage.blob.models
This type allows users to specify additional information the service should return with each blob when listing blobs in a container (via a BlobContainerClient object).
BlobListDetails() - Constructor for class com.azure.storage.blob.models.BlobListDetails
Constructs an unpopulated BlobListDetails.
BlobMetrics - Class in com.azure.storage.blob.models
a summary of request statistics grouped by API in hour or minute aggregates for blobs.
BlobMetrics() - Constructor for class com.azure.storage.blob.models.BlobMetrics
 
blobName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Name of the blob.
blobName(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the name of the blob.
blobName(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the name of the blob.
BlobOutputStream - Class in com.azure.storage.blob.specialized
BlobOutputStream allows for the uploading of data to a blob using a stream-like approach.
BlobParallelUploadOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when uploading a Block Blob in parallel.
BlobParallelUploadOptions(BinaryData) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
Constructs a new BlobParallelUploadOptions.
BlobParallelUploadOptions(InputStream) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
Constructs a new BlobParallelUploadOptions.
BlobParallelUploadOptions(InputStream, long) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
Deprecated.
length is no longer necessary; use BlobParallelUploadOptions(InputStream) instead.
BlobParallelUploadOptions(Flux<ByteBuffer>) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
Constructs a new BlobParallelUploadOptions.
BlobPrefix - Class in com.azure.storage.blob.models
The BlobPrefix model.
BlobPrefix() - Constructor for class com.azure.storage.blob.models.BlobPrefix
 
BlobProperties - Class in com.azure.storage.blob.models
This class contains the response information returned from the service when getting blob properties.
BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, Long, String, Boolean, List<ObjectReplicationPolicy>, String) - Constructor for class com.azure.storage.blob.models.BlobProperties
Constructs a BlobProperties.
BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, Long, String, Boolean, List<ObjectReplicationPolicy>, String, RehydratePriority, Boolean, OffsetDateTime, OffsetDateTime) - Constructor for class com.azure.storage.blob.models.BlobProperties
Constructs a BlobProperties.
BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, Long, String, Boolean, List<ObjectReplicationPolicy>, String, RehydratePriority, Boolean, OffsetDateTime, OffsetDateTime, BlobImmutabilityPolicy, Boolean) - Constructor for class com.azure.storage.blob.models.BlobProperties
Constructs a BlobProperties.
BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, String, Boolean, Long, Map<String, String>, String, Boolean) - Constructor for class com.azure.storage.blob.models.BlobProperties
Constructs a BlobProperties.
BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, OffsetDateTime, Map<String, String>, Integer) - Constructor for class com.azure.storage.blob.models.BlobProperties
Constructs a BlobProperties.
BlobQueryArrowField - Class in com.azure.storage.blob.models
Defines an arrow field for a blob quick query request.
BlobQueryArrowField(BlobQueryArrowFieldType) - Constructor for class com.azure.storage.blob.models.BlobQueryArrowField
 
BlobQueryArrowFieldType - Enum in com.azure.storage.blob.models
Defines values for BlobQueryArrowFieldType.
BlobQueryArrowSerialization - Class in com.azure.storage.blob.models
Defines the output arrow serialization for a blob quick query request.
BlobQueryArrowSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryArrowSerialization
 
BlobQueryAsyncResponse - Class in com.azure.storage.blob.models
This class contains the response information returned from the server when querying a blob.
BlobQueryAsyncResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>, BlobQueryHeaders) - Constructor for class com.azure.storage.blob.models.BlobQueryAsyncResponse
BlobQueryDelimitedSerialization - Class in com.azure.storage.blob.models
Defines the input or output delimited (CSV) serialization for a blob quick query request.
BlobQueryDelimitedSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
 
BlobQueryError - Class in com.azure.storage.blob.models
Defines a blob query error that can be returned on parsing a blob query request.
BlobQueryError(boolean, String, String, long) - Constructor for class com.azure.storage.blob.models.BlobQueryError
Creates a new BlobQueryError object.
BlobQueryHeaders - Class in com.azure.storage.blob.models
Defines headers for Query operation.
BlobQueryHeaders() - Constructor for class com.azure.storage.blob.models.BlobQueryHeaders
 
BlobQueryJsonSerialization - Class in com.azure.storage.blob.models
Defines the input or output JSON serialization for a blob quick query request.
BlobQueryJsonSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryJsonSerialization
 
BlobQueryOptions - Class in com.azure.storage.blob.options
Optional parameters for Blob Query.
BlobQueryOptions(String) - Constructor for class com.azure.storage.blob.options.BlobQueryOptions
Constructs a BlobQueryOptions.
BlobQueryOptions(String, OutputStream) - Constructor for class com.azure.storage.blob.options.BlobQueryOptions
Constructs a BlobQueryOptions.
BlobQueryParquetSerialization - Class in com.azure.storage.blob.models
Defines the input parquet serialization for a blob quick query request.
BlobQueryParquetSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryParquetSerialization
 
BlobQueryProgress - Class in com.azure.storage.blob.models
Defines a blob query error that can be returned on parsing a blob query request.
BlobQueryProgress(long, long) - Constructor for class com.azure.storage.blob.models.BlobQueryProgress
Creates a new BlobQueryProgress object.
BlobQueryResponse - Class in com.azure.storage.blob.models
This class contains the response information return from the server when querying a blob.
BlobQueryResponse(BlobQueryAsyncResponse) - Constructor for class com.azure.storage.blob.models.BlobQueryResponse
Constructs a BlobQueryResponse.
BlobQuerySerialization - Interface in com.azure.storage.blob.models
Defines the input and output serialization for a blob quick query request.
BlobRange - Class in com.azure.storage.blob.models
This is a representation of a range of bytes on a blob, typically used during a download operation.
BlobRange(long) - Constructor for class com.azure.storage.blob.models.BlobRange
Specifies the download operation to start from the offset position (zero-based) and download the rest of the entire blob to the end.
BlobRange(long, Long) - Constructor for class com.azure.storage.blob.models.BlobRange
Specifies the download operation to start from the offset position (zero-based) and download the count number of bytes.
BlobReleaseLeaseOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when releasing a lease to a blob or container.
BlobReleaseLeaseOptions() - Constructor for class com.azure.storage.blob.options.BlobReleaseLeaseOptions
 
BlobRenewLeaseOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when renewing a lease to a blob or container.
BlobRenewLeaseOptions() - Constructor for class com.azure.storage.blob.options.BlobRenewLeaseOptions
 
BlobRequestConditions - Class in com.azure.storage.blob.models
This class contains values which will restrict the successful operation of a variety of requests to the conditions present.
BlobRequestConditions() - Constructor for class com.azure.storage.blob.models.BlobRequestConditions
 
BlobRetentionPolicy - Class in com.azure.storage.blob.models
the retention policy which determines how long the associated data should persist.
BlobRetentionPolicy() - Constructor for class com.azure.storage.blob.models.BlobRetentionPolicy
 
BlobSasPermission - Class in com.azure.storage.blob.sas
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a blob.
BlobSasPermission() - Constructor for class com.azure.storage.blob.sas.BlobSasPermission
Initializes a BlobSasPermission object with all fields set to false.
BlobSasServiceVersion - Enum in com.azure.storage.blob.sas
Deprecated.
The version is set to the latest version of sas.
BlobServiceAsyncClient - Class in com.azure.storage.blob
Client to a storage account.
BlobServiceClient - Class in com.azure.storage.blob
Client to a storage account.
BlobServiceClientBuilder - Class in com.azure.storage.blob
This class provides a fluent builder API to help aid the configuration and instantiation of BlobServiceClients and BlobServiceAsyncClients, call buildClient and buildAsyncClient respectively to construct an instance of the desired client.
BlobServiceClientBuilder() - Constructor for class com.azure.storage.blob.BlobServiceClientBuilder
Creates a builder instance that is able to configure and construct BlobServiceClients and BlobServiceAsyncClients.
BlobServiceProperties - Class in com.azure.storage.blob.models
Storage Service Properties.
BlobServiceProperties() - Constructor for class com.azure.storage.blob.models.BlobServiceProperties
 
BlobServiceSasQueryParameters - Class in com.azure.storage.blob.sas
Deprecated.
Please use the generateSas method on the desired blob/container client after initializing BlobServiceSasSignatureValues.
BlobServiceSasQueryParameters(Map<String, String[]>, boolean) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
BlobServiceSasSignatureValues - Class in com.azure.storage.blob.sas
Used to initialize parameters for a Shared Access Signature (SAS) for an Azure Blob Storage service.
BlobServiceSasSignatureValues() - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
BlobServiceSasSignatureValues(String) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Creates an object with the specified identifier.
BlobServiceSasSignatureValues(String, SasProtocol, OffsetDateTime, OffsetDateTime, String, SasIpRange, String, String, String, String, String, String) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
BlobServiceSasSignatureValues(OffsetDateTime, BlobContainerSasPermission) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Creates an object with the specified expiry time and permissions
BlobServiceSasSignatureValues(OffsetDateTime, BlobSasPermission) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Creates an object with the specified expiry time and permissions
BlobServiceStatistics - Class in com.azure.storage.blob.models
Stats for the storage service.
BlobServiceStatistics() - Constructor for class com.azure.storage.blob.models.BlobServiceStatistics
 
BlobServiceVersion - Enum in com.azure.storage.blob
The versions of Azure Storage Blob supported by this client library.
BlobSetAccessTierOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when setting tier for a blob.
BlobSetAccessTierOptions(AccessTier) - Constructor for class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
BlobSetTagsOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when setting tags for a blob.
BlobSetTagsOptions(Map<String, String>) - Constructor for class com.azure.storage.blob.options.BlobSetTagsOptions
 
BlobSignedIdentifier - Class in com.azure.storage.blob.models
signed identifier.
BlobSignedIdentifier() - Constructor for class com.azure.storage.blob.models.BlobSignedIdentifier
 
BlobStorageException - Exception in com.azure.storage.blob.models
A BlobStorageException is thrown whenever Azure Storage successfully returns an error code that is not 200-level.
BlobStorageException(String, HttpResponse, Object) - Constructor for exception com.azure.storage.blob.models.BlobStorageException
Constructs a BlobStorageException.
BlobType - Enum in com.azure.storage.blob.models
Defines values for BlobType.
BlobUploadFromFileOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when uploading a blob from a file.
BlobUploadFromFileOptions(String) - Constructor for class com.azure.storage.blob.options.BlobUploadFromFileOptions
BlobUploadFromUrlOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when uploading a Block Blob from URL.
BlobUploadFromUrlOptions(String) - Constructor for class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
BlobUrlParts - Class in com.azure.storage.blob
This class represents the components that make up an Azure Storage Container/Blob URL.
BlobUrlParts() - Constructor for class com.azure.storage.blob.BlobUrlParts
Initializes a BlobUrlParts object which helps aid in the construction of a Blob Storage URL.
Block - Class in com.azure.storage.blob.models
Represents a single block in a block blob.
Block() - Constructor for class com.azure.storage.blob.models.Block
 
BLOCK_BLOB - Enum constant in enum com.azure.storage.blob.models.BlobType
Enum value BlockBlob.
BLOCK_BLOB_STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
Enum value BlockBlobStorage.
BLOCK_COUNT_EXCEEDS_LIMIT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlockCountExceedsLimit for BlobErrorCode.
BLOCK_LIST_TOO_LONG - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlockListTooLong for BlobErrorCode.
BlockBlobAsyncClient - Class in com.azure.storage.blob.specialized
Client to a block blob.
BlockBlobClient - Class in com.azure.storage.blob.specialized
Client to a block blob.
BlockBlobCommitBlockListOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when committing a block list.
BlockBlobCommitBlockListOptions(List<String>) - Constructor for class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
BlockBlobItem - Class in com.azure.storage.blob.models
This class contains the properties about a block blob.
BlockBlobItem(String, OffsetDateTime, byte[], boolean, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
Constructs a BlockBlobItem.
BlockBlobItem(String, OffsetDateTime, byte[], boolean, String, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
Constructs a BlockBlobItem.
BlockBlobItem(String, OffsetDateTime, byte[], boolean, String, String, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
Constructs a BlockBlobItem.
BlockBlobListBlocksOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when listing blocks for a block blob.
BlockBlobListBlocksOptions(BlockListType) - Constructor for class com.azure.storage.blob.options.BlockBlobListBlocksOptions
 
blockBlobOutputStream(BlobAsyncClient, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Static method in class com.azure.storage.blob.specialized.BlobOutputStream
Creates a block blob output stream from a BlobAsyncClient
blockBlobOutputStream(BlobAsyncClient, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Context) - Static method in class com.azure.storage.blob.specialized.BlobOutputStream
Creates a block blob output stream from a BlobAsyncClient
blockBlobOutputStream(BlobAsyncClient, BlockBlobOutputStreamOptions, Context) - Static method in class com.azure.storage.blob.specialized.BlobOutputStream
Creates a block blob output stream from a BlobAsyncClient
BlockBlobOutputStreamOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when opening an output stream to a Block Blob.
BlockBlobOutputStreamOptions() - Constructor for class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
BlockBlobSimpleUploadOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when uploading a Block Blob in a single request.
BlockBlobSimpleUploadOptions(BinaryData) - Constructor for class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
BlockBlobSimpleUploadOptions(InputStream, long) - Constructor for class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
BlockBlobSimpleUploadOptions(Flux<ByteBuffer>, long) - Constructor for class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
BlockBlobStageBlockFromUrlOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when staging a block from a source URL.
BlockBlobStageBlockFromUrlOptions(String, String) - Constructor for class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
BlockBlobStageBlockOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when staging a block.
BlockBlobStageBlockOptions(String, BinaryData) - Constructor for class com.azure.storage.blob.options.BlockBlobStageBlockOptions
 
BlockList - Class in com.azure.storage.blob.models
The BlockList model.
BlockList() - Constructor for class com.azure.storage.blob.models.BlockList
 
BlockListType - Enum in com.azure.storage.blob.models
Defines values for BlockListType.
BlockLookupList - Class in com.azure.storage.blob.models
The BlockLookupList model.
BlockLookupList() - Constructor for class com.azure.storage.blob.models.BlockLookupList
 
BOOL - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Enum value bool.
BOOTSTRAP - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
Static value bootstrap for GeoReplicationStatus.
BREAKING - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
Enum value breaking.
breakLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Breaks the previously acquired lease, if it exists.
breakLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Breaks the previously acquired lease, if it exists.
breakLeaseWithResponse(BlobBreakLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Breaks the previously acquired lease, if it exists.
breakLeaseWithResponse(BlobBreakLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Breaks the previously acquired lease, if it exists.
breakLeaseWithResponse(Integer, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Breaks the previously acquired lease, if it exists.
breakLeaseWithResponse(Integer, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Breaks the previously acquired lease, if it exists.
BROKEN - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
Enum value broken.
buildAppendBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Creates a AppendBlobAsyncClient based on options set in the Builder.
buildAppendBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Creates a AppendBlobClient based on options set in the Builder.
buildAsyncClient() - Method in class com.azure.storage.blob.BlobClientBuilder
Creates a BlobAsyncClient based on options set in the builder.
buildAsyncClient() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Creates a BlobContainerAsyncClient from the configured options.
buildAsyncClient() - Method in class com.azure.storage.blob.BlobServiceClientBuilder
 
buildAsyncClient() - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
Creates a BlobLeaseAsyncClient based on the configurations set in the builder.
buildBlockBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Creates a BlockBlobAsyncClient based on options set in the Builder.
buildBlockBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Creates a BlockBlobClient based on options set in the Builder.
buildClient() - Method in class com.azure.storage.blob.BlobClientBuilder
Creates a BlobClient based on options set in the builder.
buildClient() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Creates a BlobContainerClient from the configured options.
buildClient() - Method in class com.azure.storage.blob.BlobServiceClientBuilder
 
buildClient() - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
Creates a BlobLeaseClient based on the configurations set in the builder.
buildPageBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Creates a PageBlobAsyncClient based on options set in the Builder.
buildPageBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Creates a PageBlobClient based on options set in the Builder.

C

CANNOT_CHANGE_TO_LOWER_TIER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value CannotChangeToLowerTier for BlobErrorCode.
CANNOT_VERIFY_COPY_SOURCE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value CannotVerifyCopySource for BlobErrorCode.
changeLease(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Changes the lease ID.
changeLease(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Changes the lease ID.
changeLeaseWithResponse(BlobChangeLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Changes the lease ID.
changeLeaseWithResponse(BlobChangeLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Changes the lease ID.
changeLeaseWithResponse(String, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Changes the lease ID.
changeLeaseWithResponse(String, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Changes the lease ID.
clearPages(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Frees the specified pages from the page blob.
clearPages(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Frees the specified pages from the page blob.
clearPagesWithResponse(PageRange, PageBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Frees the specified pages from the page blob.
clearPagesWithResponse(PageRange, PageBlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Frees the specified pages from the page blob.
ClearRange - Class in com.azure.storage.blob.models
The ClearRange model.
ClearRange() - Constructor for class com.azure.storage.blob.models.ClearRange
 
clientOptions(ClientOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
clientOptions(ClientOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
close() - Method in class com.azure.storage.blob.models.BlobDownloadAsyncResponse
 
close() - Method in class com.azure.storage.blob.specialized.BlobOutputStream
Closes this output stream and releases any system resources associated with this stream.
com.azure.storage.blob - package com.azure.storage.blob
Package containing the classes for BlobServiceClient.
com.azure.storage.blob.models - package com.azure.storage.blob.models
Package containing classes for AzureBlobStorage.
com.azure.storage.blob.options - package com.azure.storage.blob.options
Package containing options model classes used by Azure Storage Blobs.
com.azure.storage.blob.sas - package com.azure.storage.blob.sas
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
com.azure.storage.blob.specialized - package com.azure.storage.blob.specialized
Package containing specialized clients for Azure Storage Blobs.
commitBlockList(List<String>) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockList(List<String>) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockList(List<String>, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockList(List<String>, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockListWithResponse(BlockBlobCommitBlockListOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockListWithResponse(BlockBlobCommitBlockListOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockListWithResponse(List<String>, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockListWithResponse(List<String>, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Writes a blob by specifying the list of block IDs that are to make up the blob.
COMMITTED - Enum constant in enum com.azure.storage.blob.models.BlockListType
Enum value committed.
COMPLETE - Static variable in class com.azure.storage.blob.models.ObjectReplicationStatus
Static value completed for ObjectReplicationStatus.
CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ConditionHeadersNotSupported for BlobErrorCode.
CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ConditionNotMet for BlobErrorCode.
configuration(Configuration) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
configuration(Configuration) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
configuration(Configuration) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
configuration(Configuration) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
connectionString(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the connection string to connect to the service.
connectionString(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the connection string to connect to the service.
connectionString(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the connection string to connect to the service.
connectionString(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the connection string to connect to the service.
ConsistentReadControl - Enum in com.azure.storage.blob.models
Defines values to indicate what strategy the SDK should use when reading from a blob to ensure the view of the data is consistent and not changed during the read.
CONTAINER - Static variable in class com.azure.storage.blob.models.PublicAccessType
Static value container for PublicAccessType.
CONTAINER_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ContainerAlreadyExists for BlobErrorCode.
CONTAINER_BEING_DELETED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ContainerBeingDeleted for BlobErrorCode.
CONTAINER_DISABLED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ContainerDisabled for BlobErrorCode.
CONTAINER_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ContainerNotFound for BlobErrorCode.
containerAsyncClient(BlobContainerAsyncClient) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
Configures the builder based on the passed BlobContainerAsyncClient.
containerAsyncClient(BlobContainerAsyncClient, String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Configures the builder based on the BlobContainerAsyncClient and appends the blob name to the container's URL.
containerClient(BlobContainerClient) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
Configures the builder based on the passed BlobContainerClient.
containerClient(BlobContainerClient, String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Configures the builder based on the BlobContainerClient and appends the blob name to the container's URL.
containerName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Container name that contains the blob.
containerName(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the name of the container that contains the blob.
containerName(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the name of the container.
containerName(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the name of the container that contains the blob.
CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ContentLengthLargerThanTierLimit for BlobErrorCode.
COOL - Static variable in class com.azure.storage.blob.models.AccessTier
Static value Cool for AccessTier.
COPY - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value copy.
COPY - Static variable in class com.azure.storage.blob.models.BlobCopySourceTagsMode
Static value COPY for BlobCopySourceTags.
COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value CopyAcrossAccountsNotSupported for BlobErrorCode.
COPY_ID_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value CopyIdMismatch for BlobErrorCode.
copyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
copyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
copyFromUrlWithResponse(BlobCopyFromUrlOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
copyFromUrlWithResponse(BlobCopyFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
copyFromUrlWithResponse(String, Map<String, String>, AccessTier, RequestConditions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
copyFromUrlWithResponse(String, Map<String, String>, AccessTier, RequestConditions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
copyIncremental(String, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
copyIncremental(String, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
copyIncrementalWithResponse(PageBlobCopyIncrementalOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
copyIncrementalWithResponse(PageBlobCopyIncrementalOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
copyIncrementalWithResponse(String, String, RequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
copyIncrementalWithResponse(String, String, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
CopyStatusType - Enum in com.azure.storage.blob.models
Defines values for CopyStatusType.
CpkInfo - Class in com.azure.storage.blob.models
Parameter group.
CpkInfo() - Constructor for class com.azure.storage.blob.models.CpkInfo
 
create() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Creates a new container within a storage account.
create() - Method in class com.azure.storage.blob.BlobContainerClient
Creates a new container within a storage account.
create() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a 0-length append blob.
create() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a 0-length append blob.
create(boolean) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a 0-length append blob.
create(boolean) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a 0-length append blob.
create(long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a page blob of the specified length.
create(long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a page blob of the specified length.
create(long, boolean) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a page blob of the specified length.
create(long, boolean) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a page blob of the specified length.
createBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Creates a new container within a storage account.
createBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceClient
Creates a new container within a storage account.
createBlobContainerIfNotExists(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Creates a new container within a storage account if it does not exist.
createBlobContainerIfNotExists(String) - Method in class com.azure.storage.blob.BlobServiceClient
Creates a new container within a storage account if it does not exist.
createBlobContainerIfNotExistsWithResponse(String, BlobContainerCreateOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Creates a new container within a storage account if it does not exist.
createBlobContainerIfNotExistsWithResponse(String, BlobContainerCreateOptions, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Creates a new container within a storage account if it does not exist.
createBlobContainerWithResponse(String, Map<String, String>, PublicAccessType) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Creates a new container within a storage account.
createBlobContainerWithResponse(String, Map<String, String>, PublicAccessType, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Creates a new container within a storage account.
createIfNotExists() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Creates a new container within a storage account if it does not exist.
createIfNotExists() - Method in class com.azure.storage.blob.BlobContainerClient
Creates a new container within a storage account if it does not exist.
createIfNotExists() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a 0-length append blob if it does not exist.
createIfNotExists() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a 0-length append blob if it does not exist.
createIfNotExists(long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a page blob of the specified length if it does not exist.
createIfNotExists(long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a page blob of the specified length if it does not exist.
createIfNotExistsWithResponse(AppendBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a 0-length append blob if it does not exist.
createIfNotExistsWithResponse(AppendBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a 0-length append blob if it does not exist.
createIfNotExistsWithResponse(BlobContainerCreateOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Creates a new container within a storage account if it does not exist.
createIfNotExistsWithResponse(BlobContainerCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Creates a new container within a storage account if it does not exist.
createIfNotExistsWithResponse(PageBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a page blob of the specified length if it does not exist.
createIfNotExistsWithResponse(PageBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a page blob of the specified length if it does not exist.
createSnapshot() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Creates a read-only snapshot of the blob.
createSnapshot() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Creates a read-only snapshot of the blob.
createSnapshotWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Creates a read-only snapshot of the blob.
createSnapshotWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Creates a read-only snapshot of the blob.
createWithResponse(long, Long, BlobHttpHeaders, Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a page blob of the specified length.
createWithResponse(long, Long, BlobHttpHeaders, Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a page blob of the specified length.
createWithResponse(BlobHttpHeaders, Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a 0-length append blob.
createWithResponse(BlobHttpHeaders, Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a 0-length append blob.
createWithResponse(AppendBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a 0-length append blob.
createWithResponse(AppendBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a 0-length append blob.
createWithResponse(PageBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a page blob of the specified length.
createWithResponse(PageBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a page blob of the specified length.
createWithResponse(Map<String, String>, PublicAccessType) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Creates a new container within a storage account.
createWithResponse(Map<String, String>, PublicAccessType, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Creates a new container within a storage account.
credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
credential(AzureSasCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the AzureSasCredential used to authorize requests sent to the service.
credential(AzureSasCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the AzureSasCredential used to authorize requests sent to the service.
credential(AzureSasCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the AzureSasCredential used to authorize requests sent to the service.
credential(AzureSasCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the AzureSasCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(TokenCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the TokenCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the StorageSharedKeyCredential used to authorize requests sent to the service.
customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the customer provided key that is used to encrypt blob contents on the server.
customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the customer provided key that is used to encrypt blob contents on the server.
customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the customer provided key that is used to encrypt blob contents on the server.
customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the customer provided key that is used to encrypt blob contents on the server.
CustomerProvidedKey - Class in com.azure.storage.blob.models
Contains the customer provided key information used to encrypt a blob's content on the server.
CustomerProvidedKey(byte[]) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
Creates a new wrapper for a client provided key.
CustomerProvidedKey(String) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
Creates a new wrapper for a client provided key.

D

DECIMAL - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Enum value decimal.
delete() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Marks the specified container for deletion.
delete() - Method in class com.azure.storage.blob.BlobContainerClient
Marks the specified container for deletion.
delete() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Deletes the specified blob or snapshot.
delete() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Deletes the specified blob or snapshot.
deleteBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Deletes the specified container in the storage account.
deleteBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceClient
Deletes the specified container in the storage account.
deleteBlobContainerIfExists(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Deletes the specified container in the storage account if it exists.
deleteBlobContainerIfExists(String) - Method in class com.azure.storage.blob.BlobServiceClient
Deletes the specified container in the storage account if it exists.
deleteBlobContainerIfExistsWithResponse(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Deletes the specified container in the storage account if it exists.
deleteBlobContainerIfExistsWithResponse(String, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Deletes the specified container in the storage account if it exists.
deleteBlobContainerWithResponse(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Deletes the specified container in the storage account.
deleteBlobContainerWithResponse(String, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Deletes the specified container in the storage account.
DELETED - Enum constant in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
Enum value deleted.
DELETED - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value deleted.
DELETED_WITH_VERSIONS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value deletedwithversions.
deleteIfExists() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Marks the specified container for deletion if it exists.
deleteIfExists() - Method in class com.azure.storage.blob.BlobContainerClient
Marks the specified container for deletion if it exists.
deleteIfExists() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Deletes the specified blob or snapshot if it exists.
deleteIfExists() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Deletes the specified blob or snapshot if it exists.
deleteIfExistsWithResponse(BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Marks the specified container for deletion if it exists.
deleteIfExistsWithResponse(BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Marks the specified container for deletion if it exists.
deleteIfExistsWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Deletes the specified blob or snapshot if it exists.
deleteIfExistsWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Deletes the specified blob or snapshot if it exists.
deleteImmutabilityPolicy() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Deletes the immutability policy on a blob, blob snapshot or blob version.
deleteImmutabilityPolicy() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Delete the immutability policy on a blob, blob snapshot or blob version.
deleteImmutabilityPolicyWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Deletes the immutability policy on a blob, blob snapshot or blob version.
deleteImmutabilityPolicyWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Delete the immutability policy on a blob, blob snapshot or blob version.
DeleteSnapshotsOptionType - Enum in com.azure.storage.blob.models
Defines values for DeleteSnapshotsOptionType.
deleteWithResponse(BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Marks the specified container for deletion.
deleteWithResponse(BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Marks the specified container for deletion.
deleteWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Deletes the specified blob or snapshot.
deleteWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Deletes the specified blob or snapshot.
dispatchRead(int, long) - Method in class com.azure.storage.blob.specialized.BlobInputStream
Dispatches a read operation of N bytes.
DOUBLE - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Enum value double.
download() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Deprecated.
download(OutputStream) - Method in class com.azure.storage.blob.specialized.BlobClientBase
downloadContent() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Reads the entire blob.
downloadContent() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire blob.
downloadContentWithResponse(DownloadRetryOptions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Reads a range of bytes from a blob.
downloadContentWithResponse(DownloadRetryOptions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads a range of bytes from a blob into an output stream.
DownloadRetryOptions - Class in com.azure.storage.blob.models
This class contains the configuration options used to download from the blob service using smart retries, starting from a checkpoint, rather than starting over from the beginning.
DownloadRetryOptions() - Constructor for class com.azure.storage.blob.models.DownloadRetryOptions
 
downloadStream() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Reads the entire blob.
downloadStream(OutputStream) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire blob into an output stream.
downloadStreamWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Reads a range of bytes from a blob.
downloadStreamWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads a range of bytes from a blob into an output stream.
downloadToFile(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Downloads the entire blob into a file specified by the path.
downloadToFile(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire blob into a file specified by the path.
downloadToFile(String, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Downloads the entire blob into a file specified by the path.
downloadToFile(String, boolean) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire blob into a file specified by the path.
downloadToFileWithResponse(BlobDownloadToFileOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Downloads the entire blob into a file specified by the path.
downloadToFileWithResponse(BlobDownloadToFileOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire blob into a file specified by the path.
downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Downloads the entire blob into a file specified by the path.
downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire blob into a file specified by the path.
downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean, Set<OpenOption>) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Downloads the entire blob into a file specified by the path.
downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean, Set<OpenOption>, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire blob into a file specified by the path.
downloadWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
downloadWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase

E

EMPTY_METADATA_KEY - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value EmptyMetadataKey for BlobErrorCode.
encode() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
Please use the generateSas method on the desired blob/container client after initializing BlobServiceSasSignatureValues.
EncryptionAlgorithmType - Enum in com.azure.storage.blob.models
Defines values for EncryptionAlgorithmType.
encryptionScope - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Encryption scope of the blob.
encryptionScope(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the encryption scope that is used to encrypt blob contents on the server.
encryptionScope(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the encryption scope that is used to encrypt blob contents on the server.
encryptionScope(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the encryption scope that is used to encrypt blob contents on the server.
encryptionScope(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the encryption scope that is used to encrypt blob contents on the server.
endpoint(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the service endpoint, additionally parses it for information (SAS token, container name, blob name)
endpoint(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the service endpoint, additionally parses it for information (SAS token, container name)
endpoint(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the blob service endpoint, additionally parses it for information (SAS token)
endpoint(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the service endpoint, additionally parses it for information (SAS token, container name, blob name)
ETAG - Enum constant in enum com.azure.storage.blob.models.ConsistentReadControl
Default value.
exists() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Gets if the container this client represents exists in the cloud.
exists() - Method in class com.azure.storage.blob.BlobContainerClient
Gets if the container this client represents exists in the cloud.
exists() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Determines if the blob this client represents exists in the cloud.
exists() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets if the blob this client represents exists in the cloud.
existsWithResponse() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Gets if the container this client represents exists in the cloud.
existsWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Determines if the blob this client represents exists in the cloud.
existsWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Gets if the container this client represents exists in the cloud.
existsWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets if the blob this client represents exists in the cloud.
EXPIRED - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
Enum value expired.

F

FAILED - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
Enum value failed.
FAILED - Static variable in class com.azure.storage.blob.models.ObjectReplicationStatus
Static value failed for ObjectReplicationStatus.
FEATURE_VERSION_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value FeatureVersionMismatch for BlobErrorCode.
FILE_STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
Enum value FileStorage.
findBlobsByTags(FindBlobsOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns a reactive Publisher emitting the blobs in this container whose tags match the query expression.
findBlobsByTags(FindBlobsOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Returns a reactive Publisher emitting the blobs in this account whose tags match the query expression.
findBlobsByTags(FindBlobsOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Returns a lazy loaded list of blobs in this account whose tags match the query expression.
findBlobsByTags(FindBlobsOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Returns a lazy loaded list of blobs in this account whose tags match the query expression.
findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns a reactive Publisher emitting the blobs in this container whose tags match the query expression.
findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobContainerClient
Returns a lazy loaded list of blobs in this container whose tags match the query expression.
findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Returns a reactive Publisher emitting the blobs in this account whose tags match the query expression.
findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobServiceClient
Returns a lazy loaded list of blobs in this account whose tags match the query expression.
FindBlobsOptions - Class in com.azure.storage.blob.options
FindBlobsOptions(String) - Constructor for class com.azure.storage.blob.options.FindBlobsOptions
 
FIXED - Enum constant in enum com.azure.storage.blob.models.LeaseDurationType
Enum value fixed.
fromString(String) - Static method in class com.azure.storage.blob.models.AccessTier
Creates or finds a AccessTier from its string representation.
fromString(String) - Static method in enum com.azure.storage.blob.models.AccountKind
Parses a serialized value to a AccountKind instance.
fromString(String) - Static method in class com.azure.storage.blob.models.ArchiveStatus
Creates or finds a ArchiveStatus from its string representation.
fromString(String) - Static method in class com.azure.storage.blob.models.BlobCopySourceTagsMode
Creates or finds a BlobCopySourceTags from its string representation.
fromString(String) - Static method in class com.azure.storage.blob.models.BlobErrorCode
Creates or finds a BlobErrorCode from its string representation.
fromString(String) - Static method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
Parses a serialized value to a BlobImmutabilityPolicyMode instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Parses a serialized value to a BlobQueryArrowFieldType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.BlobType
Parses a serialized value to a BlobType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.BlockListType
Parses a serialized value to a BlockListType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.CopyStatusType
Parses a serialized value to a CopyStatusType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
Parses a serialized value to a DeleteSnapshotsOptionType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.EncryptionAlgorithmType
Parses a serialized value to a EncryptionAlgorithmType instance.
fromString(String) - Static method in class com.azure.storage.blob.models.GeoReplicationStatus
Creates or finds a GeoReplicationStatus from its string representation.
fromString(String) - Static method in enum com.azure.storage.blob.models.LeaseDurationType
Parses a serialized value to a LeaseDurationType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.LeaseStateType
Parses a serialized value to a LeaseStateType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.LeaseStatusType
Parses a serialized value to a LeaseStatusType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
Parses a serialized value to a ListBlobContainersIncludeType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Parses a serialized value to a ListBlobsIncludeItem instance.
fromString(String) - Static method in class com.azure.storage.blob.models.ObjectReplicationStatus
Creates or finds a ObjectReplicationStatus from its string representation.
fromString(String) - Static method in enum com.azure.storage.blob.models.PathRenameMode
Parses a serialized value to a PathRenameMode instance.
fromString(String) - Static method in class com.azure.storage.blob.models.PublicAccessType
Creates or finds a PublicAccessType from its string representation.
fromString(String) - Static method in class com.azure.storage.blob.models.RehydratePriority
Creates or finds a RehydratePriority from its string representation.
fromString(String) - Static method in enum com.azure.storage.blob.models.SequenceNumberActionType
Parses a serialized value to a SequenceNumberActionType instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.SkuName
Parses a serialized value to a SkuName instance.
fromString(String) - Static method in enum com.azure.storage.blob.models.SyncCopyStatusType
Parses a serialized value to a SyncCopyStatusType instance.

G

generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.blob.BlobServiceClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateAccountSas(AccountSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateAccountSas(AccountSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Generates an account SAS for the Azure Storage account using the specified AccountSasSignatureValues.
generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Generates a service SAS for the container using the specified BlobServiceSasSignatureValues
generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.BlobContainerClient
Generates a service SAS for the container using the specified BlobServiceSasSignatureValues
generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Generates a service SAS for the blob using the specified BlobServiceSasSignatureValues
generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Generates a service SAS for the blob using the specified BlobServiceSasSignatureValues
generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Generates a service SAS for the container using the specified BlobServiceSasSignatureValues
generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Generates a service SAS for the container using the specified BlobServiceSasSignatureValues
generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Generates a service SAS for the blob using the specified BlobServiceSasSignatureValues
generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Generates a service SAS for the blob using the specified BlobServiceSasSignatureValues
generateSasQueryParameters(UserDelegationKey, String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Please use the generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) method on the desired container/blob client after initializing BlobServiceSasSignatureValues.
generateSasQueryParameters(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Please use the generateSas(BlobServiceSasSignatureValues) method on the desired container/blob client after initializing BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Generates a user delegation SAS for the container using the specified BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.BlobContainerClient
Generates a user delegation SAS for the container using the specified BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Generates a user delegation SAS for the blob using the specified BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Generates a user delegation SAS for the blob using the specified BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Generates a user delegation SAS for the container using the specified BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Generates a user delegation SAS for the container using the specified BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Generates a user delegation SAS for the blob using the specified BlobServiceSasSignatureValues.
generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Generates a user delegation SAS for the blob using the specified BlobServiceSasSignatureValues.
GeoReplication - Class in com.azure.storage.blob.models
Geo-Replication information for the Secondary Storage Service.
GeoReplication() - Constructor for class com.azure.storage.blob.models.GeoReplication
 
GeoReplicationStatus - Class in com.azure.storage.blob.models
Defines values for GeoReplicationStatus.
GeoReplicationStatus() - Constructor for class com.azure.storage.blob.models.GeoReplicationStatus
 
getAcceptRanges() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the acceptRanges property: Indicates that the service supports requests for partial blob content.
getAcceptRanges() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the acceptRanges property: Indicates that the service supports requests for partial blob content.
getAccessPolicy() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns the container's permissions.
getAccessPolicy() - Method in class com.azure.storage.blob.BlobContainerClient
Returns the container's permissions.
getAccessPolicy() - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
Get the accessPolicy property: An Access policy.
getAccessPolicyWithResponse(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns the container's permissions.
getAccessPolicyWithResponse(String, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Returns the container's permissions.
getAccessTier() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the accessTier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'.
getAccessTier() - Method in class com.azure.storage.blob.models.BlobProperties
 
getAccessTierChangeTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the accessTierChangeTime property: The accessTierChangeTime property.
getAccessTierChangeTime() - Method in class com.azure.storage.blob.models.BlobProperties
 
getAccountInfo() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns the sku name and account kind for the account.
getAccountInfo() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Returns the sku name and account kind for the account.
getAccountInfo() - Method in class com.azure.storage.blob.BlobServiceClient
Returns the sku name and account kind for the account.
getAccountInfo() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Returns the sku name and account kind for the account.
getAccountInfo() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Returns the sku name and account kind for the account.
getAccountInfo(Duration) - Method in class com.azure.storage.blob.BlobContainerClient
Returns the sku name and account kind for the account.
getAccountInfoWithResponse() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns the sku name and account kind for the account.
getAccountInfoWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Returns the sku name and account kind for the account.
getAccountInfoWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Returns the sku name and account kind for the account.
getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Returns the sku name and account kind for the account.
getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Returns the sku name and account kind for the account.
getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Returns the sku name and account kind for the account.
getAccountKind() - Method in class com.azure.storage.blob.models.StorageAccountInfo
 
getAccountName() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.blob.BlobContainerClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.blob.BlobServiceClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the accountname, ex.
getAccountName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Get associated account name.
getAccountName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Get associated account name.
getAccountName() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Get associated account name.
getAccountName() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Get associated account name.
getAccountUrl() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Get the url of the storage account.
getAccountUrl() - Method in class com.azure.storage.blob.BlobContainerClient
Get the url of the storage account.
getAccountUrl() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets the URL of the storage account represented by this client.
getAccountUrl() - Method in class com.azure.storage.blob.BlobServiceClient
Gets the URL of the storage account represented by this client.
getAccountUrl() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Get the url of the storage account.
getAccountUrl() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Get the url of the storage account.
getAllowedHeaders() - Method in class com.azure.storage.blob.models.BlobCorsRule
Get the allowedHeaders property: the request headers that the origin domain may specify on the CORS request.
getAllowedMethods() - Method in class com.azure.storage.blob.models.BlobCorsRule
Get the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
getAllowedOrigins() - Method in class com.azure.storage.blob.models.BlobCorsRule
Get the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
getAppendBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new AppendBlobAsyncClient associated with this blob.
getAppendBlobClient() - Method in class com.azure.storage.blob.BlobClient
Creates a new AppendBlobClient associated with this blob.
getAppendPosition() - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Gets the byte offset that the append position of the append blob must match.
getArchiveStatus() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.
getArchiveStatus() - Method in class com.azure.storage.blob.models.BlobProperties
 
getBase64BlockId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
getBase64BlockId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
 
getBase64BlockIds() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
getBlobAccessType() - Method in class com.azure.storage.blob.models.BlobContainerAccessPolicies
 
getBlobAppendOffset() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getBlobAsyncClient(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
getBlobAsyncClient(String, String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
getBlobClient(String) - Method in class com.azure.storage.blob.BlobContainerClient
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
getBlobClient(String, String) - Method in class com.azure.storage.blob.BlobContainerClient
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
getBlobCommittedBlockCount() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getBlobCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the blobCommittedBlockCount property: The number of committed blocks present in the blob.
getBlobCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the blobCommittedBlockCount property: The number of committed blocks present in the blob.
getBlobContainerAsyncClient(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Initializes a BlobContainerAsyncClient object pointing to the specified container.
getBlobContainerClient(String) - Method in class com.azure.storage.blob.BlobServiceClient
Initializes a BlobContainerClient object pointing to the specified container.
getBlobContainerName() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Get the container name.
getBlobContainerName() - Method in class com.azure.storage.blob.BlobContainerClient
Get the container name.
getBlobContainerName() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the container name that will be used as part of the URL path.
getBlobContainerUrl() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Gets the URL of the container represented by this client.
getBlobContainerUrl() - Method in class com.azure.storage.blob.BlobContainerClient
Gets the URL of the container represented by this client.
getBlobContentMd5() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the blobContentMd5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
getBlobContentMD5() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the blobContentMD5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
getBlobName() - Method in class com.azure.storage.blob.BlobUrlParts
Decodes and gets the blob name that will be used as part of the URL path.
getBlobName() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Blob name is now auto-populated by the SAS generation methods provided on the desired blob client.
getBlobName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Decodes and gets the blob name.
getBlobName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Decodes and gets the blob name.
getBlobOutputStream() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates and opens an output stream to write data to the append blob.
getBlobOutputStream() - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates and opens an output stream to write data to the block blob.
getBlobOutputStream(boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates and opens an output stream to write data to the block blob.
getBlobOutputStream(AppendBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates and opens an output stream to write data to the append blob.
getBlobOutputStream(BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates and opens an output stream to write data to the block blob.
getBlobOutputStream(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates and opens an output stream to write data to the page blob.
getBlobOutputStream(PageRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates and opens an output stream to write data to the page blob.
getBlobOutputStream(ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates and opens an output stream to write data to the block blob.
getBlobOutputStream(BlockBlobOutputStreamOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates and opens an output stream to write data to the block blob.
getBlobPublicAccess() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the blobSequenceNumber property: The current sequence number for a page blob.
getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the blobSequenceNumber property: The blobSequenceNumber property.
getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobProperties
 
getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the blobSequenceNumber property: The current sequence number for a page blob.
getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.PageBlobItem
 
getBlobSize() - Method in class com.azure.storage.blob.models.BlobProperties
 
getBlobType() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the blobType property: The blob's type.
getBlobType() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'.
getBlobType() - Method in class com.azure.storage.blob.models.BlobProperties
 
getBlobType() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the blobType property: The blob's type.
getBlobUrl() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Gets the URL of the blob represented by this client.
getBlobUrl() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets the URL of the blob represented by this client.
getBlobVersionAsyncClient(String, String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
getBlobVersionClient(String, String) - Method in class com.azure.storage.blob.BlobContainerClient
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
getBlockBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new BlockBlobAsyncClient associated with this blob.
getBlockBlobClient() - Method in class com.azure.storage.blob.BlobClient
Creates a new BlockBlobClient associated with this blob.
getBlockSize() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
getBlockSize() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
getBlockSizeLong() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
Gets the block size (chunk size) to transfer at a time.
getBreakPeriod() - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
 
getBytesScanned() - Method in class com.azure.storage.blob.models.BlobQueryProgress
 
getCacheControl() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the cacheControl property: This header is returned if it was previously specified for the blob.
getCacheControl() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Get the cacheControl property: Optional.
getCacheControl() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the cacheControl property: The cacheControl property.
getCacheControl() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCacheControl() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the cacheControl property: This header is returned if it was previously specified for the blob.
getCacheControl() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getCacheControl() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getClearRange() - Method in class com.azure.storage.blob.models.PageList
Get the clearRange property: The ClearRange property.
getClientRequestId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
getClientRequestId() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
getColumnSeparator() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Gets the column separator.
getCommitted() - Method in class com.azure.storage.blob.models.BlockLookupList
Get the committed property: The Committed property.
getCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCommittedBlocks() - Method in class com.azure.storage.blob.models.BlockList
Get the committedBlocks property: The CommittedBlocks property.
getCommonSasQueryParameters() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the CommonSasQueryParameters representing the SAS query parameters that will be used to generate the SAS token for this URL.
getConsistentReadControl() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
getContainerAsyncClient() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Get an async client pointing to the parent container.
getContainerClient() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets a client pointing to the parent container.
getContainerName() - Method in class com.azure.storage.blob.models.TaggedBlobItem
Get the containerName property: The containerName property.
getContainerName() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Container name is now auto-populated by the SAS generation methods provided on the desired container/blob client.
getContainerName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Get the container name.
getContainerName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Get the container name.
getContentCrc64() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
getContentCrc64() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
getContentDisposition() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
getContentDisposition() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Get the contentDisposition property: Optional.
getContentDisposition() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the contentDisposition property: The contentDisposition property.
getContentDisposition() - Method in class com.azure.storage.blob.models.BlobProperties
 
getContentDisposition() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
getContentDisposition() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getContentDisposition() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getContentEncoding() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header.
getContentEncoding() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Get the contentEncoding property: Optional.
getContentEncoding() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the contentEncoding property: The contentEncoding property.
getContentEncoding() - Method in class com.azure.storage.blob.models.BlobProperties
 
getContentEncoding() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header.
getContentEncoding() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getContentEncoding() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getContentLanguage() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentLanguage property: This header returns the value that was specified for the Content-Language request header.
getContentLanguage() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Get the contentLanguage property: Optional.
getContentLanguage() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the contentLanguage property: The contentLanguage property.
getContentLanguage() - Method in class com.azure.storage.blob.models.BlobProperties
 
getContentLanguage() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentLanguage property: This header returns the value that was specified for the Content-Language request header.
getContentLanguage() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getContentLanguage() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getContentLength() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentLength property: The number of bytes present in the response body.
getContentLength() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the contentLength property: Size in bytes.
getContentLength() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentLength property: The number of bytes present in the response body.
getContentMd5() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getContentMd5() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
getContentMd5() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Get the contentMd5 property: Optional.
getContentMd5() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the contentMd5 property: The contentMd5 property.
getContentMd5() - Method in class com.azure.storage.blob.models.BlobProperties
 
getContentMd5() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
getContentMd5() - Method in class com.azure.storage.blob.models.BlockBlobItem
 
getContentMd5() - Method in class com.azure.storage.blob.models.PageBlobItem
 
getContentMd5() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getContentMd5() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getContentMd5() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
 
getContentRange() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
getContentRange() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
getContentType() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the contentType property: The media type of the body of the response.
getContentType() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Get the contentType property: Optional.
getContentType() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the contentType property: The contentType property.
getContentType() - Method in class com.azure.storage.blob.models.BlobProperties
 
getContentType() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the contentType property: The media type of the body of the response.
getContentType() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getContentType() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob.
getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the copyCompletionTime property: The copyCompletionTime property.
getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob.
getCopyDestinationSnapshot() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCopyId() - Method in class com.azure.storage.blob.models.BlobCopyInfo
Gets the identifier for the copy operation.
getCopyId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the copyId property: String identifier for this copy operation.
getCopyId() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the copyId property: The copyId property.
getCopyId() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCopyId() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the copyId property: String identifier for this copy operation.
getCopyProgress() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
getCopyProgress() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the copyProgress property: The copyProgress property.
getCopyProgress() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCopyProgress() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
getCopySource() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
getCopySource() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the copySource property: The copySource property.
getCopySource() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCopySource() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
getCopySource() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getCopySourceTagsMode() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getCopySourceTagsMode() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getCopySourceUrl() - Method in class com.azure.storage.blob.models.BlobCopyInfo
Gets the url of the source blob.
getCopyStatus() - Method in class com.azure.storage.blob.models.BlobCopyInfo
Gets the status of the copy operation.
getCopyStatus() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the copyStatus property: State of the copy operation identified by x-ms-copy-id.
getCopyStatus() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the copyStatus property: Possible values include: 'pending', 'success', 'aborted', 'failed'.
getCopyStatus() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCopyStatus() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the copyStatus property: State of the copy operation identified by x-ms-copy-id.
getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the copyStatusDescription property: The copyStatusDescription property.
getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
getCorrelationId() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getCors() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the cors property: The set of CORS rules.
getCount() - Method in class com.azure.storage.blob.HttpGetterInfo
 
getCount() - Method in class com.azure.storage.blob.models.BlobRange
How many bytes to include in the range.
getCreationTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the creationTime property: The creationTime property.
getCreationTime() - Method in class com.azure.storage.blob.models.BlobProperties
 
getCustomerProvidedKey() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Gets the CpkInfo associated with this client that will be passed to BlobAsyncClients when getBlobAsyncClient is called.
getCustomerProvidedKey() - Method in class com.azure.storage.blob.BlobContainerClient
Gets the CpkInfo associated with this client that will be passed to BlobClients when getBlobClient is called.
getCustomerProvidedKey() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Gets the CpkInfo used to encrypt this blob's content on the server.
getCustomerProvidedKey() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets the CpkInfo used to encrypt this blob's content on the server.
getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new BlobAsyncClient with the specified customerProvidedKey.
getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a new AppendBlobAsyncClient with the specified customerProvidedKey.
getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Creates a new BlobAsyncClientBase with the specified customerProvidedKey.
getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new BlockBlobAsyncClient with the specified customerProvidedKey.
getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a new PageBlobAsyncClient with the specified customerProvidedKey.
getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobClient
Creates a new BlobClient with the specified customerProvidedKey.
getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a new AppendBlobClient with the specified customerProvidedKey.
getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Creates a new BlobClientBase with the specified customerProvidedKey.
getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new BlockBlobClient with the specified customerProvidedKey.
getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a new PageBlobClient with the specified customerProvidedKey.
getCustomerProvidedKeySha256() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the customerProvidedKeySha256 property: The customerProvidedKeySha256 property.
getData() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getData() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
 
getDataFlux() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Gets the data source.
getDataFlux() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getDataStream() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Gets the data source.
getDataStream() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getDateProperty() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
getDateProperty() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
getDays() - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
Get the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.
getDefaultEncryptionScope() - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
Get the defaultEncryptionScope property: Optional.
getDefaultEncryptionScope() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the defaultEncryptionScope property: The DefaultEncryptionScope property.
getDefaultEncryptionScope() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobClientBuilder
Gets the default Storage allowlist log headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobContainerClientBuilder
Gets the default Storage allowlist log headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobServiceClientBuilder
Gets the default Storage allowlist log headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Gets the default Storage allowlist log headers and query parameters.
getDefaultIndexDocumentPath() - Method in class com.azure.storage.blob.models.StaticWebsite
Get the defaultIndexDocumentPath property: Absolute path of the default index page.
getDefaultServiceVersion() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the defaultServiceVersion property: The default version to use for requests to the Blob service if an incoming request's version is not specified.
getDeletedContainerName() - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
Gets the deleted blob container name.
getDeletedContainerVersion() - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
Gets the deleted blob container version.
getDeletedTime() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the deletedTime property: The DeletedTime property.
getDeletedTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the deletedTime property: The deletedTime property.
getDeleteRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.
getDescription() - Method in class com.azure.storage.blob.models.BlobQueryError
 
getDestinationContainerName() - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
Deprecated.
Destination container name must match deleted container name
getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
getDestinationSnapshot() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the destinationSnapshot property: The destinationSnapshot property.
getDetails() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
 
getDetails() - Method in class com.azure.storage.blob.models.ListBlobsOptions
 
getDownloadRetryOptions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
getDuration() - Method in class com.azure.storage.blob.options.BlobAcquireLeaseOptions
 
getEncryptionAlgorithm() - Method in class com.azure.storage.blob.models.CpkInfo
Get the encryptionAlgorithm property: The algorithm used to produce the encryption key hash.
getEncryptionAlgorithm() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
Gets the algorithm to use this key with.
getEncryptionKey() - Method in class com.azure.storage.blob.models.CpkInfo
Get the encryptionKey property: Optional.
getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob.
getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlobProperties
 
getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob.
getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlockBlobItem
 
getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.CpkInfo
Get the encryptionKeySha256 property: The SHA-256 hash of the provided encryption key.
getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.PageBlobItem
 
getEncryptionScope() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Gets the EncryptionScope used to encrypt this blob's content on the server.
getEncryptionScope() - Method in class com.azure.storage.blob.BlobContainerClient
Gets the encryption scope used to encrypt this blob's content on the server.
getEncryptionScope() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobCopyInfo
Gets the encryption scope of the destination blob.
getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the encryptionScope property: The name of the encryption scope under which the blob is encrypted.
getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobProperties
 
getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
getEncryptionScope() - Method in class com.azure.storage.blob.models.BlockBlobItem
 
getEncryptionScope() - Method in class com.azure.storage.blob.models.PageBlobItem
 
getEncryptionScope() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Gets the encryption scope used to encrypt this blob's content on the server.
getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new BlobAsyncClient with the specified encryptionScope.
getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Creates a new AppendBlobAsyncClient with the specified encryptionScope.
getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Creates a new BlobAsyncClientBase with the specified encryptionScope.
getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new BlockBlobAsyncClient with the specified encryptionScope.
getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Creates a new PageBlobAsyncClient with the specified encryptionScope.
getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.BlobClient
Creates a new BlobClient with the specified encryptionScope.
getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Creates a new AppendBlobClient with the specified encryptionScope.
getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Creates a new BlobClientBase with the specified encryptionScope.
getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new BlockBlobClient with the specified encryptionScope.
getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Creates a new PageBlobClient with the specified encryptionScope.
getEnd() - Method in class com.azure.storage.blob.models.ClearRange
Get the end property: The End property.
getEnd() - Method in class com.azure.storage.blob.models.PageRange
Get the end property: The End property.
getError() - Method in class com.azure.storage.blob.models.BlobCopyInfo
Gets an error description associated with the copy operation.
getErrorCode() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the errorCode property: The errorCode property.
getErrorCode() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the errorCode property: The errorCode property.
getErrorCode() - Method in exception com.azure.storage.blob.models.BlobStorageException
 
getErrorConsumer() - Method in class com.azure.storage.blob.options.BlobQueryOptions
Gets the error consumer.
getErrorDocument404Path() - Method in class com.azure.storage.blob.models.StaticWebsite
Get the errorDocument404Path property: The absolute path of the custom 404 page.
getEscapeChar() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Gets the escape character.
getETag() - Method in class com.azure.storage.blob.HttpGetterInfo
 
getETag() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getETag() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the eTag property: The Etag property.
getETag() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getETag() - Method in class com.azure.storage.blob.models.BlobCopyInfo
If the copy is complete, contains the ETag of the destination blob.
getETag() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the eTag property: The ETag contains a value that you can use to perform operations conditionally.
getETag() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the eTag property: The eTag property.
getETag() - Method in class com.azure.storage.blob.models.BlobProperties
 
getETag() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the eTag property: The ETag contains a value that you can use to perform operations conditionally.
getETag() - Method in class com.azure.storage.blob.models.BlockBlobItem
 
getETag() - Method in class com.azure.storage.blob.models.PageBlobItem
 
getExpiresOn() - Method in class com.azure.storage.blob.models.BlobAccessPolicy
Get the expiresOn property: the date-time the policy expires.
getExpiresOn() - Method in class com.azure.storage.blob.models.BlobProperties
 
getExpiry() - Method in class com.azure.storage.blob.models.KeyInfo
Get the expiry property: The date-time the key expires in ISO 8601 UTC time.
getExpiryTime() - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
 
getExpiryTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the expiryTime property: The Expiry-Time property.
getExpiryTime() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getExposedHeaders() - Method in class com.azure.storage.blob.models.BlobCorsRule
Get the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
getExpression() - Method in class com.azure.storage.blob.options.BlobQueryOptions
Gets the query expression.
getFieldQuote() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Gets the field quote.
getFilePath() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
getFilePath() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
getGeoReplication() - Method in class com.azure.storage.blob.models.BlobServiceStatistics
Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.
getHeaders() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
getHeaders() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Gets the BlobHttpHeaders.
getHeaders() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
getHeaders() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getHeaders() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
getHeaders() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
getHeaders() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getHeaders() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
getHost() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the URL host, ex.
getHourMetrics() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
getHttpPipeline() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.blob.BlobContainerClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.blob.BlobServiceClient
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Gets the HttpPipeline powering this client.
getHttpPipeline() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets the HttpPipeline powering this client.
getId() - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
Get the id property: a unique id.
getIdentifier() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getIdentifier() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getIdentifiers() - Method in class com.azure.storage.blob.models.BlobContainerAccessPolicies
 
getIfSequenceNumberEqualTo() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Gets the value that the page blob's sequence number must be equal to.
getIfSequenceNumberLessThan() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Gets the value that the page blob's sequence number must be less than.
getIfSequenceNumberLessThanOrEqualTo() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Gets the value that the page blob's sequence number must be less than or equal to.
getIfTagsMatch() - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
Gets the SQL statement that apply to the tags of the blob.
getImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the immutabilityPolicy property: The x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property.
getImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property.
getImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobProperties
 
getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
 
getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
getIndexDocument() - Method in class com.azure.storage.blob.models.StaticWebsite
Get the indexDocument property: The default name of the index page under each directory.
getInputSerialization() - Method in class com.azure.storage.blob.options.BlobQueryOptions
Gets the input serialization.
getKey() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
Gets the encryption key.
getKeyExpiry() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getKeyObjectId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getKeyService() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getKeySha256() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
Gets the encryption key's hash.
getKeyStart() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getKeyTenantId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getKeyVersion() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getLastAccessedTime() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the lastAccessedTime property: The lastAccessedTime property.
getLastAccessedTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the lastAccessedTime property: The lastAccessedTime property.
getLastAccessedTime() - Method in class com.azure.storage.blob.models.BlobProperties
 
getLastModified() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getLastModified() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the lastModified property: The Last-Modified property.
getLastModified() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getLastModified() - Method in class com.azure.storage.blob.models.BlobCopyInfo
Gets the date/time that the copy operation to the destination blob completed.
getLastModified() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the lastModified property: Returns the date and time the container was last modified.
getLastModified() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the lastModified property: The lastModified property.
getLastModified() - Method in class com.azure.storage.blob.models.BlobProperties
 
getLastModified() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the lastModified property: Returns the date and time the container was last modified.
getLastModified() - Method in class com.azure.storage.blob.models.BlockBlobItem
 
getLastModified() - Method in class com.azure.storage.blob.models.PageBlobItem
 
getLastSyncTime() - Method in class com.azure.storage.blob.models.GeoReplication
Get the lastSyncTime property: A GMT date/time value, to the second.
getLatest() - Static method in enum com.azure.storage.blob.BlobServiceVersion
Gets the latest service version supported by this client library
getLatest() - Method in class com.azure.storage.blob.models.BlockLookupList
Get the latest property: The Latest property.
getLatest() - Static method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Gets the latest Sas service version supported by this client library
getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the leaseDuration property: The LeaseDuration property.
getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration.
getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the leaseDuration property: Possible values include: 'infinite', 'fixed'.
getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobProperties
 
getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration.
getLeaseId() - Method in class com.azure.storage.blob.models.BlobRequestConditions
Gets the lease ID that blobs and containers must match.
getLeaseId() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
getLeaseId() - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
Gets the lease ID that blobs and containers must match.
getLeaseId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
getLeaseId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
 
getLeaseId() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Get the lease ID for this lease.
getLeaseId() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Get the lease ID for this lease.
getLeaseState() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the leaseState property: The LeaseState property.
getLeaseState() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getLeaseState() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the leaseState property: Lease state of the blob.
getLeaseState() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.
getLeaseState() - Method in class com.azure.storage.blob.models.BlobProperties
 
getLeaseState() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the leaseState property: Lease state of the blob.
getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the leaseStatus property: The LeaseStatus property.
getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the leaseStatus property: The current lease status of the blob.
getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the leaseStatus property: Possible values include: 'locked', 'unlocked'.
getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobProperties
 
getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the leaseStatus property: The current lease status of the blob.
getLength() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Deprecated.
use BlobParallelUploadOptions.getOptionalLength() to have safe access to a length that will not always exist.
getLength() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getLogging() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the logging property: Azure Analytics Logging settings.
getManagedDiskPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
This API only works for managed disk accounts.
getManagedDiskPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
This API only works for managed disk accounts.
getManagedDiskPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
This API only works for managed disk accounts.
getManagedDiskPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
This API only works for managed disk accounts.
getMaxAgeInSeconds() - Method in class com.azure.storage.blob.models.BlobCorsRule
Get the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
getMaxConcurrency() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
The maximum number of parallel requests that will be issued at any given time as a part of a single parallel transfer.
getMaxResultsPerPage() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
getMaxResultsPerPage() - Method in class com.azure.storage.blob.models.ListBlobsOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
getMaxResultsPerPage() - Method in class com.azure.storage.blob.options.FindBlobsOptions
Specifies the maximum number of blobs to return.
getMaxResultsPerPage() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
Gets the pageSize property.
getMaxResultsPerPage() - Method in class com.azure.storage.blob.options.ListPageRangesOptions
Gets the pageSize property.
getMaxRetryRequests() - Method in class com.azure.storage.blob.models.DownloadRetryOptions
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
getMaxSingleUploadSize() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
getMaxSingleUploadSizeLong() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
Gets the value above which the upload will be broken into blocks and parallelized.
getMaxSize() - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Gets the max length in bytes allowed for the append blob.
getMetadata() - Method in class com.azure.storage.blob.models.BlobContainerItem
Get the metadata property: Dictionary of <string>.
getMetadata() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
getMetadata() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the metadata property: The metadata property.
getMetadata() - Method in class com.azure.storage.blob.models.BlobItem
Get the metadata property: The metadata property.
getMetadata() - Method in class com.azure.storage.blob.models.BlobProperties
 
getMetadata() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the metadata property: The metadata property.
getMetadata() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Gets the metadata.
getMetadata() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getMetadata() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
getMinuteMetrics() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
getName() - Method in class com.azure.storage.blob.models.BlobContainerItem
Get the name property: The Name property.
getName() - Method in class com.azure.storage.blob.models.BlobItem
Get the name property: The name property.
getName() - Method in class com.azure.storage.blob.models.BlobPrefix
Get the name property: The Name property.
getName() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
 
getName() - Method in class com.azure.storage.blob.models.BlobQueryError
 
getName() - Method in class com.azure.storage.blob.models.Block
Get the name property: The base64 encoded block ID.
getName() - Method in class com.azure.storage.blob.models.TaggedBlobItem
Get the name property: The name property.
getNumBuffers() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
getObjectReplicationDestinationPolicyId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the objectReplicationDestinationPolicyId property: Optional.
getObjectReplicationDestinationPolicyId() - Method in class com.azure.storage.blob.models.BlobProperties
 
getObjectReplicationSourcePolicies() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
getObjectReplicationSourcePolicies() - Method in class com.azure.storage.blob.models.BlobItem
Get the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
getObjectReplicationSourcePolicies() - Method in class com.azure.storage.blob.models.BlobProperties
 
getOffset() - Method in class com.azure.storage.blob.HttpGetterInfo
 
getOffset() - Method in class com.azure.storage.blob.models.BlobRange
The start of the range.
getOpenOptions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
getOptionalLength() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Gets the length of the data.
getOutputSerialization() - Method in class com.azure.storage.blob.options.BlobQueryOptions
Gets the output serialization.
getOutputStream() - Method in class com.azure.storage.blob.options.BlobQueryOptions
Gets the outputStream where the downloaded data will be written.
getPageBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new PageBlobAsyncClient associated with this blob.
getPageBlobClient() - Method in class com.azure.storage.blob.BlobClient
Creates a new PageBlobClient associated with this blob.
getPageRange() - Method in class com.azure.storage.blob.models.PageList
Get the pageRange property: The PageRange property.
getPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
getPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
getPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
getPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
getPageRangesWithResponse(BlobRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
getPageRangesWithResponse(BlobRange, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
getPermissions() - Method in class com.azure.storage.blob.models.BlobAccessPolicy
Get the permissions property: the permissions for the acl policy.
getPermissions() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getPolicyId() - Method in class com.azure.storage.blob.models.ObjectReplicationPolicy
 
getPolicyMode() - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
 
getPollInterval() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getPosition() - Method in class com.azure.storage.blob.models.BlobQueryError
 
getPreauthorizedAgentObjectId() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getPrecision() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
 
getPrefix() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
Filters the results to return only blobs whose names begin with the specified prefix.
getPrefix() - Method in class com.azure.storage.blob.models.ListBlobsOptions
Filters the results to return only blobs whose names begin with the specified prefix.
getPreviousSnapshot() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
Gets the previousSnapshot property.
getPriority() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
getProgressConsumer() - Method in class com.azure.storage.blob.options.BlobQueryOptions
Gets the progress consumer.
getProgressListener() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
Gets the Progress listener for parallel reporting
getProgressReceiver() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
getProperties() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns the container's metadata and system properties.
getProperties() - Method in class com.azure.storage.blob.BlobContainerClient
Returns the container's metadata and system properties.
getProperties() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets the properties of a storage account’s Blob service.
getProperties() - Method in class com.azure.storage.blob.BlobServiceClient
Gets the properties of a storage account’s Blob service.
getProperties() - Method in class com.azure.storage.blob.models.BlobContainerItem
Get the properties property: Properties of a container.
getProperties() - Method in class com.azure.storage.blob.models.BlobItem
Get the properties property: The properties property.
getProperties() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Returns the blob's metadata and properties.
getProperties() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Returns the blob's metadata and properties.
getProperties() - Method in class com.azure.storage.blob.specialized.BlobInputStream
Gets the blob properties as fetched upon download.
getPropertiesWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets the properties of a storage account’s Blob service.
getPropertiesWithResponse(BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Returns the blob's metadata and properties.
getPropertiesWithResponse(BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Returns the blob's metadata and properties.
getPropertiesWithResponse(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns the container's metadata and system properties.
getPropertiesWithResponse(String, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Returns the container's metadata and system properties.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Gets the properties of a storage account’s Blob service.
getProposedId() - Method in class com.azure.storage.blob.options.BlobChangeLeaseOptions
 
getProtocol() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getPublicAccess() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the publicAccess property: The PublicAccess property.
getPublicAccessType() - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
 
getQuery() - Method in class com.azure.storage.blob.options.FindBlobsOptions
 
getRange() - Method in class com.azure.storage.blob.models.PageRangeItem
Gets the range property.
getRange() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
getRange() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
getRange() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
Gets the range property.
getRange() - Method in class com.azure.storage.blob.options.ListPageRangesOptions
Gets the range property.
getRange() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
getRecordSeparator() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Gets the record separator.
getRecordSeparator() - Method in class com.azure.storage.blob.models.BlobQueryJsonSerialization
Gets the record separator.
getRehydratePriority() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the rehydratePriority property: Possible values include: 'High', 'Standard'.
getRehydratePriority() - Method in class com.azure.storage.blob.models.BlobProperties
 
getRehydratePriority() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getRemainingRetentionDays() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the remainingRetentionDays property: The RemainingRetentionDays property.
getRemainingRetentionDays() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the remainingRetentionDays property: The remainingRetentionDays property.
getRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobSealOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobAcquireLeaseOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobChangeLeaseOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobGetTagsOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobQueryOptions
Gets the request conditions.
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobReleaseLeaseOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobRenewLeaseOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobSetTagsOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
Gets the requestConditions property.
getRequestConditions() - Method in class com.azure.storage.blob.options.ListPageRangesOptions
Gets the requestConditions property.
getRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
 
getRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
getRequestId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
getRequestId() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
getResource() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Deprecated.
getResourceUrl() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Gets the URL of the lease client.
getResourceUrl() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Gets the URL of the lease client.
getRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Get the retentionPolicy property: the retention policy which determines how long the associated data should persist.
getRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobMetrics
Get the retentionPolicy property: the retention policy which determines how long the associated data should persist.
getRetrieveCopy() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
getRetrieveDeleted() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
Whether deleted containers should be returned.
getRetrieveDeletedBlobs() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs which have been soft deleted should be returned.
getRetrieveDeletedBlobsWithVersions() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs which have been deleted with versioning.
getRetrieveImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether immutability policy for the blob should be returned.
getRetrieveLegalHold() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether legal hold for the blob should be returned.
getRetrieveMetadata() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
Whether metadata should be returned.
getRetrieveMetadata() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blob metadata should be returned.
getRetrieveSnapshots() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether snapshots should be returned.
getRetrieveSystemContainers() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
Whether system containers should be returned.
getRetrieveTags() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blob tags should be returned.
getRetrieveUncommittedBlobs() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should be included in the response.
getRetrieveVersions() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether versions should be returned.
getRuleId() - Method in class com.azure.storage.blob.models.ObjectReplicationRule
 
getRules() - Method in class com.azure.storage.blob.models.ObjectReplicationPolicy
 
getSasIpRange() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getSasQueryParameters() - Method in class com.azure.storage.blob.BlobUrlParts
getScale() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
 
getSchema() - Method in class com.azure.storage.blob.models.BlobQueryArrowSerialization
Gets the arrow fields.
getScheme() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the URL scheme, ex.
getSequenceNumber() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
getServiceAsyncClient() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Get an async client pointing to the account.
getServiceClient() - Method in class com.azure.storage.blob.BlobContainerClient
Get a client pointing to the account.
getServiceMessage() - Method in exception com.azure.storage.blob.models.BlobStorageException
 
getServiceVersion() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.blob.BlobContainerClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.blob.BlobServiceClient
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Gets the service version the client is using.
getServiceVersion() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets the service version the client is using.
getSignedExpiry() - Method in class com.azure.storage.blob.models.UserDelegationKey
Get the signedExpiry property: The date-time the key expires.
getSignedObjectId() - Method in class com.azure.storage.blob.models.UserDelegationKey
Get the signedObjectId property: The Azure Active Directory object ID in GUID format.
getSignedService() - Method in class com.azure.storage.blob.models.UserDelegationKey
Get the signedService property: Abbreviation of the Azure Storage service that accepts the key.
getSignedStart() - Method in class com.azure.storage.blob.models.UserDelegationKey
Get the signedStart property: The date-time the key is active.
getSignedTenantId() - Method in class com.azure.storage.blob.models.UserDelegationKey
Get the signedTenantId property: The Azure Active Directory tenant ID in GUID format.
getSignedVersion() - Method in class com.azure.storage.blob.models.UserDelegationKey
Get the signedVersion property: The service version that created the key.
getSize() - Method in class com.azure.storage.blob.models.Block
Deprecated.
getSize() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
getSizeLong() - Method in class com.azure.storage.blob.models.Block
Get the sizeLong property: The block size in bytes.
getSkuName() - Method in class com.azure.storage.blob.models.StorageAccountInfo
 
getSnapshot() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the snapshot identifier that will be used as part of the query string if set.
getSnapshot() - Method in class com.azure.storage.blob.models.BlobItem
Get the snapshot property: The snapshot property.
getSnapshot() - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
 
getSnapshotClient(String) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new BlobAsyncClient linked to the snapshot of this blob resource.
getSnapshotClient(String) - Method in class com.azure.storage.blob.BlobClient
Creates a new BlobClient linked to the snapshot of this blob resource.
getSnapshotClient(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Creates a new BlobAsyncClientBase linked to the snapshot of this blob resource.
getSnapshotClient(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Creates a new BlobClientBase linked to the snapshot of this blob resource.
getSnapshotId() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Snapshot id is now auto-populated by the SAS generation methods provided on the desired (snapshot) blob client.
getSnapshotId() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Gets the snapshotId for a blob resource
getSnapshotId() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets the snapshotId for a blob resource
getSource() - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
 
getSourceAuthorization() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
getSourceAuthorization() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getSourceAuthorization() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getSourceAuthorization() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
getSourceAuthorization() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
getSourceContentMd5() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
getSourceContentMd5() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
getSourceContentMd5() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
getSourceOffset() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
getSourceRange() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
getSourceRange() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
getSourceRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
getSourceRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
getSourceUrl() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
getSourceUrl() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getSourceUrl() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getSourceUrl() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
getSourceUrl() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
getStart() - Method in class com.azure.storage.blob.models.ClearRange
Get the start property: The Start property.
getStart() - Method in class com.azure.storage.blob.models.KeyInfo
Get the start property: The date-time the key is active in ISO 8601 UTC time.
getStart() - Method in class com.azure.storage.blob.models.PageRange
Get the start property: The Start property.
getStartsOn() - Method in class com.azure.storage.blob.models.BlobAccessPolicy
Get the startsOn property: the date-time the policy is active.
getStartTime() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getStaticWebsite() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the staticWebsite property: The properties that enable an account to host a static website.
getStatistics() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Retrieves statistics related to replication for the Blob service.
getStatistics() - Method in class com.azure.storage.blob.BlobServiceClient
Retrieves statistics related to replication for the Blob service.
getStatisticsWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Retrieves statistics related to replication for the Blob service.
getStatisticsWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Retrieves statistics related to replication for the Blob service.
getStatus() - Method in class com.azure.storage.blob.models.GeoReplication
Get the status property: The status of the secondary location.
getStatus() - Method in class com.azure.storage.blob.models.ObjectReplicationRule
 
getStatusCode() - Method in exception com.azure.storage.blob.models.BlobStorageException
 
getTagCount() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the tagCount property: The number of tags associated with the blob.
getTagCount() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the tagCount property: The tagCount property.
getTagCount() - Method in class com.azure.storage.blob.models.BlobProperties
 
getTags() - Method in class com.azure.storage.blob.models.BlobItem
Get the tags property: The tags property.
getTags() - Method in class com.azure.storage.blob.models.TaggedBlobItem
Get the tags property: The tags property.
getTags() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Get the tags.
getTags() - Method in class com.azure.storage.blob.options.BlobSetTagsOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
getTags() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getTags() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
getTags() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Returns the blob's tags.
getTags() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Returns the blob's tags.
getTagsConditions() - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
Gets the SQL statement that apply to the tags of the blob.
getTagsConditions() - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
Gets the SQL statement that apply to the tags of the blob.
getTagsConditions() - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
Gets the SQL statement that apply to the tags of the blob.
getTagsConditions() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
getTagsWithResponse(BlobGetTagsOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Returns the blob's tags.
getTagsWithResponse(BlobGetTagsOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Returns the blob's tags.
getTier() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
getTier() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
getTier() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Gets the AccessTier.
getTier() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
getTier() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
getTier() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
getTier() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
getTier() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
getTier() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
getTimeout() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
getTotalBytes() - Method in class com.azure.storage.blob.models.BlobQueryProgress
 
getType() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
 
getType() - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
Gets the type of blocks to list.
getUncommitted() - Method in class com.azure.storage.blob.models.BlockLookupList
Get the uncommitted property: The Uncommitted property.
getUncommittedBlocks() - Method in class com.azure.storage.blob.models.BlockList
Get the uncommittedBlocks property: The UncommittedBlocks property.
getUnparsedParameters() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the query string parameters that aren't part of the SAS token that will be used by this URL.
getUserDelegationKey(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets a user delegation key for use with this account's blob storage.
getUserDelegationKey(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceClient
Gets a user delegation key for use with this account's blob storage.
getUserDelegationKeyWithResponse(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets a user delegation key for use with this account's blob storage.
getUserDelegationKeyWithResponse(OffsetDateTime, OffsetDateTime, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Gets a user delegation key for use with this account's blob storage.
getValue() - Method in class com.azure.storage.blob.models.UserDelegationKey
Get the value property: The key as a base64 string.
getVersion() - Method in enum com.azure.storage.blob.BlobServiceVersion
getVersion() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Get the version property: The version of Storage Analytics to configure.
getVersion() - Method in class com.azure.storage.blob.models.BlobContainerItem
Get the version property: The Version property.
getVersion() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the version property: Indicates the version of the Blob service used to execute the request.
getVersion() - Method in class com.azure.storage.blob.models.BlobMetrics
Get the version property: The version of Storage Analytics to configure.
getVersion() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the version property: Indicates the version of the Blob service used to execute the request.
getVersion() - Method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
getVersion() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getVersionClient(String) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new BlobAsyncClient linked to the versionId of this blob resource.
getVersionClient(String) - Method in class com.azure.storage.blob.BlobClient
Creates a new BlobClient linked to the version of this blob resource.
getVersionClient(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Creates a new BlobAsyncClientBase linked to the versionId of this blob resource.
getVersionClient(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Creates a new BlobClientBase linked to the version of this blob resource.
getVersionId() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the version identifier that will be used as part of the query string if set.
getVersionId() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
getVersionId() - Method in class com.azure.storage.blob.models.BlobCopyInfo
Gets the version identifier of the destination blob completed.
getVersionId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the versionId property: A DateTime value returned by the service that uniquely identifies the blob.
getVersionId() - Method in class com.azure.storage.blob.models.BlobItem
Get the versionId property: The versionId property.
getVersionId() - Method in class com.azure.storage.blob.models.BlobProperties
 
getVersionId() - Method in class com.azure.storage.blob.models.BlockBlobItem
 
getVersionId() - Method in class com.azure.storage.blob.models.PageBlobItem
 
getVersionId() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Gets the versionId for a blob resource
getVersionId() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Gets the versionId for a blob resource

H

handleProgress(long) - Method in interface com.azure.storage.blob.ProgressReceiver
Deprecated.
 
hasAddPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasAddPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasCreatePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasCreatePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasDeletePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasDeletePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasDeleteVersionPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasDeleteVersionPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasExecutePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasExecutePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasFilterPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
hasImmutabilityPolicyPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasImmutabilityPolicyPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasLegalHold() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
hasLegalHold() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the hasLegalHold property: The x-ms-legal-hold property.
hasLegalHold() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the hasLegalHold property: The LegalHold property.
hasLegalHold() - Method in interface com.azure.storage.blob.models.BlobLegalHoldResult
 
hasLegalHold() - Method in class com.azure.storage.blob.models.BlobProperties
 
hasLegalHold() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
hasLegalHold() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
hasListPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasListPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasMovePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasMovePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasPermanentDeletePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasReadPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasReadPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasTagsPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasTagsPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
hasVersionsOnly() - Method in class com.azure.storage.blob.models.BlobItem
Get the hasVersionsOnly property: The HasVersionsOnly property.
hasWritePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasWritePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
HIGH - Static variable in class com.azure.storage.blob.models.RehydratePriority
Static value High for RehydratePriority.
HOT - Static variable in class com.azure.storage.blob.models.AccessTier
Static value Hot for AccessTier.
httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
HttpGetterInfo - Class in com.azure.storage.blob
HttpGetterInfo is a passed to the getter function of a reliable download to specify parameters needed for the GET request.
HttpGetterInfo() - Constructor for class com.azure.storage.blob.HttpGetterInfo
 
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the logging configuration to use when sending and receiving requests to and from the service.

I

IMMUTABILITY_POLICY - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value immutabilitypolicy.
INCLUDE - Enum constant in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
Enum value include.
INCREMENT - Enum constant in enum com.azure.storage.blob.models.SequenceNumberActionType
Enum value increment.
INCREMENTAL_COPY_BLOB_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value IncrementalCopyBlobMismatch for BlobErrorCode.
INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value IncrementalCopyOfEralierVersionSnapshotNotAllowed for BlobErrorCode.
INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value IncrementalCopySourceMustBeSnapshot for BlobErrorCode.
INFINITE - Enum constant in enum com.azure.storage.blob.models.LeaseDurationType
Enum value infinite.
INFINITE_LEASE_DURATION_REQUIRED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InfiniteLeaseDurationRequired for BlobErrorCode.
INSUFFICIENT_ACCOUNT_PERMISSIONS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InsufficientAccountPermissions for BlobErrorCode.
INT64 - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Enum value int64.
INTERNAL_ERROR - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InternalError for BlobErrorCode.
INVALID_AUTHENTICATION_INFO - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidAuthenticationInfo for BlobErrorCode.
INVALID_BLOB_OR_BLOCK - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidBlobOrBlock for BlobErrorCode.
INVALID_BLOB_TIER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidBlobTier for BlobErrorCode.
INVALID_BLOB_TYPE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidBlobType for BlobErrorCode.
INVALID_BLOCK_ID - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidBlockId for BlobErrorCode.
INVALID_BLOCK_LIST - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidBlockList for BlobErrorCode.
INVALID_HEADER_VALUE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidHeaderValue for BlobErrorCode.
INVALID_HTTP_VERB - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidHttpVerb for BlobErrorCode.
INVALID_INPUT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidInput for BlobErrorCode.
INVALID_MD5 - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidMd5 for BlobErrorCode.
INVALID_METADATA - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidMetadata for BlobErrorCode.
INVALID_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidOperation for BlobErrorCode.
INVALID_PAGE_RANGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidPageRange for BlobErrorCode.
INVALID_QUERY_PARAMETER_VALUE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidQueryParameterValue for BlobErrorCode.
INVALID_RANGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidRange for BlobErrorCode.
INVALID_RESOURCE_NAME - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidResourceName for BlobErrorCode.
INVALID_SOURCE_BLOB_TYPE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidSourceBlobType for BlobErrorCode.
INVALID_SOURCE_BLOB_URL - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidSourceBlobUrl for BlobErrorCode.
INVALID_URI - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidUri for BlobErrorCode.
INVALID_VERSION_FOR_PAGE_BLOB_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidVersionForPageBlobOperation for BlobErrorCode.
INVALID_XML_DOCUMENT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidXmlDocument for BlobErrorCode.
INVALID_XML_NODE_VALUE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value InvalidXmlNodeValue for BlobErrorCode.
isAccessTierInferred() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the accessTierInferred property: The accessTierInferred property.
isAccessTierInferred() - Method in class com.azure.storage.blob.models.BlobProperties
 
isClear() - Method in class com.azure.storage.blob.models.PageRangeItem
Gets whether the range is cleared.
isComputeMd5() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
 
isCopySourceBlobProperties() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
Optional, default is true.
isCurrentVersion() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the currentVersion property: The x-ms-is-current-version property.
isCurrentVersion() - Method in class com.azure.storage.blob.models.BlobItem
Get the isCurrentVersion property: The isCurrentVersion property.
isCurrentVersion() - Method in class com.azure.storage.blob.models.BlobProperties
 
isDelete() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Get the delete property: Indicates whether all delete requests should be logged.
isDeleted() - Method in class com.azure.storage.blob.models.BlobContainerItem
Get the deleted property: The Deleted property.
isDeleted() - Method in class com.azure.storage.blob.models.BlobItem
Get the deleted property: The deleted property.
isEnabled() - Method in class com.azure.storage.blob.models.BlobMetrics
Get the enabled property: Indicates whether metrics are enabled for the Blob service.
isEnabled() - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
Get the enabled property: Indicates whether a retention policy is enabled for the storage service.
isEnabled() - Method in class com.azure.storage.blob.models.StaticWebsite
Get the enabled property: Indicates whether this account is hosting a static website.
isEncryptionScopeOverridePrevented() - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
Get the encryptionScopeOverridePrevented property: Optional.
isEncryptionScopeOverridePrevented() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the encryptionScopeOverridePrevented property: The DenyEncryptionScopeOverride property.
isEncryptionScopeOverridePrevented() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
isFatal() - Method in class com.azure.storage.blob.models.BlobQueryError
Whether or not the error is fatal.
isHasImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the hasImmutabilityPolicy property: The HasImmutabilityPolicy property.
isHasLegalHold() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the hasLegalHold property: The HasLegalHold property.
isHeadersPresent() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Gets whether or not headers are present.
isImmutableStorageWithVersioningEnabled() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the isImmutableStorageWithVersioningEnabled property: Indicates if version level worm is enabled on this container.
isImmutableStorageWithVersioningEnabled() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
isIncludeApis() - Method in class com.azure.storage.blob.models.BlobMetrics
Get the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.
isIncrementalCopy() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the incrementalCopy property: The incrementalCopy property.
isIncrementalCopy() - Method in class com.azure.storage.blob.models.BlobProperties
 
isLegalHold() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
isLegalHold() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
 
isLegalHold() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
isLegalHold() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
isLegalHold() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
isPrefix() - Method in class com.azure.storage.blob.models.BlobItem
Get the isPrefix property: If blobs are named to mimic a directory hierarchy (i.e.
isRead() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Get the read property: Indicates whether all read requests should be logged.
isRetrieveContentRangeMd5() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
isSealDestination() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
Only applicable for Append Blobs.
isSealed() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the sealed property: The sealed property.
isSealed() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the sealed property: The sealed property.
isSealed() - Method in class com.azure.storage.blob.models.BlobProperties
 
isServerEncrypted() - Method in class com.azure.storage.blob.models.AppendBlobItem
 
isServerEncrypted() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Get the isServerEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm.
isServerEncrypted() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the serverEncrypted property: The serverEncrypted property.
isServerEncrypted() - Method in class com.azure.storage.blob.models.BlobProperties
 
isServerEncrypted() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Get the serverEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm.
isServerEncrypted() - Method in class com.azure.storage.blob.models.BlockBlobItem
 
isServerEncrypted() - Method in class com.azure.storage.blob.models.PageBlobItem
 
isSnapshot() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Determines if a blob is a snapshot
isSnapshot() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Determines if a blob is a snapshot
isWrite() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Get the write property: Indicates whether all write requests should be logged.

K

KeyInfo - Class in com.azure.storage.blob.models
Key information.
KeyInfo() - Constructor for class com.azure.storage.blob.models.KeyInfo
 

L

LEASE_ALREADY_BROKEN - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseAlreadyBroken for BlobErrorCode.
LEASE_ALREADY_PRESENT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseAlreadyPresent for BlobErrorCode.
LEASE_ID_MISMATCH_WITH_BLOB_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseIdMismatchWithBlobOperation for BlobErrorCode.
LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseIdMismatchWithContainerOperation for BlobErrorCode.
LEASE_ID_MISMATCH_WITH_LEASE_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseIdMismatchWithLeaseOperation for BlobErrorCode.
LEASE_ID_MISSING - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseIdMissing for BlobErrorCode.
LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseIsBreakingAndCannotBeAcquired for BlobErrorCode.
LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseIsBreakingAndCannotBeChanged for BlobErrorCode.
LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseIsBrokenAndCannotBeRenewed for BlobErrorCode.
LEASE_LOST - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseLost for BlobErrorCode.
LEASE_NOT_PRESENT_WITH_BLOB_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseNotPresentWithBlobOperation for BlobErrorCode.
LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseNotPresentWithContainerOperation for BlobErrorCode.
LEASE_NOT_PRESENT_WITH_LEASE_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value LeaseNotPresentWithLeaseOperation for BlobErrorCode.
LEASED - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
Enum value leased.
LeaseDurationType - Enum in com.azure.storage.blob.models
Defines values for LeaseDurationType.
leaseId(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
Sets the identifier for the lease.
LeaseStateType - Enum in com.azure.storage.blob.models
Defines values for LeaseStateType.
LeaseStatusType - Enum in com.azure.storage.blob.models
Defines values for LeaseStatusType.
LEGACY - Enum constant in enum com.azure.storage.blob.models.PathRenameMode
Enum value legacy.
LEGAL_HOLD - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value legalhold.
listBlobContainers() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Returns a reactive Publisher emitting all the containers in this account lazily as needed.
listBlobContainers() - Method in class com.azure.storage.blob.BlobServiceClient
Returns a lazy loaded list of containers in this account.
listBlobContainers(ListBlobContainersOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Returns a reactive Publisher emitting all the containers in this account lazily as needed.
listBlobContainers(ListBlobContainersOptions, Duration) - Method in class com.azure.storage.blob.BlobServiceClient
Returns a lazy loaded list of containers in this account.
ListBlobContainersIncludeType - Enum in com.azure.storage.blob.models
Defines values for ListBlobContainersIncludeType.
ListBlobContainersOptions - Class in com.azure.storage.blob.models
Defines options available to configure the behavior of a call to listContainersSegment on a BlobServiceClient object.
ListBlobContainersOptions() - Constructor for class com.azure.storage.blob.models.ListBlobContainersOptions
Constructs an unpopulated ListBlobContainersOptions.
listBlobs() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns a reactive Publisher emitting all the blobs in this container lazily as needed.
listBlobs() - Method in class com.azure.storage.blob.BlobContainerClient
Returns a lazy loaded list of blobs in this container, with folder structures flattened.
listBlobs(ListBlobsOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns a reactive Publisher emitting all the blobs in this container lazily as needed.
listBlobs(ListBlobsOptions, String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns a reactive Publisher emitting all the blobs in this container lazily as needed.
listBlobs(ListBlobsOptions, String, Duration) - Method in class com.azure.storage.blob.BlobContainerClient
Returns a lazy loaded list of blobs in this container, with folder structures flattened.
listBlobs(ListBlobsOptions, Duration) - Method in class com.azure.storage.blob.BlobContainerClient
Returns a lazy loaded list of blobs in this container, with folder structures flattened.
listBlobsByHierarchy(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns a reactive Publisher emitting all the blobs and directories (prefixes) under the given directory (prefix).
listBlobsByHierarchy(String) - Method in class com.azure.storage.blob.BlobContainerClient
Returns a reactive Publisher emitting all the blobs and directories (prefixes) under the given directory (prefix).
listBlobsByHierarchy(String, ListBlobsOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory).
listBlobsByHierarchy(String, ListBlobsOptions, Duration) - Method in class com.azure.storage.blob.BlobContainerClient
Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory).
ListBlobsIncludeItem - Enum in com.azure.storage.blob.models
Defines values for ListBlobsIncludeItem.
ListBlobsOptions - Class in com.azure.storage.blob.models
Defines options available to configure the behavior of a call to listBlobsFlatSegment on a BlobContainerClient object.
ListBlobsOptions() - Constructor for class com.azure.storage.blob.models.ListBlobsOptions
Constructs an unpopulated ListBlobsOptions.
listBlocks(BlockListType) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
listBlocks(BlockListType) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
listBlocksWithResponse(BlockListType, String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
listBlocksWithResponse(BlockListType, String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
listBlocksWithResponse(BlockBlobListBlocksOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
listBlocksWithResponse(BlockBlobListBlocksOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
listPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
listPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
listPageRanges(ListPageRangesOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
listPageRanges(ListPageRangesOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
listPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
listPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
listPageRangesDiff(ListPageRangesDiffOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
listPageRangesDiff(ListPageRangesDiffOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
ListPageRangesDiffOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when getting the page ranges diff of a page blob.
ListPageRangesDiffOptions(BlobRange, String) - Constructor for class com.azure.storage.blob.options.ListPageRangesDiffOptions
 
ListPageRangesOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when getting the page ranges of a page blob.
ListPageRangesOptions(BlobRange) - Constructor for class com.azure.storage.blob.options.ListPageRangesOptions
 
LIVE - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
Static value live for GeoReplicationStatus.
LOCKED - Enum constant in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
Enum value Locked.
LOCKED - Enum constant in enum com.azure.storage.blob.models.LeaseStatusType
Enum value locked.
LOG_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
Special container name for the logs container in the Storage account.
LOG_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
Special container name for the logs container in the Storage account.

M

MAX - Enum constant in enum com.azure.storage.blob.models.SequenceNumberActionType
Enum value max.
MAX_APPEND_BLOCK_BYTES - Static variable in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Indicates the maximum number of bytes that can be sent in a call to appendBlock.
MAX_APPEND_BLOCK_BYTES - Static variable in class com.azure.storage.blob.specialized.AppendBlobClient
Indicates the maximum number of bytes that can be sent in a call to appendBlock.
MAX_BLOB_SIZE_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value MaxBlobSizeConditionNotMet for BlobErrorCode.
MAX_BLOCKS - Static variable in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Indicates the maximum number of blocks allowed in an append blob.
MAX_BLOCKS - Static variable in class com.azure.storage.blob.specialized.AppendBlobClient
Indicates the maximum number of blocks allowed in an append blob.
MAX_BLOCKS - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Indicates the maximum number of blocks allowed in a block blob.
MAX_BLOCKS - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
Indicates the maximum number of blocks allowed in a block blob.
MAX_PUT_PAGES_BYTES - Static variable in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Indicates the maximum number of bytes that may be sent in a call to putPage.
MAX_PUT_PAGES_BYTES - Static variable in class com.azure.storage.blob.specialized.PageBlobClient
Indicates the maximum number of bytes that may be sent in a call to putPage.
MAX_STAGE_BLOCK_BYTES - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
MAX_STAGE_BLOCK_BYTES - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
MAX_STAGE_BLOCK_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Indicates the maximum number of bytes that can be sent in a call to stageBlock.
MAX_STAGE_BLOCK_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
Indicates the maximum number of bytes that can be sent in a call to stageBlock.
MAX_UPLOAD_BLOB_BYTES - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
MAX_UPLOAD_BLOB_BYTES - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
MAX_UPLOAD_BLOB_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Indicates the maximum number of bytes that can be sent in a call to upload.
MAX_UPLOAD_BLOB_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
Indicates the maximum number of bytes that can be sent in a call to upload.
MD5MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value Md5Mismatch for BlobErrorCode.
METADATA - Enum constant in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
Enum value metadata.
METADATA - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value metadata.
METADATA_TOO_LARGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value MetadataTooLarge for BlobErrorCode.
MISSING_CONTENT_LENGTH_HEADER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value MissingContentLengthHeader for BlobErrorCode.
MISSING_REQUIRED_HEADER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value MissingRequiredHeader for BlobErrorCode.
MISSING_REQUIRED_QUERY_PARAMETER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value MissingRequiredQueryParameter for BlobErrorCode.
MISSING_REQUIRED_XML_NODE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value MissingRequiredXmlNode for BlobErrorCode.
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value MultipleConditionHeadersNotSupported for BlobErrorCode.
MUTABLE - Enum constant in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
Enum value Mutable.

N

NO_AUTHENTICATION_INFORMATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value NoAuthenticationInformation for BlobErrorCode.
NO_PENDING_COPY_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value NoPendingCopyOperation for BlobErrorCode.
NONE - Enum constant in enum com.azure.storage.blob.models.ConsistentReadControl
No consistent read control.

O

ObjectReplicationPolicy - Class in com.azure.storage.blob.models
A type that contains information about an object replication policy on a source blob.
ObjectReplicationPolicy(String, List<ObjectReplicationRule>) - Constructor for class com.azure.storage.blob.models.ObjectReplicationPolicy
Constructs a new ObjectReplicationPolicy object.
ObjectReplicationRule - Class in com.azure.storage.blob.models
A type that contains information about an object replication rule on a source blob.
ObjectReplicationRule(String, ObjectReplicationStatus) - Constructor for class com.azure.storage.blob.models.ObjectReplicationRule
Constructs a new ObjectReplicationRule object.
ObjectReplicationStatus - Class in com.azure.storage.blob.models
Defines values for ObjectReplicationStatus.
ObjectReplicationStatus() - Constructor for class com.azure.storage.blob.models.ObjectReplicationStatus
 
ONLY - Enum constant in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
Enum value only.
openInputStream() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Opens a blob input stream to download the blob.
openInputStream(BlobRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Opens a blob input stream to download the specified range of the blob.
openInputStream(BlobInputStreamOptions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Opens a blob input stream to download the specified range of the blob.
openInputStream(BlobInputStreamOptions, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Opens a blob input stream to download the specified range of the blob.
openQueryInputStream(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Opens a blob input stream to query the blob.
openQueryInputStreamWithResponse(BlobQueryOptions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Opens a blob input stream to query the blob.
OPERATION_NOT_ALLOWED_ON_INCREMENTAL_COPY_BLOB - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value OperationNotAllowedOnIncrementalCopyBlob for BlobErrorCode.
OPERATION_TIMED_OUT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value OperationTimedOut for BlobErrorCode.
OUT_OF_RANGE_INPUT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value OutOfRangeInput for BlobErrorCode.
OUT_OF_RANGE_QUERY_PARAMETER_VALUE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value OutOfRangeQueryParameterValue for BlobErrorCode.

P

P10 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P10 for AccessTier.
P15 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P15 for AccessTier.
P20 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P20 for AccessTier.
P30 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P30 for AccessTier.
P4 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P4 for AccessTier.
P40 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P40 for AccessTier.
P50 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P50 for AccessTier.
P6 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P6 for AccessTier.
P60 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P60 for AccessTier.
P70 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P70 for AccessTier.
P80 - Static variable in class com.azure.storage.blob.models.AccessTier
Static value P80 for AccessTier.
PAGE_BLOB - Enum constant in enum com.azure.storage.blob.models.BlobType
Enum value PageBlob.
PAGE_BYTES - Static variable in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Indicates the number of bytes in a page.
PAGE_BYTES - Static variable in class com.azure.storage.blob.specialized.PageBlobClient
Indicates the number of bytes in a page.
PageBlobAsyncClient - Class in com.azure.storage.blob.specialized
Client to a page blob.
PageBlobClient - Class in com.azure.storage.blob.specialized
Client to a page blob.
PageBlobCopyIncrementalOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when incrementally copying a Page Blob.
PageBlobCopyIncrementalOptions(String, String) - Constructor for class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
 
PageBlobCopyIncrementalRequestConditions - Class in com.azure.storage.blob.models
This class contains values which will restrict the successful operation of a variety of blob requests to the conditions present on the destination blob.
PageBlobCopyIncrementalRequestConditions() - Constructor for class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
 
PageBlobCreateOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when creating a Page Blob.
PageBlobCreateOptions(long) - Constructor for class com.azure.storage.blob.options.PageBlobCreateOptions
 
PageBlobItem - Class in com.azure.storage.blob.models
This class contains the properties about a page blob.
PageBlobItem(String, OffsetDateTime, byte[], Boolean, String, Long) - Constructor for class com.azure.storage.blob.models.PageBlobItem
Constructs a PageBlobItem.
PageBlobItem(String, OffsetDateTime, byte[], Boolean, String, String, Long) - Constructor for class com.azure.storage.blob.models.PageBlobItem
Constructs a PageBlobItem.
PageBlobItem(String, OffsetDateTime, byte[], Boolean, String, String, Long, String) - Constructor for class com.azure.storage.blob.models.PageBlobItem
Constructs a PageBlobItem.
PageBlobRequestConditions - Class in com.azure.storage.blob.models
This class contains values that restrict the successful completion of PageBlob operations to certain conditions.
PageBlobRequestConditions() - Constructor for class com.azure.storage.blob.models.PageBlobRequestConditions
 
PageBlobUploadPagesFromUrlOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when uploading a page range from a source URL.
PageBlobUploadPagesFromUrlOptions(PageRange, String) - Constructor for class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
PageList - Class in com.azure.storage.blob.models
the list of pages.
PageList() - Constructor for class com.azure.storage.blob.models.PageList
 
PageRange - Class in com.azure.storage.blob.models
The PageRange model.
PageRange() - Constructor for class com.azure.storage.blob.models.PageRange
 
PageRangeItem - Class in com.azure.storage.blob.models
Represents a page range on a page blob returned by PageBlobClient.listPageRanges(BlobRange).
PageRangeItem(HttpRange, boolean) - Constructor for class com.azure.storage.blob.models.PageRangeItem
Creates a new PageRangeItem.
ParallelTransferOptions - Class in com.azure.storage.blob.models
This class contains configuration used to parallelize data transfer operations.
ParallelTransferOptions() - Constructor for class com.azure.storage.blob.models.ParallelTransferOptions
ParallelTransferOptions(Integer, Integer, ProgressReceiver) - Constructor for class com.azure.storage.blob.models.ParallelTransferOptions
Deprecated.
Use fluent interface to set properties instead.
ParallelTransferOptions(Integer, Integer, ProgressReceiver, Integer) - Constructor for class com.azure.storage.blob.models.ParallelTransferOptions
Deprecated.
Use fluent interface to set properties instead.
parse(String) - Static method in class com.azure.storage.blob.BlobUrlParts
Parses a string into a BlobUrlParts.
parse(String) - Static method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Creates an BlobContainerSasPermission from the specified permissions string.
parse(String) - Static method in class com.azure.storage.blob.sas.BlobSasPermission
Creates a BlobSasPermission from the specified permissions string.
parse(URL) - Static method in class com.azure.storage.blob.BlobUrlParts
Parses an existing URL into a BlobUrlParts.
parseSasQueryParameters(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the CommonSasQueryParameters representing the SAS query parameters that will be used to generate the SAS token for this URL.
PathRenameMode - Enum in com.azure.storage.blob.models
Defines values for PathRenameMode.
PENDING - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
Enum value pending.
PENDING_COPY_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value PendingCopyOperation for BlobErrorCode.
pipeline(HttpPipeline) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the HttpPipeline to use for the service client.
pipeline(HttpPipeline) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the HttpPipeline to use for the service client.
POSIX - Enum constant in enum com.azure.storage.blob.models.PathRenameMode
Enum value posix.
PREMIUM - Static variable in class com.azure.storage.blob.models.AccessTier
Static value Premium for AccessTier.
PREMIUM_LRS - Enum constant in enum com.azure.storage.blob.models.SkuName
Enum value Premium_LRS.
PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value PreviousSnapshotCannotBeNewer for BlobErrorCode.
PREVIOUS_SNAPSHOT_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value PreviousSnapshotNotFound for BlobErrorCode.
PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value PreviousSnapshotOperationNotSupported for BlobErrorCode.
ProgressReceiver - Interface in com.azure.storage.blob
Deprecated.
Use ProgressListener.
ProgressReporter - Class in com.azure.storage.blob
Deprecated.
Use ProgressReporter
ProgressReporter() - Constructor for class com.azure.storage.blob.ProgressReporter
Deprecated.
 
PublicAccessType - Class in com.azure.storage.blob.models
Defines values for PublicAccessType.
PublicAccessType() - Constructor for class com.azure.storage.blob.models.PublicAccessType
 

Q

query(OutputStream, String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Queries an entire blob into an output stream.
query(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Queries the entire blob.
queryWithResponse(BlobQueryOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Queries the entire blob.
queryWithResponse(BlobQueryOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Queries an entire blob into an output stream.

R

REHYDRATE_PENDING_TO_COOL - Static variable in class com.azure.storage.blob.models.ArchiveStatus
Static value rehydrate-pending-to-cool for ArchiveStatus.
REHYDRATE_PENDING_TO_HOT - Static variable in class com.azure.storage.blob.models.ArchiveStatus
Static value rehydrate-pending-to-hot for ArchiveStatus.
RehydratePriority - Class in com.azure.storage.blob.models
Defines values for RehydratePriority.
RehydratePriority() - Constructor for class com.azure.storage.blob.models.RehydratePriority
 
releaseLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Releases the previously acquired lease.
releaseLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Releases the previously acquired lease.
releaseLeaseWithResponse(RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Releases the previously acquired lease.
releaseLeaseWithResponse(RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Releases the previously acquired lease.
releaseLeaseWithResponse(BlobReleaseLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Releases the previously acquired lease.
releaseLeaseWithResponse(BlobReleaseLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Releases the previously acquired lease.
renewLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Renews the previously acquired lease.
renewLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Renews the previously acquired lease.
renewLeaseWithResponse(RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Renews the previously acquired lease.
renewLeaseWithResponse(RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Renews the previously-acquired lease.
renewLeaseWithResponse(BlobRenewLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
Renews the previously acquired lease.
renewLeaseWithResponse(BlobRenewLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
Renews the previously-acquired lease.
REPLACE - Static variable in class com.azure.storage.blob.models.BlobCopySourceTagsMode
Static value REPLACE for BlobCopySourceTags.
reportProgress(long) - Method in interface com.azure.storage.blob.ProgressReceiver
Deprecated.
The callback function invoked as progress is reported.
REQUEST_BODY_TOO_LARGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value RequestBodyTooLarge for BlobErrorCode.
REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value RequestUrlFailedToParse for BlobErrorCode.
resize(long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Resizes the page blob to the specified size (which must be a multiple of 512).
resize(long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Resizes the page blob to the specified size (which must be a multiple of 512).
resizeWithResponse(long, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Resizes the page blob to the specified size (which must be a multiple of 512).
resizeWithResponse(long, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Resizes the page blob to the specified size (which must be a multiple of 512).
RESOURCE_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ResourceAlreadyExists for BlobErrorCode.
RESOURCE_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ResourceNotFound for BlobErrorCode.
RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ResourceTypeMismatch for BlobErrorCode.
retryOptions(RetryOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RetryOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the request retry options for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the request retry options for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the request retry options for all the requests made through the client.
retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the request retry options for all the requests made through the client.
ROOT_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
Special container name for the root container in the Storage account.
ROOT_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
Special container name for the root container in the Storage account.

S

sasToken(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the SAS token used to authorize requests sent to the service.
sasToken(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the SAS token used to authorize requests sent to the service.
sasToken(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the SAS token used to authorize requests sent to the service.
sasToken(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the SAS token used to authorize requests sent to the service.
seal() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Seals an append blob, making it read only.
seal() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Seals an append blob, making it read only.
sealWithResponse(AppendBlobSealOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
Seals an append blob, making it read only.
sealWithResponse(AppendBlobSealOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
Seals an append blob, making it read only.
SEQUENCE_NUMBER_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SequenceNumberConditionNotMet for BlobErrorCode.
SEQUENCE_NUMBER_INCREMENT_TOO_LARGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SequenceNumberIncrementTooLarge for BlobErrorCode.
SequenceNumberActionType - Enum in com.azure.storage.blob.models
Defines values for SequenceNumberActionType.
SERVER_BUSY - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value ServerBusy for BlobErrorCode.
serviceVersion - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Storage REST API version used in requests to the Storage service.
serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the BlobServiceVersion that is used when making API requests.
serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the BlobServiceVersion that is used when making API requests.
serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the BlobServiceVersion that is used when making API requests.
serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the BlobServiceVersion that is used when making API requests.
setAcceptRanges(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the acceptRanges property: Indicates that the service supports requests for partial blob content.
setAcceptRanges(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the acceptRanges property: Indicates that the service supports requests for partial blob content.
setAccessPolicy(BlobAccessPolicy) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
Set the accessPolicy property: An Access policy.
setAccessPolicy(PublicAccessType, List<BlobSignedIdentifier>) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Sets the container's permissions.
setAccessPolicy(PublicAccessType, List<BlobSignedIdentifier>) - Method in class com.azure.storage.blob.BlobContainerClient
Sets the container's permissions.
setAccessPolicyWithResponse(PublicAccessType, List<BlobSignedIdentifier>, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Sets the container's permissions.
setAccessPolicyWithResponse(PublicAccessType, List<BlobSignedIdentifier>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Sets the container's permissions.
setAccessTier(AccessTier) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the accessTier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'.
setAccessTier(AccessTier) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets the tier on a blob.
setAccessTier(AccessTier) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets the tier on a blob.
setAccessTierChangeTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the accessTierChangeTime property: The accessTierChangeTime property.
setAccessTierInferred(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the accessTierInferred property: The accessTierInferred property.
setAccessTierWithResponse(AccessTier, RehydratePriority, String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets the tier on a blob.
setAccessTierWithResponse(AccessTier, RehydratePriority, String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets the tier on a blob.
setAccessTierWithResponse(BlobSetAccessTierOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets the tier on a blob.
setAccessTierWithResponse(BlobSetAccessTierOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets the tier on a blob.
setAccountName(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the account name.
setAddPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the add permission status.
setAddPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the add permission status.
setAllowedHeaders(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
Set the allowedHeaders property: the request headers that the origin domain may specify on the CORS request.
setAllowedMethods(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
setAllowedOrigins(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
Set the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
setAnonymousAccess() - Method in class com.azure.storage.blob.BlobClientBuilder
Clears the credential used to authorize the request.
setAnonymousAccess() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Clears the credential used to authorize the request.
setAnonymousAccess() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Clears the credential used to authorize the request.
setAppendPosition(Long) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Sets the byte offset that the append position of the append blob must match.
setArchiveStatus(ArchiveStatus) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.
setBlobCommittedBlockCount(Integer) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the blobCommittedBlockCount property: The number of committed blocks present in the blob.
setBlobCommittedBlockCount(Integer) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the blobCommittedBlockCount property: The number of committed blocks present in the blob.
setBlobContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the blobContentMd5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
setBlobContentMD5(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the blobContentMD5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
setBlobName(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the blob name that will be used as part of the URL path.
setBlobName(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Please use the SAS generation methods provided on the desired blob client that will auto-populate the blob name.
setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the blobSequenceNumber property: The current sequence number for a page blob.
setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the blobSequenceNumber property: The blobSequenceNumber property.
setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the blobSequenceNumber property: The current sequence number for a page blob.
setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the blobType property: The blob's type.
setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'.
setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the blobType property: The blob's type.
setBlockSize(Integer) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
setBlockSizeLong(Long) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
Sets the block size (chunk size) to transfer at a time.
setBreakPeriod(Duration) - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
 
setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the cacheControl property: This header is returned if it was previously specified for the blob.
setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Set the cacheControl property: Optional.
setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the cacheControl property: The cacheControl property.
setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the cacheControl property: This header is returned if it was previously specified for the blob.
setCacheControl(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the cache-control header for the SAS.
setClearRange(List<ClearRange>) - Method in class com.azure.storage.blob.models.PageList
Set the clearRange property: The ClearRange property.
setClientRequestId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
setClientRequestId(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
setColumnSeparator(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Sets the column separator.
setCommitted(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
Set the committed property: The Committed property.
setCommittedBlocks(List<Block>) - Method in class com.azure.storage.blob.models.BlockList
Set the committedBlocks property: The CommittedBlocks property.
setCommonSasQueryParameters(CommonSasQueryParameters) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the CommonSasQueryParameters representing the SAS query parameters that will be used to generate the SAS token for this URL.
setComputeMd5(boolean) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Sets the computeMd5 property.
setConsistentReadControl(ConsistentReadControl) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
setContainerName(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the container name that will be used as part of the URL path.
setContainerName(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Please use the SAS generation methods provided on the desired container/blob client that will auto-populate the container name.
setContentCrc64(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
setContentCrc64(byte[]) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Set the contentDisposition property: Optional.
setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the contentDisposition property: The contentDisposition property.
setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
setContentDisposition(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the content-disposition header for the SAS.
setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header.
setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Set the contentEncoding property: Optional.
setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the contentEncoding property: The contentEncoding property.
setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header.
setContentEncoding(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the content-encoding header for the SAS.
setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentLanguage property: This header returns the value that was specified for the Content-Language request header.
setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Set the contentLanguage property: Optional.
setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the contentLanguage property: The contentLanguage property.
setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentLanguage property: This header returns the value that was specified for the Content-Language request header.
setContentLanguage(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the content-language header for the SAS.
setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentLength property: The number of bytes present in the response body.
setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the contentLength property: Size in bytes.
setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentLength property: The number of bytes present in the response body.
setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Set the contentMd5 property: Optional.
setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the contentMd5 property: The contentMd5 property.
setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
setContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
setContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
setContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
 
setContentRange(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
setContentRange(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
setContentType(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the contentType property: The media type of the body of the response.
setContentType(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
Set the contentType property: Optional.
setContentType(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the contentType property: The contentType property.
setContentType(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the contentType property: The media type of the body of the response.
setContentType(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the content-type header for the SAS.
setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob.
setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the copyCompletionTime property: The copyCompletionTime property.
setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob.
setCopyId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the copyId property: String identifier for this copy operation.
setCopyId(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the copyId property: The copyId property.
setCopyId(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the copyId property: String identifier for this copy operation.
setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the copyProgress property: The copyProgress property.
setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
setCopySource(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
setCopySource(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the copySource property: The copySource property.
setCopySource(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
setCopySourceBlobProperties(Boolean) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
Optional, default is true.
setCopySourceTagsMode(BlobCopySourceTagsMode) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
Sets the copy source tags mode
setCopySourceTagsMode(BlobCopySourceTagsMode) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
Sets the copy source tags mode
setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the copyStatus property: State of the copy operation identified by x-ms-copy-id.
setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the copyStatus property: Possible values include: 'pending', 'success', 'aborted', 'failed'.
setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the copyStatus property: State of the copy operation identified by x-ms-copy-id.
setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the copyStatusDescription property: The copyStatusDescription property.
setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
setCorrelationId(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the correlation id value for the SAS.
setCors(List<BlobCorsRule>) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the cors property: The set of CORS rules.
setCount(Long) - Method in class com.azure.storage.blob.HttpGetterInfo
Sets the count of bytes used to calculate the end offset when creating the Range header.
setCreatePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the create permission status.
setCreatePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the create permission status.
setCreationTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the creationTime property: The creationTime property.
setCurrentVersion(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the currentVersion property: The x-ms-is-current-version property.
setCurrentVersion(Boolean) - Method in class com.azure.storage.blob.models.BlobItem
Set the isCurrentVersion property: The isCurrentVersion property.
setCustomerProvidedKeySha256(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the customerProvidedKeySha256 property: The customerProvidedKeySha256 property.
setDateProperty(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
setDateProperty(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
setDays(Integer) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.
setDefaultEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
Set the defaultEncryptionScope property: Optional.
setDefaultEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the defaultEncryptionScope property: The DefaultEncryptionScope property.
setDefaultIndexDocumentPath(String) - Method in class com.azure.storage.blob.models.StaticWebsite
Set the defaultIndexDocumentPath property: Absolute path of the default index page.
setDefaultServiceVersion(String) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the defaultServiceVersion property: The default version to use for requests to the Blob service if an incoming request's version is not specified.
setDelete(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Set the delete property: Indicates whether all delete requests should be logged.
setDeleted(boolean) - Method in class com.azure.storage.blob.models.BlobItem
Set the deleted property: The deleted property.
setDeleted(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItem
Set the deleted property: The Deleted property.
setDeletedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the deletedTime property: The DeletedTime property.
setDeletedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the deletedTime property: The deletedTime property.
setDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the delete permission status.
setDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the delete permission status.
setDeleteRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.
setDeleteVersionPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the delete version permission status.
setDeleteVersionPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the delete version permission status.
setDestinationContainerName(String) - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
Deprecated.
Destination container name must match deleted container name
setDestinationRequestConditions(AppendBlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
setDestinationRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
setDestinationRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
setDestinationRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
setDestinationRequestConditions(PageBlobRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
setDestinationSnapshot(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the destinationSnapshot property: The destinationSnapshot property.
setDetails(BlobContainerListDetails) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
 
setDetails(BlobListDetails) - Method in class com.azure.storage.blob.models.ListBlobsOptions
 
setDownloadRetryOptions(DownloadRetryOptions) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
setEnabled(boolean) - Method in class com.azure.storage.blob.models.BlobMetrics
Set the enabled property: Indicates whether metrics are enabled for the Blob service.
setEnabled(boolean) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
Set the enabled property: Indicates whether a retention policy is enabled for the storage service.
setEnabled(boolean) - Method in class com.azure.storage.blob.models.StaticWebsite
Set the enabled property: Indicates whether this account is hosting a static website.
setEncryptionAlgorithm(EncryptionAlgorithmType) - Method in class com.azure.storage.blob.models.CpkInfo
Set the encryptionAlgorithm property: The algorithm used to produce the encryption key hash.
setEncryptionKey(String) - Method in class com.azure.storage.blob.models.CpkInfo
Set the encryptionKey property: Optional.
setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob.
setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob.
setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.CpkInfo
Set the encryptionKeySha256 property: The SHA-256 hash of the provided encryption key.
setEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
setEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the encryptionScope property: The name of the encryption scope under which the blob is encrypted.
setEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
setEncryptionScopeOverridePrevented(boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the encryptionScopeOverridePrevented property: The DenyEncryptionScopeOverride property.
setEncryptionScopeOverridePrevented(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
Set the encryptionScopeOverridePrevented property: Optional.
setEnd(long) - Method in class com.azure.storage.blob.models.ClearRange
Set the end property: The End property.
setEnd(long) - Method in class com.azure.storage.blob.models.PageRange
Set the end property: The End property.
setErrorCode(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the errorCode property: The errorCode property.
setErrorCode(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the errorCode property: The errorCode property.
setErrorConsumer(Consumer<BlobQueryError>) - Method in class com.azure.storage.blob.options.BlobQueryOptions
Sets the error consumer.
setErrorDocument404Path(String) - Method in class com.azure.storage.blob.models.StaticWebsite
Set the errorDocument404Path property: The absolute path of the custom 404 page.
setEscapeChar(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Sets the escape character.
setETag(String) - Method in class com.azure.storage.blob.HttpGetterInfo
Sets the eTag used when creating If-Match header.
setETag(String) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the eTag property: The Etag property.
setETag(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the eTag property: The ETag contains a value that you can use to perform operations conditionally.
setETag(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the eTag property: The eTag property.
setETag(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the eTag property: The ETag contains a value that you can use to perform operations conditionally.
setExecutePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the execute permission status.
setExecutePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the execute permission status.
setExpiresOn(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
Set the expiresOn property: the date-time the policy expires.
setExpiry(String) - Method in class com.azure.storage.blob.models.KeyInfo
Set the expiry property: The date-time the key expires in ISO 8601 UTC time.
setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
 
setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the expiryTime property: The Expiry-Time property.
setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the time after which the SAS will no longer work.
setExposedHeaders(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
Set the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
setFieldQuote(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Sets the field quote.
setFilterPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the filter permission status.
setGeoReplication(GeoReplication) - Method in class com.azure.storage.blob.models.BlobServiceStatistics
Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.
setHasImmutabilityPolicy(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the hasImmutabilityPolicy property: The HasImmutabilityPolicy property.
setHasLegalHold(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the hasLegalHold property: The HasLegalHold property.
setHasLegalHold(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the hasLegalHold property: The x-ms-legal-hold property.
setHasLegalHold(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the hasLegalHold property: The LegalHold property.
setHasVersionsOnly(Boolean) - Method in class com.azure.storage.blob.models.BlobItem
Set the hasVersionsOnly property: The HasVersionsOnly property.
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Sets the BlobHttpHeaders.
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
setHeadersPresent(boolean) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Sets whether or not headers are present.
setHost(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the URL host, ex.
setHourMetrics(BlobMetrics) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
setHttpHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Changes a blob's HTTP header properties.
setHttpHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Changes a blob's HTTP header properties.
setHttpHeadersWithResponse(BlobHttpHeaders, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Changes a blob's HTTP header properties.
setHttpHeadersWithResponse(BlobHttpHeaders, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Changes a blob's HTTP header properties.
setId(String) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
Set the id property: a unique id.
setIdentifier(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the name of the access policy on the container this SAS references if any.
setIfMatch(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Optionally limit requests to resources that match the passed ETag.
setIfMatch(String) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
Optionally limit requests to resources that match the passed ETag.
setIfMatch(String) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
Optionally limit requests to resources that match the passed ETag.
setIfMatch(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
Optionally limit requests to resources that match the passed ETag.
setIfMatch(String) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
Optionally limit requests to resources that match the passed ETag.
setIfMatch(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Optionally limit requests to resources that match the passed ETag.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Optionally limit requests to resources that have only been modified since the passed datetime.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
Optionally limit requests to resources that have only been modified since the passed datetime.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
Optionally limit requests to resources that have only been modified since the passed datetime.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobRequestConditions
Optionally limit requests to resources that have only been modified since the passed datetime.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
Optionally limit requests to resources that have only been modified since the passed datetime.
setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Optionally limit requests to resources that have only been modified since the passed datetime.
setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Optionally limit requests to resources that do not match the passed ETag.
setIfSequenceNumberEqualTo(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Sets the value that the page blob's sequence number must be less equal to.
setIfSequenceNumberLessThan(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Sets the value that the page blob's sequence number must be less than.
setIfSequenceNumberLessThanOrEqualTo(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Sets the value that the page blob's sequence number must be less than or equal to.
setIfTagsMatch(String) - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
Optionally applies the SQL statement to the tags of the blob.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Optionally limit requests to resources that have remained unmodified since the passed datetime.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
Optionally limit requests to resources that have remained unmodified since the passed datetime.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
Optionally limit requests to resources that have remained unmodified since the passed datetime.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobRequestConditions
Optionally limit requests to resources that have remained unmodified since the passed datetime.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
Optionally limit requests to resources that have remained unmodified since the passed datetime.
setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Optionally limit requests to resources that have remained unmodified since the passed datetime.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the immutabilityPolicy property: x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets the immutability policy on a blob, blob snapshot or blob version.
setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets the immutability policy on a blob, blob snapshot or blob version.
setImmutabilityPolicyPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the set immutability policy permission status.
setImmutabilityPolicyPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the set immutability policy permission status.
setImmutabilityPolicyWithResponse(BlobImmutabilityPolicy, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets the immutability policy on a blob, blob snapshot or blob version.
setImmutabilityPolicyWithResponse(BlobImmutabilityPolicy, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets the immutability policy on a blob, blob snapshot or blob version.
setImmutableStorageWithVersioningEnabled(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the isImmutableStorageWithVersioningEnabled property: Indicates if version level worm is enabled on this container.
setIncludeApis(Boolean) - Method in class com.azure.storage.blob.models.BlobMetrics
Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.
setIncrementalCopy(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the incrementalCopy property: The incrementalCopy property.
setIndexDocument(String) - Method in class com.azure.storage.blob.models.StaticWebsite
Set the indexDocument property: The default name of the index page under each directory.
setInputSerialization(BlobQuerySerialization) - Method in class com.azure.storage.blob.options.BlobQueryOptions
Sets the input serialization.
setIsPrefix(Boolean) - Method in class com.azure.storage.blob.models.BlobItem
Set the isPrefix property: The isPrefix property.
setIsServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the isServerEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm.
setLastAccessedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the lastAccessedTime property: The lastAccessedTime property.
setLastAccessedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the lastAccessedTime property: The lastAccessedTime property.
setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the lastModified property: The Last-Modified property.
setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the lastModified property: Returns the date and time the container was last modified.
setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the lastModified property: The lastModified property.
setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the lastModified property: Returns the date and time the container was last modified.
setLastSyncTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.GeoReplication
Set the lastSyncTime property: A GMT date/time value, to the second.
setLatest(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
Set the latest property: The Latest property.
setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the leaseDuration property: The LeaseDuration property.
setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration.
setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the leaseDuration property: Possible values include: 'infinite', 'fixed'.
setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration.
setLeaseId(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Optionally limits requests to blobs and containers that match the lease ID.
setLeaseId(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
Optionally limits requests to blobs and containers that match the lease ID.
setLeaseId(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Optionally limits requests to blobs and containers that match the lease ID.
setLeaseId(String) - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
setLeaseId(String) - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
Optionally limits requests to blobs and containers that match the lease ID.
setLeaseId(String) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
setLeaseId(String) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
 
setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the leaseState property: The LeaseState property.
setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the leaseState property: Lease state of the blob.
setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.
setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the leaseState property: Lease state of the blob.
setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the leaseStatus property: The LeaseStatus property.
setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the leaseStatus property: The current lease status of the blob.
setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the leaseStatus property: Possible values include: 'locked', 'unlocked'.
setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the leaseStatus property: The current lease status of the blob.
setLegalHold(boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets a legal hold on the blob.
setLegalHold(boolean) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets a legal hold on the blob.
setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
Note that this parameter is only applicable to a blob within a container that has immutable storage with versioning enabled.
setLegalHoldWithResponse(boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets a legal hold on the blob.
setLegalHoldWithResponse(boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets a legal hold on the blob.
setListPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the list permission status.
setListPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the list permission status.
setLogging(BlobAnalyticsLogging) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the logging property: Azure Analytics Logging settings.
setMaxAgeInSeconds(int) - Method in class com.azure.storage.blob.models.BlobCorsRule
Set the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
setMaxConcurrency(Integer) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
 
setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.models.ListBlobsOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.options.FindBlobsOptions
Specifies the maximum number of blobs to return.
setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
Sets the pageSize property.
setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.options.ListPageRangesOptions
Sets the pageSize property.
setMaxRetryRequests(int) - Method in class com.azure.storage.blob.models.DownloadRetryOptions
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
setMaxSingleUploadSizeLong(Long) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
If the size of the data is less than or equal to this value, it will be uploaded in a single put rather than broken up into chunks.
setMaxSize(Long) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Sets the max length in bytes allowed for the append blob.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Sets the container's metadata.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.BlobContainerClient
Sets the container's metadata.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobContainerItem
Set the metadata property: Dictionary of <string>.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the metadata property: The metadata property.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobItem
Set the metadata property: The metadata property.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the metadata property: The metadata property.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Sets the metadata.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Changes a blob's metadata.
setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Changes a blob's metadata.
setMetadataWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
Sets the container's metadata.
setMetadataWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Changes a blob's metadata.
setMetadataWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
Sets the container's metadata.
setMetadataWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Changes a blob's metadata.
setMinuteMetrics(BlobMetrics) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
setMovePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the move permission status.
setMovePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the move permission status.
setName(String) - Method in class com.azure.storage.blob.models.BlobContainerItem
Set the name property: The Name property.
setName(String) - Method in class com.azure.storage.blob.models.BlobItem
Set the name property: The name property.
setName(String) - Method in class com.azure.storage.blob.models.BlobPrefix
Set the name property: The Name property.
setName(String) - Method in class com.azure.storage.blob.models.BlobQueryArrowField
 
setName(String) - Method in class com.azure.storage.blob.models.Block
Set the name property: The base64 encoded block ID.
setObjectReplicationDestinationPolicyId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the objectReplicationDestinationPolicyId property: Optional.
setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy>) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy>) - Method in class com.azure.storage.blob.models.BlobItem
Set the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
setOffset(long) - Method in class com.azure.storage.blob.HttpGetterInfo
Sets the start offset that is used when creating the Range header.
setOpenOptions(Set<OpenOption>) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
setOutputSerialization(BlobQuerySerialization) - Method in class com.azure.storage.blob.options.BlobQueryOptions
Sets the output serialization.
setPageRange(List<PageRange>) - Method in class com.azure.storage.blob.models.PageList
Set the pageRange property: The PageRange property.
setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
setPermanentDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the permanent delete permission status.
setPermissions(BlobContainerSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the Container permissions allowed by the SAS.
setPermissions(BlobSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the Blob permissions allowed by the SAS.
setPermissions(String) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
Set the permissions property: the permissions for the acl policy.
setPolicyMode(BlobImmutabilityPolicyMode) - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
 
setPollInterval(Duration) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
setPreauthorizedAgentObjectId(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the AAD object ID of a user assumed to be authorized by the owner of the user delegation key to perform the action granted by the SAS token.
setPrecision(Integer) - Method in class com.azure.storage.blob.models.BlobQueryArrowField
 
setPrefix(String) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
Filters the results to return only blobs whose names begin with the specified prefix.
setPrefix(String) - Method in class com.azure.storage.blob.models.ListBlobsOptions
Filters the results to return only blobs whose names begin with the specified prefix.
setPriority(RehydratePriority) - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
setProgressConsumer(Consumer<BlobQueryProgress>) - Method in class com.azure.storage.blob.options.BlobQueryOptions
Sets the progress consumer.
setProgressListener(ProgressListener) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
setProgressReceiver(ProgressReceiver) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
setProperties(BlobContainerItemProperties) - Method in class com.azure.storage.blob.models.BlobContainerItem
Set the properties property: Properties of a container.
setProperties(BlobItemProperties) - Method in class com.azure.storage.blob.models.BlobItem
Set the properties property: The properties property.
setProperties(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Sets properties for a storage account's Blob service endpoint.
setProperties(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceClient
Sets properties for a storage account's Blob service endpoint.
setPropertiesWithResponse(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Sets properties for a storage account's Blob service endpoint.
setPropertiesWithResponse(BlobServiceProperties, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Sets properties for a storage account's Blob service endpoint.
setProtocol(SasProtocol) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the SasProtocol which determines the protocols allowed by the SAS.
setPublicAccess(PublicAccessType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the publicAccess property: The PublicAccess property.
setPublicAccessType(PublicAccessType) - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
 
setRange(BlobRange) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
setRange(BlobRange) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
setRead(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Set the read property: Indicates whether all read requests should be logged.
setReadPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the read permission status.
setReadPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the read permission status.
setRecordSeparator(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
Sets the record separator.
setRecordSeparator(char) - Method in class com.azure.storage.blob.models.BlobQueryJsonSerialization
Sets the record separator.
setRehydratePriority(RehydratePriority) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the rehydratePriority property: Possible values include: 'High', 'Standard'.
setRehydratePriority(RehydratePriority) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
setRemainingRetentionDays(Integer) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the remainingRetentionDays property: The RemainingRetentionDays property.
setRemainingRetentionDays(Integer) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the remainingRetentionDays property: The remainingRetentionDays property.
setRequestConditions(AppendBlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobSealOptions
 
setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobAcquireLeaseOptions
 
setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
 
setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobChangeLeaseOptions
 
setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobReleaseLeaseOptions
 
setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobRenewLeaseOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobGetTagsOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobQueryOptions
Sets the request conditions.
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobSetTagsOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
Sets the requestConditions property.
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.ListPageRangesOptions
Sets the requestConditions property.
setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
setRequestConditions(PageBlobCopyIncrementalRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
 
setRequestId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
setRequestId(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Set the retentionPolicy property: the retention policy which determines how long the associated data should persist.
setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobMetrics
Set the retentionPolicy property: the retention policy which determines how long the associated data should persist.
setRetrieveContentRangeMd5(boolean) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
 
setRetrieveCopy(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
setRetrieveDeleted(boolean) - Method in class com.azure.storage.blob.models.BlobContainerListDetails
Whether deleted containers should be returned.
setRetrieveDeletedBlobs(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs which have been soft deleted should be returned.
setRetrieveDeletedBlobsWithVersions(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs which have been deleted with versioning should be returned.
setRetrieveImmutabilityPolicy(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether immutability policy for the blob should be returned.
setRetrieveLegalHold(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether legal hold for the blob should be returned.
setRetrieveMetadata(boolean) - Method in class com.azure.storage.blob.models.BlobContainerListDetails
Whether metadata should be returned.
setRetrieveMetadata(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blob metadata should be returned.
setRetrieveSnapshots(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether snapshots should be returned.
setRetrieveSystemContainers(boolean) - Method in class com.azure.storage.blob.models.BlobContainerListDetails
Whether system containers should be returned.
setRetrieveTags(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blob tags should be returned.
setRetrieveUncommittedBlobs(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should be included in the response.
setRetrieveVersions(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether versions should be returned.
setSasIpRange(SasIpRange) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the SasIpRange which determines the IP ranges that are allowed to use the SAS.
setSasQueryParameters(BlobServiceSasQueryParameters) - Method in class com.azure.storage.blob.BlobUrlParts
setScale(Integer) - Method in class com.azure.storage.blob.models.BlobQueryArrowField
 
setSchema(List<BlobQueryArrowField>) - Method in class com.azure.storage.blob.models.BlobQueryArrowSerialization
Sets the arrow fields.
setScheme(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the URL scheme, ex.
setSealDestination(Boolean) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
Only applicable for Append Blobs.
setSealed(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the sealed property: The sealed property.
setSealed(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the sealed property: The sealed property.
setSequenceNumber(Long) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
setServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the serverEncrypted property: The serverEncrypted property.
setServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the serverEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm.
setSignedExpiry(OffsetDateTime) - Method in class com.azure.storage.blob.models.UserDelegationKey
Set the signedExpiry property: The date-time the key expires.
setSignedObjectId(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
Set the signedObjectId property: The Azure Active Directory object ID in GUID format.
setSignedService(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
Set the signedService property: Abbreviation of the Azure Storage service that accepts the key.
setSignedStart(OffsetDateTime) - Method in class com.azure.storage.blob.models.UserDelegationKey
Set the signedStart property: The date-time the key is active.
setSignedTenantId(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
Set the signedTenantId property: The Azure Active Directory tenant ID in GUID format.
setSignedVersion(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
Set the signedVersion property: The service version that created the key.
setSize(int) - Method in class com.azure.storage.blob.models.Block
Deprecated.
setSizeLong(long) - Method in class com.azure.storage.blob.models.Block
Set the sizeLong property: The block size in bytes.
setSnapshot(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the snapshot identifier that will be used as part of the query string if set.
setSnapshot(String) - Method in class com.azure.storage.blob.models.BlobItem
Set the snapshot property: The snapshot property.
setSnapshotId(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
Please use the SAS generation methods provided on the desired (snapshot) blob client that will auto-populate the snapshot id.
setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
Sets "Authorization" header for accessing source URL.
setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
Sets "Authorization" header for accessing source URL.
setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
Sets "Authorization" header for accessing source URL.
setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
Sets "Authorization" header for accessing source URL.
setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
Sets "Authorization" header for accessing source URL.
setSourceContentMd5(byte[]) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
setSourceContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
setSourceContentMd5(byte[]) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
setSourceOffset(Long) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
setSourceRange(BlobRange) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
setSourceRange(BlobRange) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
setSourceRequestConditions(RequestConditions) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
setSourceRequestConditions(BlobBeginCopySourceRequestConditions) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
 
setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
 
setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
 
setStart(long) - Method in class com.azure.storage.blob.models.ClearRange
Set the start property: The Start property.
setStart(long) - Method in class com.azure.storage.blob.models.PageRange
Set the start property: The Start property.
setStart(String) - Method in class com.azure.storage.blob.models.KeyInfo
Set the start property: The date-time the key is active in ISO 8601 UTC time.
setStartsOn(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
Set the startsOn property: the date-time the policy is active.
setStartTime(OffsetDateTime) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets when the SAS will take effect.
setStaticWebsite(StaticWebsite) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the staticWebsite property: The properties that enable an account to host a static website.
setStatus(GeoReplicationStatus) - Method in class com.azure.storage.blob.models.GeoReplication
Set the status property: The status of the secondary location.
setTagCount(Integer) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the tagCount property: The tagCount property.
setTagCount(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the tagCount property: The number of tags associated with the blob.
setTags(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobItem
Set the tags property: The tags property.
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Set the tags.
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
 
setTags(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets user defined tags.
setTags(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets user defined tags.
setTagsConditions(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
Optionally applies the SQL statement to the tags of the blob.
setTagsConditions(String) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
Optionally applies the SQL statement to the tags of the blob.
setTagsConditions(String) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
Optionally applies the SQL statement to the tags of the blob.
setTagsConditions(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
Optionally applies the SQL statement to the tags of the blob.
setTagsConditions(String) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
Optionally applies the SQL statement to the tags of the blob.
setTagsConditions(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
Optionally applies the SQL statement to the tags of the blob.
setTagsConditions(String) - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
 
setTagsPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the tags permission status.
setTagsPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the tags permission status.
setTagsWithResponse(BlobSetTagsOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Sets user defined tags.
setTagsWithResponse(BlobSetTagsOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Sets user defined tags.
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
 
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
 
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
Sets the AccessTier.
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
 
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
 
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
 
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
 
setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
 
setTimeout(Duration) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
setUncommitted(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
Set the uncommitted property: The Uncommitted property.
setUncommittedBlocks(List<Block>) - Method in class com.azure.storage.blob.models.BlockList
Set the uncommittedBlocks property: The UncommittedBlocks property.
setUnparsedParameters(Map<String, String[]>) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the query string parameters that aren't part of the SAS token that will be used by this URL.
setValue(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
Set the value property: The key as a base64 string.
setVersion(String) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Set the version property: The version of Storage Analytics to configure.
setVersion(String) - Method in class com.azure.storage.blob.models.BlobContainerItem
Set the version property: The Version property.
setVersion(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the version property: Indicates the version of the Blob service used to execute the request.
setVersion(String) - Method in class com.azure.storage.blob.models.BlobMetrics
Set the version property: The version of Storage Analytics to configure.
setVersion(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
Set the version property: Indicates the version of the Blob service used to execute the request.
setVersion(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Deprecated.
The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
setVersionId(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the version identifier that will be used as part of the query string if set.
setVersionId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
Set the versionId property: A DateTime value returned by the service that uniquely identifies the blob.
setVersionId(String) - Method in class com.azure.storage.blob.models.BlobItem
Set the versionId property: The versionId property.
setWrite(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Set the write property: Indicates whether all write requests should be logged.
setWritePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the write permission status.
setWritePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
Sets the write permission status.
SkuName - Enum in com.azure.storage.blob.models
Defines values for SkuName.
SNAPHOT_OPERATION_RATE_EXCEEDED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
snapshot(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the snapshot identifier of the blob.
snapshot(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the snapshot identifier of the blob.
SNAPSHOT_COUNT_EXCEEDED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SnapshotCountExceeded for BlobErrorCode.
SNAPSHOT_OPERATION_RATE_EXCEEDED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SnapshotOperationRateExceeded for BlobErrorCode.
SNAPSHOTS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value snapshots.
SNAPSHOTS_PRESENT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SnapshotsPresent for BlobErrorCode.
SOURCE_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SourceConditionNotMet for BlobErrorCode.
SpecializedBlobClientBuilder - Class in com.azure.storage.blob.specialized
This class provides a fluent builder API to help aid the configuration and instantiation of specialized Storage Blob clients, AppendBlobClient, AppendBlobAsyncClient, BlockBlobClient, BlockBlobAsyncClient, PageBlobClient, and PageBlobAsyncClient.
SpecializedBlobClientBuilder() - Constructor for class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
 
stageBlock(String, BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlock(String, BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlock(String, InputStream, long) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlock(String, Flux<ByteBuffer>, long) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlockFromUrl(String, String, BlobRange) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromUrl(String, String, BlobRange) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromUrlWithResponse(BlockBlobStageBlockFromUrlOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromUrlWithResponse(BlockBlobStageBlockFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromUrlWithResponse(String, String, BlobRange, byte[], String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromUrlWithResponse(String, String, BlobRange, byte[], String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockWithResponse(BlockBlobStageBlockOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlockWithResponse(BlockBlobStageBlockOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlockWithResponse(String, InputStream, long, byte[], String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlockWithResponse(String, Flux<ByteBuffer>, long, byte[], String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
STANDARD - Static variable in class com.azure.storage.blob.models.RehydratePriority
Static value Standard for RehydratePriority.
STANDARD_GRS - Enum constant in enum com.azure.storage.blob.models.SkuName
Enum value Standard_GRS.
STANDARD_LRS - Enum constant in enum com.azure.storage.blob.models.SkuName
Enum value Standard_LRS.
STANDARD_RAGRS - Enum constant in enum com.azure.storage.blob.models.SkuName
Enum value Standard_RAGRS.
STANDARD_ZRS - Enum constant in enum com.azure.storage.blob.models.SkuName
Enum value Standard_ZRS.
STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
Special container name for the static website container in the Storage account.
STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
Special container name for the static website container in the Storage account.
StaticWebsite - Class in com.azure.storage.blob.models
The properties that enable an account to host a static website.
StaticWebsite() - Constructor for class com.azure.storage.blob.models.StaticWebsite
 
STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
Enum value Storage.
STORAGE_V2 - Enum constant in enum com.azure.storage.blob.models.AccountKind
Enum value StorageV2.
StorageAccountInfo - Class in com.azure.storage.blob.models
This class contains information about the storage account.
StorageAccountInfo(SkuName, AccountKind) - Constructor for class com.azure.storage.blob.models.StorageAccountInfo
Constructs a StorageAccountInfo.
STRING - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Enum value string.
SUCCESS - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
Enum value success.
SUCCESS - Enum constant in enum com.azure.storage.blob.models.SyncCopyStatusType
Enum value success.
SyncCopyStatusType - Enum in com.azure.storage.blob.models
Defines values for SyncCopyStatusType.
SYSTEM - Enum constant in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
Enum value system.
SYSTEM_IN_USE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SystemInUse for BlobErrorCode.

T

TaggedBlobItem - Class in com.azure.storage.blob.models
Blob info from a Filter Blobs API call.
TaggedBlobItem(String, String) - Constructor for class com.azure.storage.blob.models.TaggedBlobItem
Constructor to create a new TaggedBlobItem
TaggedBlobItem(String, String, Map<String, String>) - Constructor for class com.azure.storage.blob.models.TaggedBlobItem
Constructor to create a new TaggedBlobItem
TAGS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value tags.
TARGET_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value TargetConditionNotMet for BlobErrorCode.
TIMESTAMP - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Enum value timestamp[ms].
toHeaderValue() - Method in class com.azure.storage.blob.models.BlobRange
 
toIncludeType() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
Deprecated.
BlobContainerListDetails now contains multiple options. This will only convert result of {BlobContainerListDetails.setRetrieveMetadata(boolean)} for backwards compatibility.
toList() - Method in class com.azure.storage.blob.models.BlobListDetails
 
toString() - Method in enum com.azure.storage.blob.models.AccountKind
 
toString() - Method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
 
toString() - Method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
 
toString() - Method in class com.azure.storage.blob.models.BlobQueryError
 
toString() - Method in class com.azure.storage.blob.models.BlobRange
 
toString() - Method in enum com.azure.storage.blob.models.BlobType
 
toString() - Method in enum com.azure.storage.blob.models.BlockListType
 
toString() - Method in enum com.azure.storage.blob.models.CopyStatusType
 
toString() - Method in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
 
toString() - Method in enum com.azure.storage.blob.models.EncryptionAlgorithmType
 
toString() - Method in enum com.azure.storage.blob.models.LeaseDurationType
 
toString() - Method in enum com.azure.storage.blob.models.LeaseStateType
 
toString() - Method in enum com.azure.storage.blob.models.LeaseStatusType
 
toString() - Method in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
 
toString() - Method in enum com.azure.storage.blob.models.ListBlobsIncludeItem
 
toString() - Method in enum com.azure.storage.blob.models.PathRenameMode
 
toString() - Method in enum com.azure.storage.blob.models.SequenceNumberActionType
 
toString() - Method in enum com.azure.storage.blob.models.SkuName
 
toString() - Method in enum com.azure.storage.blob.models.SyncCopyStatusType
 
toString() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Converts the given permissions to a String.
toString() - Method in class com.azure.storage.blob.sas.BlobSasPermission
Converts the given permissions to a String.
toUrl() - Method in class com.azure.storage.blob.BlobUrlParts
Converts the blob URL parts to a URL.

U

UNAUTHORIZED_BLOB_OVERWRITE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value UnauthorizedBlobOverwrite for BlobErrorCode.
UNAVAILABLE - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
Static value unavailable for GeoReplicationStatus.
UNCOMMITTED - Enum constant in enum com.azure.storage.blob.models.BlockListType
Enum value uncommitted.
UNCOMMITTEDBLOBS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value uncommittedblobs.
undelete() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
undelete() - Method in class com.azure.storage.blob.specialized.BlobClientBase
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
undeleteBlobContainer(String, String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Restores a previously deleted container.
undeleteBlobContainer(String, String) - Method in class com.azure.storage.blob.BlobServiceClient
Restores a previously deleted container.
UndeleteBlobContainerOptions - Class in com.azure.storage.blob.options
Extended options that may be passed when restoring a blob container.
UndeleteBlobContainerOptions(String, String) - Constructor for class com.azure.storage.blob.options.UndeleteBlobContainerOptions
undeleteBlobContainerWithResponse(UndeleteBlobContainerOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Restores a previously deleted container.
undeleteBlobContainerWithResponse(UndeleteBlobContainerOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
Restores a previously deleted container.
undeleteWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
undeleteWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
UNLOCKED - Enum constant in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
Enum value Unlocked.
UNLOCKED - Enum constant in enum com.azure.storage.blob.models.LeaseStatusType
Enum value unlocked.
UNSUPPORTED_HEADER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value UnsupportedHeader for BlobErrorCode.
UNSUPPORTED_HTTP_VERB - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value UnsupportedHttpVerb for BlobErrorCode.
UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value UnsupportedQueryParameter for BlobErrorCode.
UNSUPPORTED_XML_NODE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value UnsupportedXmlNode for BlobErrorCode.
UPDATE - Enum constant in enum com.azure.storage.blob.models.SequenceNumberActionType
Enum value update.
updateSequenceNumber(SequenceNumberActionType, Long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Sets the page blob's sequence number.
updateSequenceNumber(SequenceNumberActionType, Long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Sets the page blob's sequence number.
updateSequenceNumberWithResponse(SequenceNumberActionType, Long, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Sets the page blob's sequence number.
updateSequenceNumberWithResponse(SequenceNumberActionType, Long, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Sets the page blob's sequence number.
upload(BinaryData) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob.
upload(BinaryData) - Method in class com.azure.storage.blob.BlobClient
Creates a new blob.
upload(BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob.
upload(BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob.
upload(BinaryData, boolean) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
upload(BinaryData, boolean) - Method in class com.azure.storage.blob.BlobClient
Creates a new blob, or updates the content of an existing blob.
upload(BinaryData, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
upload(BinaryData, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
upload(InputStream) - Method in class com.azure.storage.blob.BlobClient
Creates a new blob.
upload(InputStream, boolean) - Method in class com.azure.storage.blob.BlobClient
Creates a new blob, or updates the content of an existing blob.
upload(InputStream, long) - Method in class com.azure.storage.blob.BlobClient
Creates a new blob.
upload(InputStream, long) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob.
upload(InputStream, long, boolean) - Method in class com.azure.storage.blob.BlobClient
Creates a new blob, or updates the content of an existing blob.
upload(InputStream, long, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
upload(Flux<ByteBuffer>, long) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob.
upload(Flux<ByteBuffer>, long, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
upload(Flux<ByteBuffer>, ParallelTransferOptions) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob.
upload(Flux<ByteBuffer>, ParallelTransferOptions, boolean) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFileResourceSupplier(String) - Method in class com.azure.storage.blob.BlobAsyncClient
Deprecated.
due to refactoring code to be in the common storage library.
uploadFromFile(String) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob with the content of the specified file.
uploadFromFile(String) - Method in class com.azure.storage.blob.BlobClient
Creates a new block blob.
uploadFromFile(String, boolean) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.
uploadFromFile(String, boolean) - Method in class com.azure.storage.blob.BlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromFile(String, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.
uploadFromFile(String, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.BlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromFileWithResponse(BlobUploadFromFileOptions) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.
uploadFromFileWithResponse(BlobUploadFromFileOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromUrl(String, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromUrl(String, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromUrlWithResponse(BlobUploadFromUrlOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFromUrlWithResponse(BlobUploadFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadPages(PageRange, InputStream) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Writes one or more pages to the page blob.
uploadPages(PageRange, Flux<ByteBuffer>) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Writes one or more pages to the page blob.
uploadPagesFromUrl(PageRange, String, Long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Writes one or more pages from the source page blob to this page blob.
uploadPagesFromUrl(PageRange, String, Long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Writes one or more pages from the source page blob to this page blob.
uploadPagesFromUrlWithResponse(PageRange, String, Long, byte[], PageBlobRequestConditions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Writes one or more pages from the source page blob to this page blob.
uploadPagesFromUrlWithResponse(PageRange, String, Long, byte[], PageBlobRequestConditions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Writes one or more pages from the source page blob to this page blob.
uploadPagesFromUrlWithResponse(PageBlobUploadPagesFromUrlOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Writes one or more pages from the source page blob to this page blob.
uploadPagesFromUrlWithResponse(PageBlobUploadPagesFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Writes one or more pages from the source page blob to this page blob.
uploadPagesWithResponse(PageRange, InputStream, byte[], PageBlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
Writes one or more pages to the page blob.
uploadPagesWithResponse(PageRange, Flux<ByteBuffer>, byte[], PageBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Writes one or more pages to the page blob.
uploadWithResponse(BlobParallelUploadOptions) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
uploadWithResponse(BlobParallelUploadOptions, Context) - Method in class com.azure.storage.blob.BlobClient
uploadWithResponse(BlobParallelUploadOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobClient
Creates a new blob, or updates the content of an existing blob.
uploadWithResponse(BlockBlobSimpleUploadOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
uploadWithResponse(BlockBlobSimpleUploadOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadWithResponse(InputStream, long, BlobHttpHeaders, Map<String, String>, AccessTier, byte[], BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadWithResponse(InputStream, long, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobClient
uploadWithResponse(Flux<ByteBuffer>, long, BlobHttpHeaders, Map<String, String>, AccessTier, byte[], BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
uploadWithResponse(Flux<ByteBuffer>, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob, or updates the content of an existing block blob.
UserDelegationKey - Class in com.azure.storage.blob.models
A user delegation key.
UserDelegationKey() - Constructor for class com.azure.storage.blob.models.UserDelegationKey
 

V

V2019_02_02 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2019-02-02.
V2019_02_02 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Service version 2019-02-02.
V2019_07_07 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2019-07-07.
V2019_07_07 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Service version 2019-07-07.
V2019_12_12 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2019-12-12.
V2019_12_12 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Service version 2019-12-12.
V2020_02_10 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2020-02-10.
V2020_02_10 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Service version 2020-02-10.
V2020_04_08 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2020-04-08.
V2020_04_08 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Service version 2020-04-08.
V2020_06_12 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2020-06-12.
V2020_06_12 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Service version 2020-06-12.
V2020_08_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2020-08-04.
V2020_08_04 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Service version 2020-08-04.
V2020_10_02 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2020-10-02.
V2020_12_06 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2020-12-06.
V2021_02_12 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2021-02-12.
V2021_04_10 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2021-04-10.
V2021_06_08 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2021-06-08.
V2021_08_06 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2021-08-06.
V2021_10_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
Service version 2021-10-04.
valueOf(String) - Static method in enum com.azure.storage.blob.BlobServiceVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.AccountKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.BlobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.BlockListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.ConsistentReadControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.CopyStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.EncryptionAlgorithmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.LeaseDurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.LeaseStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.LeaseStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.PathRenameMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.SequenceNumberActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.SkuName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.models.SyncCopyStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.storage.blob.BlobServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.storage.blob.models.AccessTier
Gets known AccessTier values.
values() - Static method in enum com.azure.storage.blob.models.AccountKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.storage.blob.models.ArchiveStatus
Gets known ArchiveStatus values.
values() - Static method in class com.azure.storage.blob.models.BlobCopySourceTagsMode
Gets known BlobCopySourceTags values.
values() - Static method in class com.azure.storage.blob.models.BlobErrorCode
Gets known BlobErrorCode values.
values() - Static method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.BlobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.BlockListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.ConsistentReadControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.CopyStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.EncryptionAlgorithmType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.storage.blob.models.GeoReplicationStatus
Gets known GeoReplicationStatus values.
values() - Static method in enum com.azure.storage.blob.models.LeaseDurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.LeaseStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.LeaseStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.storage.blob.models.ObjectReplicationStatus
 
values() - Static method in enum com.azure.storage.blob.models.PathRenameMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.storage.blob.models.PublicAccessType
Gets known PublicAccessType values.
values() - Static method in class com.azure.storage.blob.models.RehydratePriority
Gets known RehydratePriority values.
values() - Static method in enum com.azure.storage.blob.models.SequenceNumberActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.SkuName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.models.SyncCopyStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_ID - Enum constant in enum com.azure.storage.blob.models.ConsistentReadControl
Consistent control based on versionId.
versionId(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the version identifier of the blob.
versionId(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the version identifier of the blob.
VERSIONS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
Enum value versions.

W

writeValueToAsync(AsynchronousByteChannel, ProgressReporter) - Method in class com.azure.storage.blob.models.BlobDownloadAsyncResponse
Transfers content bytes to the AsynchronousByteChannel.
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form