Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

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.
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
 
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.
addParallelProgressReporting(Flux<ByteBuffer>, ProgressReceiver, Lock, AtomicLong) - Static method in class com.azure.storage.blob.ProgressReporter
Adds parallel progress reporting functionality to the given Flux.
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
Adds progress reporting functionality to the given Flux.
APPEND_POSITION_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value AppendPositionConditionNotMet for BlobErrorCode.
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.
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.
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
 
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.
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.
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(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(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.
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.
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.
azureBlobStorage - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
 

B

beginCopy(String, 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.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.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_NUMBER_OF_BUFFERS - Static variable in class com.azure.storage.blob.BlobAsyncClient
 
BLOB_DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobAsyncClient
 
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_TIER_INADEQUATE_FOR_CONTENT_LENGTH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value BlobTierInadequateForContentLength for BlobErrorCode.
BlobAccessPolicy - Class in com.azure.storage.blob.models
An Access policy.
BlobAccessPolicy() - Constructor for class com.azure.storage.blob.models.BlobAccessPolicy
 
BlobAnalyticsLogging - Class in com.azure.storage.blob.models
Azure Analytics Logging settings.
BlobAnalyticsLogging() - Constructor for class com.azure.storage.blob.models.BlobAnalyticsLogging
 
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
Package-private constructor for use by BlobClientBuilder.
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.
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
Package-private constructor for use by SpecializedBlobClientBuilder.
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.
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.
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.
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
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.
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.
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
BlobDownloadHeaders - Class in com.azure.storage.blob.models
Defines headers for Download operation.
BlobDownloadHeaders() - Constructor for class com.azure.storage.blob.models.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.
BlobErrorCode - Class in com.azure.storage.blob.models
Defines values for BlobErrorCode.
BlobErrorCode() - Constructor for class com.azure.storage.blob.models.BlobErrorCode
 
BlobHttpHeaders - Class in com.azure.storage.blob.models
Additional parameters for a set of operations.
BlobHttpHeaders() - Constructor for class com.azure.storage.blob.models.BlobHttpHeaders
 
BlobInputStream - Class in com.azure.storage.blob.specialized
Provides an input stream to read a given blob resource.
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
 
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(String) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the name of the blob.
blobName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
 
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
 
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, OffsetDateTime, Map<String, String>, Integer) - Constructor for class com.azure.storage.blob.models.BlobProperties
Constructs a BlobProperties.
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.
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.
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
Represents the components that make up an Azure Storage SAS' query parameters.
BlobServiceSasQueryParameters(Map<String, String[]>, boolean) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
Creates a new BlobServiceSasQueryParameters object.
BlobServiceSasSignatureValues - Class in com.azure.storage.blob.sas
Used to generate a Shared Access Signature (SAS) for an Azure Blob Storage service.
BlobServiceSasSignatureValues() - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Creates an object with empty values for all fields.
BlobServiceSasSignatureValues(String, SasProtocol, OffsetDateTime, OffsetDateTime, String, SasIpRange, String, String, String, String, String, String) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
BlobServiceStatistics - Class in com.azure.storage.blob.models
Statistics 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.
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.
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_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.
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.
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
 
BOOTSTRAP - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
Static value bootstrap for GeoReplicationStatus.
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(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.
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
Code Samples
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
Code Samples
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(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
 
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.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.
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.
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.
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(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 - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
 
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_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(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(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
Additional parameters for a set of operations.
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(boolean) - 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.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, boolean) - 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.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.
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.
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(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.
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(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.
credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
Sets the StorageSharedKeyCredential 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(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the StorageSharedKeyCredential 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(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the StorageSharedKeyCredential 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(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the StorageSharedKeyCredential 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.
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 - Class in com.azure.storage.blob.models
Contains the customer provided key information used to encrypt a blob's content on the server.
CustomerProvidedKey(String) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
Creates a new wrapper for a client provided key.
CustomerProvidedKey(byte[]) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
Creates a new wrapper for a client provided key.
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.

D

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.
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.
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.
download() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Reads the entire blob.
download(OutputStream) - Method in class com.azure.storage.blob.specialized.BlobClientBase
Downloads the entire 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
 
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.
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.
downloadWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
Reads a range of bytes from a blob.
downloadWithResponse(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.

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
Encodes all SAS query parameters into a string that can be appended to a URL.
EncryptionAlgorithmType - Enum in com.azure.storage.blob.models
Defines values for EncryptionAlgorithmType.
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)
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 container 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(Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
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.specialized.BlobClientBase
Gets if the container this client represents exists in the cloud.

F

FEATURE_VERSION_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value FeatureVersionMismatch for BlobErrorCode.
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.BlobErrorCode
Creates or finds a BlobErrorCode from its string representation.
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 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

generateSasQueryParameters(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Uses an account's shared key credential to sign these signature values to produce the proper SAS query parameters.
generateSasQueryParameters(UserDelegationKey, String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Uses a user delegation key to sign these signature values to produce the proper SAS query parameters.
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.
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: The accessPolicy property.
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(Duration) - Method in class com.azure.storage.blob.BlobContainerClient
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.
getAccountInfoWithResponse() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
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() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
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() - 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.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.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.
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 to this blob.
getAppendBlobClient() - Method in class com.azure.storage.blob.BlobClient
Creates a new AppendBlobClient associated to 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
 
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.
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.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
Decodes and gets the name of the blob the SAS user may access.
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(AppendBlobRequestConditions) - 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(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.
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.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
 
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.
getBlockBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new BlockBlobAsyncClient associated to this blob.
getBlockBlobClient() - Method in class com.azure.storage.blob.BlobClient
Creates a new BlockBlobClient associated to this blob.
getBlockSize() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
Gets the block size (chunk size) to transfer at a time.
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.sas.BlobServiceSasQueryParameters
 
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.
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.
getContainerName() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Gets the name of the container the SAS user may access.
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.
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.sas.BlobServiceSasQueryParameters
 
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.sas.BlobServiceSasQueryParameters
 
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.sas.BlobServiceSasQueryParameters
 
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.
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.BlockBlobItem
 
getContentMd5() - Method in class com.azure.storage.blob.models.PageBlobItem
 
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.
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.sas.BlobServiceSasQueryParameters
 
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
 
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
 
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
 
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
 
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
 
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
 
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.
getCustomerProvidedKeySha256() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the customerProvidedKeySha256 property: The customerProvidedKeySha256 property.
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.
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.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobClientBuilder
Gets the default Storage whitelist log headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobContainerClientBuilder
Gets the default Storage whitelist log headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobServiceClientBuilder
Gets the default Storage whitelist log headers and query parameters.
getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Gets the default Storage whitelist log headers and query parameters.
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.
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 deleteRetentionPolicy property.
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
 
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.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
 
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 exception com.azure.storage.blob.models.BlobStorageException
 
getErrorDocument404Path() - Method in class com.azure.storage.blob.models.StaticWebsite
Get the errorDocument404Path property: The absolute path of the custom 404 page.
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.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.
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.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.
getGeoReplication() - Method in class com.azure.storage.blob.models.BlobServiceStatistics
Get the geoReplication property: The geoReplication property.
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: The hourMetrics property.
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
 
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.
getIndexDocument() - Method in class com.azure.storage.blob.models.StaticWebsite
Get the indexDocument property: The default name of the index page under each directory.
getKey() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
Gets the encryption key.
getKeyExpiry() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
 
getKeyObjectId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
 
getKeyService() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
 
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
 
getKeyTenantId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
 
getKeyVersion() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
 
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 lastModified 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.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.
getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the leaseDuration property: Possible values include: 'infinite', 'fixed'.
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
 
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.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: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.
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
 
getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the leaseStatus property: Possible values include: 'locked', 'unlocked'.
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
 
getLogging() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the logging property: The logging property.
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.
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.
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.
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: The metadata property.
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
 
getMinuteMetrics() - Method in class com.azure.storage.blob.models.BlobServiceProperties
Get the minuteMetrics property: The minuteMetrics property.
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.Block
Get the name property: The base64 encoded block ID.
getNumBuffers() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
Gets the number of buffers being used for a transfer operation.
getOffset() - Method in class com.azure.storage.blob.HttpGetterInfo
 
getOffset() - Method in class com.azure.storage.blob.models.BlobRange
The start of the range.
getPageBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new PageBlobAsyncClient associated to this blob.
getPageBlobClient() - Method in class com.azure.storage.blob.BlobClient
Creates a new PageBlobClient associated to 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
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
getPageRanges(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.
getPageRangesDiff(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.
getPageRangesDiff(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.
getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions) - 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.
getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions, 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.
getPageRangesWithResponse(BlobRange, BlobRequestConditions) - 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.
getPageRangesWithResponse(BlobRange, BlobRequestConditions, 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.
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
 
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.
getProgressReceiver() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
Gets the Progress receiver for parallel reporting
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: The properties property.
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.
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() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Gets the properties of a storage account’s Blob service.
getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
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.
getProtocol() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getPublicAccess() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Get the publicAccess property: Possible values include: 'container', 'blob'.
getRemainingRetentionDays() - Method in class com.azure.storage.blob.models.BlobItemProperties
Get the remainingRetentionDays property: The remainingRetentionDays property.
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.
getResource() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
 
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 retentionPolicy property.
getRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobMetrics
Get the retentionPolicy property: The retentionPolicy property.
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.
getRetrieveDeletedBlobs() - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs which have been soft deleted 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.
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.
getSasIpRange() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
 
getSasQueryParameters() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the BlobServiceSasQueryParameters representing the SAS query parameters that will be used to generate the SAS token for this URL.
getScheme() - Method in class com.azure.storage.blob.BlobUrlParts
Gets the URL scheme, ex.
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
Get the size 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.
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
 
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
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 staticWebsite property.
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.
getStatusCode() - Method in exception com.azure.storage.blob.models.BlobStorageException
 
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.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.sas.BlobServiceSasSignatureValues
 
getVersionId() - Method in class com.azure.storage.blob.models.BlobItem
Get the versionId property: The versionId property.

H

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
 
hasImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
hasLegalHold() - Method in class com.azure.storage.blob.models.BlobContainerProperties
 
hasListPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasReadPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
 
hasReadPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
 
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 a receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the HttpClient to use for sending a receiving requests to and from the service.
httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the HttpClient to use for sending a 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 a 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 HttpLogOptions for service requests.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
Sets the HttpLogOptions for service requests.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
Sets the HttpLogOptions for service requests.
httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
Sets the HttpLogOptions for service requests.

I

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_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.
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
 
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.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.
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.
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
 
isPrefix() - Method in class com.azure.storage.blob.models.BlobItem
Get the isPrefix property: The isPrefix property.
isRead() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Get the read property: Indicates whether all read requests should be logged.
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.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.
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.
listBlobContainers() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
Returns a reactive Publisher emitting all the containers in this account lazily as needed.
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() - Method in class com.azure.storage.blob.BlobServiceClient
Returns a lazy loaded list of containers in this account.
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(ListBlobsOptions) - 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, 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, 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) - 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, 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.
LIVE - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
Static value live for GeoReplicationStatus.
LOG_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
 
LOG_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
 

M

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
Indicates the maximum number of bytes that can be sent in a call to stageBlock.
MAX_STAGE_BLOCK_BYTES - 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
Indicates the maximum number of bytes that can be sent in a call to upload.
MAX_UPLOAD_BLOB_BYTES - 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_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.

N

NO_PENDING_COPY_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value NoPendingCopyOperation for BlobErrorCode.

O

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.
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_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.
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.
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
 
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
 
ParallelTransferOptions - Class in com.azure.storage.blob.models
This class contains configuration used to parallelize data transfer operations.
ParallelTransferOptions(Integer, Integer, ProgressReceiver) - Constructor for class com.azure.storage.blob.models.ParallelTransferOptions
Creates a new ParallelTransferOptions with default parameters applied.
parse(String) - Static method in class com.azure.storage.blob.BlobUrlParts
Parses a string into a BlobUrlParts.
parse(URL) - Static method in class com.azure.storage.blob.BlobUrlParts
Parses an existing URL 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.
PathRenameMode - Enum in com.azure.storage.blob.models
Defines values for PathRenameMode.
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.
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
An IProgressReceiver is an object that can be used to report progress on network transfers.
ProgressReporter - Class in com.azure.storage.blob
ProgressReporter offers a convenient way to add progress tracking to a given Flux.
ProgressReporter() - Constructor for class com.azure.storage.blob.ProgressReporter
 
PublicAccessType - Class in com.azure.storage.blob.models
Defines values for PublicAccessType.
PublicAccessType() - Constructor for class com.azure.storage.blob.models.PublicAccessType
 

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.
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.
reportProgress(long) - Method in interface com.azure.storage.blob.ProgressReceiver
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(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
 
ROOT_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
 

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.
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(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 - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
 
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.
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.
setAccessPolicy(BlobAccessPolicy) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
Set the accessPolicy property: The accessPolicy property.
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.
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.
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
Sets the blob the SAS user may access.
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.
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'.
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.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.
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.
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
Sets the container the SAS user may access.
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.
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.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.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.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.
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.
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.
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.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.
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.
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.
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.
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'.
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.
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.
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.
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.
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.
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 deleteRetentionPolicy property.
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
 
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.CpkInfo
Set the encryptionKeySha256 property: The SHA-256 hash of the provided encryption key.
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.
setErrorDocument404Path(String) - Method in class com.azure.storage.blob.models.StaticWebsite
Set the errorDocument404Path property: The absolute path of the custom 404 page.
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.
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.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.
setGeoReplication(GeoReplication) - Method in class com.azure.storage.blob.models.BlobServiceStatistics
Set the geoReplication property: The geoReplication property.
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.
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: The hourMetrics property.
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.BlobRequestConditions
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.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.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.BlobRequestConditions
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.
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.BlobRequestConditions
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.
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.
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.
setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the lastModified property: The lastModified 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.
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: Possible values include: 'infinite', 'fixed'.
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'.
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.
setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.
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'.
setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
Set the leaseStatus property: Possible values include: 'locked', 'unlocked'.
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'.
setListPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
Sets the list permission status.
setLogging(BlobAnalyticsLogging) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the logging property: The logging property.
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.
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.
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.
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: The metadata property.
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.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, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
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.specialized.BlobClientBase
Changes a blob's metadata.
setMinuteMetrics(BlobMetrics) - Method in class com.azure.storage.blob.models.BlobServiceProperties
Set the minuteMetrics property: The minuteMetrics property.
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.Block
Set the name property: The base64 encoded block ID.
setOffset(long) - Method in class com.azure.storage.blob.HttpGetterInfo
Sets the start offset that is used when creating the Range header.
setPageRange(List<PageRange>) - Method in class com.azure.storage.blob.models.PageList
Set the pageRange property: The pageRange property.
setPermissions(String) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
Set the permissions property: the permissions for the acl policy.
setPermissions(BlobSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the Blob permissions allowed by the SAS.
setPermissions(BlobContainerSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
Sets the Container permissions allowed by the SAS.
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.
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.
setProperties(BlobContainerItemProperties) - Method in class com.azure.storage.blob.models.BlobContainerItem
Set the properties property: The properties property.
setProperties(BlobItemProperties) - Method in class com.azure.storage.blob.models.BlobItem
Set the properties property: The properties property.
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: Possible values include: 'container', 'blob'.
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.
setRemainingRetentionDays(Integer) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the remainingRetentionDays property: The remainingRetentionDays property.
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.
setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
Set the retentionPolicy property: The retentionPolicy property.
setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobMetrics
Set the retentionPolicy property: The retentionPolicy property.
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.
setRetrieveDeletedBlobs(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
Whether blobs which have been soft deleted 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.
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.
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
Sets the BlobServiceSasQueryParameters representing the SAS query parameters that will be used to generate the SAS token for this URL.
setScheme(String) - Method in class com.azure.storage.blob.BlobUrlParts
Sets the URL scheme, ex.
setServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
Set the serverEncrypted property: The serverEncrypted property.
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
Set the size 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
Sets the specific snapshot the SAS user may access.
setStart(long) - Method in class com.azure.storage.blob.models.ClearRange
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.
setStart(long) - Method in class com.azure.storage.blob.models.PageRange
Set the start property: The start property.
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 staticWebsite property.
setStatus(GeoReplicationStatus) - Method in class com.azure.storage.blob.models.GeoReplication
Set the status property: The status of the secondary location.
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.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.sas.BlobServiceSasSignatureValues
Sets the version of the service this SAS will target.
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
Static value SnaphotOperationRateExceeded for 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.
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, 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.
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.
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(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(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.
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.
STANDARD - Static variable in class com.azure.storage.blob.models.RehydratePriority
Static value Standard for RehydratePriority.
STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
 
STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
 
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
 
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.
SyncCopyStatusType - Enum in com.azure.storage.blob.models
Defines values for SyncCopyStatusType.
SYSTEM_IN_USE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value SystemInUse for BlobErrorCode.

T

TARGET_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
Static value TargetConditionNotMet for BlobErrorCode.
toHeaderValue() - Method in class com.azure.storage.blob.models.BlobRange
 
toIncludeType() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
 
toList() - Method in class com.azure.storage.blob.models.BlobListDetails
 
toString() - Method in enum com.azure.storage.blob.models.AccountKind
 
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.
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.
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.
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.
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(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.
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(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.specialized.BlockBlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadFileResourceSupplier(String) - Method in class com.azure.storage.blob.BlobAsyncClient
Resource Supplier for UploadFile
uploadFromFile(String) - Method in class com.azure.storage.blob.BlobAsyncClient
Creates a new block blob with the content of the specified file.
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, 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) - Method in class com.azure.storage.blob.BlobClient
Creates a new block blob.
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, Duration) - Method in class com.azure.storage.blob.BlobClient
Creates a new block blob, or updates the content of an existing block blob.
uploadPages(PageRange, Flux<ByteBuffer>) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Writes one or more pages to the page blob.
uploadPages(PageRange, InputStream) - Method in class com.azure.storage.blob.specialized.PageBlobClient
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.
uploadPagesWithResponse(PageRange, Flux<ByteBuffer>, byte[], PageBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
Writes one or more pages to the 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.
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.
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(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.
UserDelegationKey - Class in com.azure.storage.blob.models
A user delegation key.
UserDelegationKey() - Constructor for class com.azure.storage.blob.models.UserDelegationKey
 

V

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.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.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.
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
 
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
 
values() - Static method in class com.azure.storage.blob.models.BlobErrorCode
 
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.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
 
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 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
 
values() - Static method in class com.azure.storage.blob.models.RehydratePriority
 
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.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2019 Microsoft Corporation. All rights reserved.