Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abortCopyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
- abortCopyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
- abortCopyFromUrlWithResponse(String, String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
- abortCopyFromUrlWithResponse(String, String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
- ABORTED - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
-
Enum value aborted.
- AccessTier - Class in com.azure.storage.blob.models
-
Defines values for AccessTier.
- AccessTier() - Constructor for class com.azure.storage.blob.models.AccessTier
-
Deprecated.
- ACCOUNT_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AccountAlreadyExists for BlobErrorCode.
- ACCOUNT_BEING_CREATED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AccountBeingCreated for BlobErrorCode.
- ACCOUNT_IS_DISABLED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AccountIsDisabled for BlobErrorCode.
- AccountKind - Enum in com.azure.storage.blob.models
-
Defines values for AccountKind.
- accountName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Storage account name that contains the blob.
- accountName - Variable in class com.azure.storage.blob.specialized.BlobClientBase
-
Storage account name that contains the blob.
- acquireLease(int) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Acquires a lease for write and delete operations.
- acquireLease(int) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Acquires a lease for write and delete operations.
- acquireLeaseWithResponse(int, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Acquires a lease for write and delete operations.
- acquireLeaseWithResponse(int, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Acquires a lease for write and delete operations.
- acquireLeaseWithResponse(BlobAcquireLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Acquires a lease for write and delete operations.
- acquireLeaseWithResponse(BlobAcquireLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Acquires a lease for write and delete operations.
- addParallelProgressReporting(Flux<ByteBuffer>, ProgressReceiver, Lock, AtomicLong) - Static method in class com.azure.storage.blob.ProgressReporter
-
Deprecated.Use
ProgressReporter
instead. - addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - addPolicy(HttpPipelinePolicy) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Adds a
pipeline policy
to apply on each request sent. - addProgressReporting(Flux<ByteBuffer>, ProgressReceiver) - Static method in class com.azure.storage.blob.ProgressReporter
-
Deprecated.Use
ProgressReporter
instead. - AES256 - Enum constant in enum com.azure.storage.blob.models.EncryptionAlgorithmType
-
Enum value AES256.
- ALL - Enum constant in enum com.azure.storage.blob.models.BlockListType
-
Enum value all.
- APPEND_BLOB - Enum constant in enum com.azure.storage.blob.models.BlobType
-
Enum value AppendBlob.
- APPEND_POSITION_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AppendPositionConditionNotMet for BlobErrorCode.
- AppendBlobAppendBlockFromUrlOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when appending a block from a source URL.
- AppendBlobAppendBlockFromUrlOptions(String) - Constructor for class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Creates a new instance of
AppendBlobAppendBlockFromUrlOptions
. - AppendBlobAsyncClient - Class in com.azure.storage.blob.specialized
-
Client to an append blob.
- AppendBlobClient - Class in com.azure.storage.blob.specialized
-
Client to an append blob.
- AppendBlobCreateOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when creating an Append Blob.
- AppendBlobCreateOptions() - Constructor for class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Creates a new instance of
AppendBlobCreateOptions
. - AppendBlobItem - Class in com.azure.storage.blob.models
-
This class contains the properties about an append blob.
- AppendBlobItem(String, OffsetDateTime, byte[], boolean, String, String, Integer) - Constructor for class com.azure.storage.blob.models.AppendBlobItem
-
Constructs an
AppendBlobItem
. - AppendBlobItem(String, OffsetDateTime, byte[], boolean, String, String, String, Integer) - Constructor for class com.azure.storage.blob.models.AppendBlobItem
-
Constructs an
AppendBlobItem
. - AppendBlobItem(String, OffsetDateTime, byte[], boolean, String, String, String, Integer, String) - Constructor for class com.azure.storage.blob.models.AppendBlobItem
-
Constructs an
AppendBlobItem
. - AppendBlobRequestConditions - Class in com.azure.storage.blob.models
-
This class contains values that restrict the successful completion of AppendBlock operations to certain conditions.
- AppendBlobRequestConditions() - Constructor for class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Creates a new instance of
AppendBlobRequestConditions
. - AppendBlobSealOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when sealing an Append Blob.
- AppendBlobSealOptions() - Constructor for class com.azure.storage.blob.options.AppendBlobSealOptions
-
Creates a new instance of
AppendBlobSealOptions
. - appendBlock(InputStream, long) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Commits a new block of data to the end of the existing append blob.
- appendBlock(Flux<ByteBuffer>, long) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Commits a new block of data to the end of the existing append blob.
- appendBlockFromUrl(String, BlobRange) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockFromUrl(String, BlobRange) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockFromUrlWithResponse(AppendBlobAppendBlockFromUrlOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockFromUrlWithResponse(AppendBlobAppendBlockFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockFromUrlWithResponse(String, BlobRange, byte[], AppendBlobRequestConditions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockFromUrlWithResponse(String, BlobRange, byte[], AppendBlobRequestConditions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockWithResponse(InputStream, long, byte[], AppendBlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Commits a new block of data to the end of the existing append blob.
- appendBlockWithResponse(Flux<ByteBuffer>, long, byte[], AppendBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Commits a new block of data to the end of the existing append blob.
- ARCHIVE - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value Archive for AccessTier.
- ArchiveStatus - Class in com.azure.storage.blob.models
-
Defines values for ArchiveStatus.
- ArchiveStatus() - Constructor for class com.azure.storage.blob.models.ArchiveStatus
-
Deprecated.Use the
ArchiveStatus.fromString(String)
factory method. - audience(BlobAudience) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the Audience to use for authentication with Azure Active Directory (AAD).
- audience(BlobAudience) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the Audience to use for authentication with Azure Active Directory (AAD).
- audience(BlobAudience) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the Audience to use for authentication with Azure Active Directory (AAD).
- audience(BlobAudience) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the Audience to use for authentication with Azure Active Directory (AAD).
- Authenticate the client - Search tag in Overview
- Section
- Authenticate with Azure Identity - Search tag in Overview
- Section
- AUTHENTICATION_FAILED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AuthenticationFailed for BlobErrorCode.
- AUTHORIZATION_FAILURE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AuthorizationFailure for BlobErrorCode.
- AUTHORIZATION_PERMISSION_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AuthorizationPermissionMismatch for BlobErrorCode.
- AUTHORIZATION_PROTOCOL_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AuthorizationProtocolMismatch for BlobErrorCode.
- AUTHORIZATION_RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AuthorizationResourceTypeMismatch for BlobErrorCode.
- AUTHORIZATION_SERVICE_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AuthorizationServiceMismatch for BlobErrorCode.
- AUTHORIZATION_SOURCE_IPMISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value AuthorizationSourceIPMismatch for BlobErrorCode.
- AVAILABLE - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
-
Enum value available.
- AZURE_PUBLIC_CLOUD - Static variable in class com.azure.storage.blob.models.BlobAudience
-
Gets default Audience used to acquire a token for authorizing requests to any Azure Storage account.
- azureBlobStorage - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Backing REST client for the blob client.
- Azure Storage Blob client library for Java - Search tag in Overview
- Section
B
- beginCopy(BlobBeginCopyOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(BlobBeginCopyOptions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(String, Duration) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(String, Duration) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(String, Map<String, String>, AccessTier, RehydratePriority, RequestConditions, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(String, Map<String, String>, AccessTier, RehydratePriority, RequestConditions, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob.
- BLOB - Static variable in class com.azure.storage.blob.models.PublicAccessType
-
Static value blob for PublicAccessType.
- BLOB_ACCESS_TIER_NOT_SUPPORTED_FOR_ACCOUNT_TYPE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobAccessTierNotSupportedForAccountType for BlobErrorCode.
- BLOB_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobAlreadyExists for BlobErrorCode.
- BLOB_ARCHIVED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobArchived for BlobErrorCode.
- BLOB_BEING_REHYDRATED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobBeingRehydrated for BlobErrorCode.
- BLOB_DEFAULT_HTBB_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobAsyncClient
-
If a blob is known to be greater than 100MB, using a larger block size will trigger some server-side optimizations.
- BLOB_DEFAULT_HTBB_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobClient
-
If a blob is known to be greater than 100MB, using a larger block size will trigger some server-side optimizations.
- BLOB_DEFAULT_NUMBER_OF_BUFFERS - Static variable in class com.azure.storage.blob.BlobAsyncClient
-
The number of buffers to use if none is specified on the buffered upload method.
- BLOB_DEFAULT_NUMBER_OF_BUFFERS - Static variable in class com.azure.storage.blob.BlobClient
-
The number of buffers to use if none is specified on the buffered upload method.
- BLOB_DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobAsyncClient
-
The block size to use if none is specified in parallel operations.
- BLOB_DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobClient
-
The block size to use if none is specified in parallel operations.
- BLOB_IMMUTABLE_DUE_TO_POLICY - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobImmutableDueToPolicy for BlobErrorCode.
- BLOB_NOT_ARCHIVED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobNotArchived for BlobErrorCode.
- BLOB_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobNotFound for BlobErrorCode.
- BLOB_OVERWRITTEN - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobOverwritten for BlobErrorCode.
- BLOB_STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
-
Enum value BlobStorage.
- BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobTierInadequateForContentLength for BlobErrorCode.
- BLOB_USES_CUSTOMER_SPECIFIED_ENCRYPTION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobUsesCustomerSpecifiedEncryption for BlobErrorCode.
- BlobAccessPolicy - Class in com.azure.storage.blob.models
-
An Access policy.
- BlobAccessPolicy() - Constructor for class com.azure.storage.blob.models.BlobAccessPolicy
-
Creates an instance of BlobAccessPolicy class.
- BlobAcquireLeaseOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when acquiring a lease to a blob or container.
- BlobAcquireLeaseOptions(int) - Constructor for class com.azure.storage.blob.options.BlobAcquireLeaseOptions
-
Creates a new instance of
BlobAcquireLeaseOptions
. - BlobAnalyticsLogging - Class in com.azure.storage.blob.models
-
Azure Analytics Logging settings.
- BlobAnalyticsLogging() - Constructor for class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Creates an instance of BlobAnalyticsLogging class.
- blobAsyncClient(BlobAsyncClientBase) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Configures the builder based on the passed
BlobAsyncClient
. - blobAsyncClient(BlobAsyncClientBase) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Configures the builder based on the
BlobAsyncClientBase
. - BlobAsyncClient - Class in com.azure.storage.blob
-
This class provides a client that contains generic blob operations for Azure Storage Blobs.
- BlobAsyncClient(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo) - Constructor for class com.azure.storage.blob.BlobAsyncClient
-
Protected constructor for use by
BlobClientBuilder
. - BlobAsyncClient(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope) - Constructor for class com.azure.storage.blob.BlobAsyncClient
-
Protected constructor for use by
BlobClientBuilder
. - BlobAsyncClient(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope, String) - Constructor for class com.azure.storage.blob.BlobAsyncClient
-
Protected constructor for use by
BlobClientBuilder
. - BlobAsyncClientBase - Class in com.azure.storage.blob.specialized
-
This class provides a client that contains all operations that apply to any blob type.
- BlobAsyncClientBase(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo) - Constructor for class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Protected constructor for use by
SpecializedBlobClientBuilder
. - BlobAsyncClientBase(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope) - Constructor for class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Protected constructor for use by
SpecializedBlobClientBuilder
. - BlobAsyncClientBase(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope, String) - Constructor for class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Protected constructor for use by
SpecializedBlobClientBuilder
. - BlobAudience - Class in com.azure.storage.blob.models
-
The audience to be used when requesting a token from Azure Active Directory (AAD).
- BlobAudience() - Constructor for class com.azure.storage.blob.models.BlobAudience
-
Deprecated.Use one of the constants or the
BlobAudience.fromString(String)
factory method. - BlobBeginCopyOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when beginning a copy operation.
- BlobBeginCopyOptions(String) - Constructor for class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Creates a new instance of
BlobBeginCopyOptions
. - BlobBeginCopySourceRequestConditions - Class in com.azure.storage.blob.models
-
This class contains values which will restrict the successful operation of a variety of blob requests to the conditions present on the source blob.
- BlobBeginCopySourceRequestConditions() - Constructor for class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Creates a new instance of
BlobBeginCopySourceRequestConditions
. - BlobBreakLeaseOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when breaking a lease to a blob or container.
- BlobBreakLeaseOptions() - Constructor for class com.azure.storage.blob.options.BlobBreakLeaseOptions
-
Creates a new instance of
BlobBreakLeaseOptions
. - BlobChangeLeaseOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when changing a lease to a blob or container.
- BlobChangeLeaseOptions(String) - Constructor for class com.azure.storage.blob.options.BlobChangeLeaseOptions
-
Creates a new instance of
BlobChangeLeaseOptions
. - blobClient(BlobClientBase) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Configures the builder based on the passed
BlobClient
. - blobClient(BlobClientBase) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Configures the builder based on the
BlobClientBase
. - BlobClient - Class in com.azure.storage.blob
-
This class provides a client that contains generic blob operations for Azure Storage Blobs.
- BlobClient(BlobAsyncClient) - Constructor for class com.azure.storage.blob.BlobClient
-
Protected constructor for use by
BlobClientBuilder
. - BlobClient(BlobAsyncClient, HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope, String) - Constructor for class com.azure.storage.blob.BlobClient
-
Protected constructor for use by
BlobClientBuilder
. - BlobClientBase - Class in com.azure.storage.blob.specialized
-
This class provides a client that contains all operations that apply to any blob type.
- BlobClientBase(BlobAsyncClientBase) - Constructor for class com.azure.storage.blob.specialized.BlobClientBase
-
Constructor used by
SpecializedBlobClientBuilder
. - BlobClientBase(BlobAsyncClientBase, HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo, EncryptionScope, String) - Constructor for class com.azure.storage.blob.specialized.BlobClientBase
-
Protected constructor for use 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
andBlobAsyncClients
, callbuildClient
andbuildAsyncClient
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
andBlobAsyncClients
. - 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
-
Constructs a
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
andBlobContainerAsyncClients
, callbuildClient
andbuildAsyncClient
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
andContainerAsyncClients
. - BlobContainerCreateOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when creating a Blob Container.
- BlobContainerCreateOptions() - Constructor for class com.azure.storage.blob.options.BlobContainerCreateOptions
-
Creates a new instance of
BlobContainerCreateOptions
. - blobContainerEncryptionScope(BlobContainerEncryptionScope) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
encryption scope
that is used to determine how blob contents are encrypted on the server. - blobContainerEncryptionScope(BlobContainerEncryptionScope) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
encryption scope
that is used to determine how blob contents are encrypted on the server. - BlobContainerEncryptionScope - Class in com.azure.storage.blob.models
-
Parameter group.
- BlobContainerEncryptionScope() - Constructor for class com.azure.storage.blob.models.BlobContainerEncryptionScope
-
Creates an instance of BlobContainerEncryptionScope class.
- BlobContainerItem - Class in com.azure.storage.blob.models
-
An Azure Storage container.
- BlobContainerItem() - Constructor for class com.azure.storage.blob.models.BlobContainerItem
-
Creates an instance of BlobContainerItem class.
- BlobContainerItemProperties - Class in com.azure.storage.blob.models
-
Properties of a container.
- BlobContainerItemProperties() - Constructor for class com.azure.storage.blob.models.BlobContainerItemProperties
-
Creates an instance of BlobContainerItemProperties class.
- 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
-
Constructs a
BlobContainerProperties
. - BlobContainerProperties(Map<String, String>, String, OffsetDateTime, LeaseDurationType, LeaseStateType, LeaseStatusType, PublicAccessType, boolean, boolean, String, Boolean) - Constructor for class com.azure.storage.blob.models.BlobContainerProperties
-
Constructs a
BlobContainerProperties
. - BlobContainerProperties(Map<String, String>, String, OffsetDateTime, LeaseDurationType, LeaseStateType, LeaseStatusType, PublicAccessType, boolean, boolean, String, Boolean, Boolean) - Constructor for class com.azure.storage.blob.models.BlobContainerProperties
-
Constructs a
BlobContainerProperties
. - BlobContainerSasPermission - Class in com.azure.storage.blob.sas
-
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container.
- BlobContainerSasPermission() - Constructor for class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Initializes an
BlobContainerSasPermission
object with all fields set to false. - BlobCopyFromUrlOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when copying a blob.
- BlobCopyFromUrlOptions(String) - Constructor for class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Creates a new instance of
BlobCopyFromUrlOptions
. - BlobCopyInfo - Class in com.azure.storage.blob.models
-
The status of a long running Azure Blob copy operation.
- BlobCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String) - Constructor for class com.azure.storage.blob.models.BlobCopyInfo
-
Creates an instance of
BlobCopyInfo
. - BlobCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String, String) - Constructor for class com.azure.storage.blob.models.BlobCopyInfo
-
Creates an instance of
BlobCopyInfo
. - BlobCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String, String, String) - Constructor for class com.azure.storage.blob.models.BlobCopyInfo
-
Creates an instance of
BlobCopyInfo
. - BlobCopySourceTagsMode - Class in com.azure.storage.blob.models
-
Defines values for BlobCopySourceTagsMode.
- BlobCopySourceTagsMode() - Constructor for class com.azure.storage.blob.models.BlobCopySourceTagsMode
-
Deprecated.Use the
BlobCopySourceTagsMode.fromString(String)
factory method. - 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
-
Creates an instance of BlobCorsRule class.
- 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
-
Constructs a
BlobDownloadAsyncResponse
. - BlobDownloadContentAsyncResponse - Class in com.azure.storage.blob.models
-
This class contains the response information returned from the server when downloading a blob.
- BlobDownloadContentAsyncResponse(HttpRequest, int, HttpHeaders, BinaryData, BlobDownloadHeaders) - Constructor for class com.azure.storage.blob.models.BlobDownloadContentAsyncResponse
-
Constructs a
BlobDownloadContentAsyncResponse
. - BlobDownloadContentResponse - Class in com.azure.storage.blob.models
-
This class contains the response information return from the server when downloading a blob.
- BlobDownloadContentResponse(BlobDownloadContentAsyncResponse) - Constructor for class com.azure.storage.blob.models.BlobDownloadContentResponse
-
Constructs a
BlobDownloadContentResponse
. - BlobDownloadHeaders - Class in com.azure.storage.blob.models
-
Defines headers for Download operation.
- BlobDownloadHeaders() - Constructor for class com.azure.storage.blob.models.BlobDownloadHeaders
-
Constructs a new instance of
BlobDownloadHeaders
. - BlobDownloadResponse - Class in com.azure.storage.blob.models
-
This class contains the response information return from the server when downloading a blob.
- BlobDownloadResponse(BlobDownloadAsyncResponse) - Constructor for class com.azure.storage.blob.models.BlobDownloadResponse
-
Constructs a
BlobDownloadResponse
. - BlobDownloadToFileOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when downloading a blob to a file.
- BlobDownloadToFileOptions(String) - Constructor for class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Constructs a
BlobDownloadToFileOptions
. - BlobErrorCode - Class in com.azure.storage.blob.models
-
Error codes returned by the service.
- BlobErrorCode() - Constructor for class com.azure.storage.blob.models.BlobErrorCode
-
Deprecated.Use the
BlobErrorCode.fromString(String)
factory method. - BlobGetTagsOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when getting tags for a blob.
- BlobGetTagsOptions() - Constructor for class com.azure.storage.blob.options.BlobGetTagsOptions
-
Creates a new instance of
BlobGetTagsOptions
. - BlobHttpHeaders - Class in com.azure.storage.blob.models
-
Parameter group.
- BlobHttpHeaders() - Constructor for class com.azure.storage.blob.models.BlobHttpHeaders
-
Creates an instance of BlobHttpHeaders class.
- BlobImmutabilityPolicy - Class in com.azure.storage.blob.models
-
Optional parameters for setting the immutability policy of a blob, blob snapshot or blob version.
- BlobImmutabilityPolicy() - Constructor for class com.azure.storage.blob.models.BlobImmutabilityPolicy
-
Creates an instance of
BlobImmutabilityPolicy
. - BlobImmutabilityPolicyMode - Enum in com.azure.storage.blob.models
-
Defines values for BlobImmutabilityPolicyMode.
- BlobInputStream - Class in com.azure.storage.blob.specialized
-
Provides an input stream to read a given blob resource.
- BlobInputStreamOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when opening a blob input stream.
- BlobInputStreamOptions() - Constructor for class com.azure.storage.blob.options.BlobInputStreamOptions
-
Creates a new instance of
BlobInputStreamOptions
. - BlobItem - Class in com.azure.storage.blob.models
-
An Azure Storage blob.
- BlobItem() - Constructor for class com.azure.storage.blob.models.BlobItem
-
Constructs a new instance of
BlobItem
. - BlobItemProperties - Class in com.azure.storage.blob.models
-
Properties of a blob.
- BlobItemProperties() - Constructor for class com.azure.storage.blob.models.BlobItemProperties
-
Constructs a new instance of
BlobItemProperties
. - BlobLeaseAsyncClient - Class in com.azure.storage.blob.specialized
-
This class provides a client that contains all the leasing operations for
containers
andblobs
. - BlobLeaseClient - Class in com.azure.storage.blob.specialized
-
This class provides a client that contains all the leasing operations for
containers
andblobs
. - 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
-
Creates a
BlobLeaseClientBuilder
. - BlobLeaseRequestConditions - Class in com.azure.storage.blob.models
-
This class contains values which will restrict the successful operation of a variety of lease requests to the conditions present.
- BlobLeaseRequestConditions() - Constructor for class com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Creates a new instance of
BlobLeaseRequestConditions
. - BlobLegalHoldResult - Interface in com.azure.storage.blob.models
-
The blob legal hold result.
- BlobListDetails - Class in com.azure.storage.blob.models
-
This type allows users to specify additional information the service should return with each blob when listing blobs in a container (via a
BlobContainerClient
object). - BlobListDetails() - Constructor for class com.azure.storage.blob.models.BlobListDetails
-
Constructs an unpopulated
BlobListDetails
. - BlobMetrics - Class in com.azure.storage.blob.models
-
a summary of request statistics grouped by API in hour or minute aggregates for blobs.
- BlobMetrics() - Constructor for class com.azure.storage.blob.models.BlobMetrics
-
Creates an instance of BlobMetrics class.
- blobName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Name of the blob.
- blobName - Variable in class com.azure.storage.blob.specialized.BlobClientBase
-
Name of the blob.
- blobName(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the name of the blob.
- blobName(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the name of the blob.
- BlobOutputStream - Class in com.azure.storage.blob.specialized
-
BlobOutputStream allows for the uploading of data to a blob using a stream-like approach.
- BlobParallelUploadOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when uploading a Block Blob in parallel.
- BlobParallelUploadOptions(BinaryData) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Constructs a new
BlobParallelUploadOptions
. - BlobParallelUploadOptions(InputStream) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Constructs a new
BlobParallelUploadOptions
. - BlobParallelUploadOptions(InputStream, long) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Deprecated.length is no longer necessary; use
BlobParallelUploadOptions(InputStream)
instead. - BlobParallelUploadOptions(Flux<ByteBuffer>) - Constructor for class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Constructs a new
BlobParallelUploadOptions
. - BlobPrefix - Class in com.azure.storage.blob.models
-
The BlobPrefix model.
- BlobPrefix() - Constructor for class com.azure.storage.blob.models.BlobPrefix
-
Creates an instance of BlobPrefix.
- BlobProperties - Class in com.azure.storage.blob.models
-
This class contains the response information returned from the service when getting blob properties.
- BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, Long, String, Boolean, List<ObjectReplicationPolicy>, String) - Constructor for class com.azure.storage.blob.models.BlobProperties
-
Constructs a
BlobProperties
. - BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, Long, String, Boolean, List<ObjectReplicationPolicy>, String, RehydratePriority, Boolean, OffsetDateTime, OffsetDateTime) - Constructor for class com.azure.storage.blob.models.BlobProperties
-
Constructs a
BlobProperties
. - BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, Long, String, Boolean, List<ObjectReplicationPolicy>, String, RehydratePriority, Boolean, OffsetDateTime, OffsetDateTime, BlobImmutabilityPolicy, Boolean) - Constructor for class com.azure.storage.blob.models.BlobProperties
-
Constructs a
BlobProperties
. - BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, Long, String, Boolean, List<ObjectReplicationPolicy>, String, RehydratePriority, Boolean, OffsetDateTime, OffsetDateTime, BlobImmutabilityPolicy, Boolean, String) - Constructor for class com.azure.storage.blob.models.BlobProperties
-
Constructs a
BlobProperties
. - BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, String, OffsetDateTime, Map<String, String>, Integer, String, Boolean, Long, Map<String, String>, String, Boolean) - Constructor for class com.azure.storage.blob.models.BlobProperties
-
Constructs a
BlobProperties
. - BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, OffsetDateTime, Map<String, String>, Integer) - Constructor for class com.azure.storage.blob.models.BlobProperties
-
Constructs a
BlobProperties
. - BlobQueryArrowField - Class in com.azure.storage.blob.models
-
Defines an arrow field for a blob quick query request.
- BlobQueryArrowField(BlobQueryArrowFieldType) - Constructor for class com.azure.storage.blob.models.BlobQueryArrowField
-
Creates a new instance of
BlobQueryArrowField
. - BlobQueryArrowFieldType - Enum in com.azure.storage.blob.models
-
Defines values for BlobQueryArrowFieldType.
- BlobQueryArrowSerialization - Class in com.azure.storage.blob.models
-
Defines the output arrow serialization for a blob quick query request.
- BlobQueryArrowSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryArrowSerialization
-
Creates a new instance of
BlobQueryArrowSerialization
. - BlobQueryAsyncResponse - Class in com.azure.storage.blob.models
-
This class contains the response information returned from the server when querying a blob.
- BlobQueryAsyncResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>, BlobQueryHeaders) - Constructor for class com.azure.storage.blob.models.BlobQueryAsyncResponse
-
Constructs a
BlobQueryAsyncResponse
. - BlobQueryDelimitedSerialization - Class in com.azure.storage.blob.models
-
Defines the input or output delimited (CSV) serialization for a blob quick query request.
- BlobQueryDelimitedSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Creates a new instance of
BlobQueryDelimitedSerialization
. - BlobQueryError - Class in com.azure.storage.blob.models
-
Defines a blob query error that can be returned on parsing a blob query request.
- BlobQueryError(boolean, String, String, long) - Constructor for class com.azure.storage.blob.models.BlobQueryError
-
Creates a new BlobQueryError object.
- BlobQueryHeaders - Class in com.azure.storage.blob.models
-
Defines headers for Query operation.
- BlobQueryHeaders() - Constructor for class com.azure.storage.blob.models.BlobQueryHeaders
-
Constructs a new instance of
BlobQueryHeaders
. - BlobQueryJsonSerialization - Class in com.azure.storage.blob.models
-
Defines the input or output JSON serialization for a blob quick query request.
- BlobQueryJsonSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryJsonSerialization
-
Creates a new instance of
BlobQueryJsonSerialization
. - BlobQueryOptions - Class in com.azure.storage.blob.options
-
Optional parameters for Blob Query.
- BlobQueryOptions(String) - Constructor for class com.azure.storage.blob.options.BlobQueryOptions
-
Constructs a
BlobQueryOptions
. - BlobQueryOptions(String, OutputStream) - Constructor for class com.azure.storage.blob.options.BlobQueryOptions
-
Constructs a
BlobQueryOptions
. - BlobQueryParquetSerialization - Class in com.azure.storage.blob.models
-
Defines the input parquet serialization for a blob quick query request.
- BlobQueryParquetSerialization() - Constructor for class com.azure.storage.blob.models.BlobQueryParquetSerialization
-
Creates a new instance of
BlobQueryParquetSerialization
. - BlobQueryProgress - Class in com.azure.storage.blob.models
-
Defines a blob query error that can be returned on parsing a blob query request.
- BlobQueryProgress(long, long) - Constructor for class com.azure.storage.blob.models.BlobQueryProgress
-
Creates a new BlobQueryProgress object.
- BlobQueryResponse - Class in com.azure.storage.blob.models
-
This class contains the response information return from the server when querying a blob.
- BlobQueryResponse(BlobQueryAsyncResponse) - Constructor for class com.azure.storage.blob.models.BlobQueryResponse
-
Constructs a
BlobQueryResponse
. - BlobQuerySerialization - Interface in com.azure.storage.blob.models
-
Defines the input and output serialization for a blob quick query request.
- BlobRange - Class in com.azure.storage.blob.models
-
This is a representation of a range of bytes on a blob, typically used during a download operation.
- BlobRange(long) - Constructor for class com.azure.storage.blob.models.BlobRange
-
Specifies the download operation to start from the offset position (zero-based) and download the rest of the entire blob to the end.
- BlobRange(long, Long) - Constructor for class com.azure.storage.blob.models.BlobRange
-
Specifies the download operation to start from the offset position (zero-based) and download the count number of bytes.
- BlobReleaseLeaseOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when releasing a lease to a blob or container.
- BlobReleaseLeaseOptions() - Constructor for class com.azure.storage.blob.options.BlobReleaseLeaseOptions
-
Creates a new instance of
BlobReleaseLeaseOptions
. - BlobRenewLeaseOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when renewing a lease to a blob or container.
- BlobRenewLeaseOptions() - Constructor for class com.azure.storage.blob.options.BlobRenewLeaseOptions
-
Creates a new instance of
BlobRenewLeaseOptions
. - BlobRequestConditions - Class in com.azure.storage.blob.models
-
This class contains values which will restrict the successful operation of a variety of requests to the conditions present.
- BlobRequestConditions() - Constructor for class com.azure.storage.blob.models.BlobRequestConditions
-
Creates a new instance of
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
-
Creates an instance of BlobRetentionPolicy class.
- BlobSasPermission - Class in com.azure.storage.blob.sas
-
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a blob.
- BlobSasPermission() - Constructor for class com.azure.storage.blob.sas.BlobSasPermission
-
Initializes a
BlobSasPermission
object with all fields set to false. - BlobSasServiceVersion - Enum in com.azure.storage.blob.sas
-
Deprecated.The version is set to the latest version of sas.
- BlobSeekableByteChannelReadOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when opening a blob seekable byte channel for reading.
- BlobSeekableByteChannelReadOptions() - Constructor for class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Creates a new instance of
BlobSeekableByteChannelReadOptions
. - BlobSeekableByteChannelReadResult - Class in com.azure.storage.blob.models
-
Contains the results of opening a
SeekableByteChannel
to read from a blob. - BlobSeekableByteChannelReadResult(SeekableByteChannel, BlobProperties) - Constructor for class com.azure.storage.blob.models.BlobSeekableByteChannelReadResult
-
Creates a new instance of
BlobSeekableByteChannelReadResult
. - 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
andBlobServiceAsyncClients
, callbuildClient
andbuildAsyncClient
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
andBlobServiceAsyncClients
. - BlobServiceProperties - Class in com.azure.storage.blob.models
-
Storage Service Properties.
- BlobServiceProperties() - Constructor for class com.azure.storage.blob.models.BlobServiceProperties
-
Creates an instance of BlobServiceProperties class.
- BlobServiceSasQueryParameters - Class in com.azure.storage.blob.sas
-
Deprecated.Please use the generateSas method on the desired blob/container client after initializing
BlobServiceSasSignatureValues
. - BlobServiceSasQueryParameters(Map<String, String[]>, boolean) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- BlobServiceSasSignatureValues - Class in com.azure.storage.blob.sas
-
Used to initialize parameters for a Shared Access Signature (SAS) for an Azure Blob Storage service.
- BlobServiceSasSignatureValues() - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
- BlobServiceSasSignatureValues(String) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Creates an object with the specified identifier.
- BlobServiceSasSignatureValues(String, SasProtocol, OffsetDateTime, OffsetDateTime, String, SasIpRange, String, String, String, String, String, String) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Please use
BlobServiceSasSignatureValues(String)
,BlobServiceSasSignatureValues(OffsetDateTime, BlobSasPermission)
, orBlobServiceSasSignatureValues(OffsetDateTime, BlobContainerSasPermission)
followed by calls to the desired setters. - BlobServiceSasSignatureValues(OffsetDateTime, BlobContainerSasPermission) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Creates an object with the specified expiry time and permissions
- BlobServiceSasSignatureValues(OffsetDateTime, BlobSasPermission) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Creates an object with the specified expiry time and permissions
- BlobServiceStatistics - Class in com.azure.storage.blob.models
-
Stats for the storage service.
- BlobServiceStatistics() - Constructor for class com.azure.storage.blob.models.BlobServiceStatistics
-
Creates an instance of BlobServiceStatistics class.
- BlobServiceVersion - Enum in com.azure.storage.blob
-
The versions of Azure Storage Blob supported by this client library.
- BlobSetAccessTierOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when setting tier for a blob.
- BlobSetAccessTierOptions(AccessTier) - Constructor for class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Creates a new instance of
BlobSetAccessTierOptions
. - BlobSetTagsOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when setting tags for a blob.
- BlobSetTagsOptions(Map<String, String>) - Constructor for class com.azure.storage.blob.options.BlobSetTagsOptions
-
Creates a new instance of
BlobSetTagsOptions
. - BlobSignedIdentifier - Class in com.azure.storage.blob.models
-
signed identifier.
- BlobSignedIdentifier() - Constructor for class com.azure.storage.blob.models.BlobSignedIdentifier
-
Creates an instance of BlobSignedIdentifier class.
- BlobStorageException - Exception Class 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 class com.azure.storage.blob.models.BlobStorageException
-
Constructs a
BlobStorageException
. - BlobType - Enum in com.azure.storage.blob.models
-
Defines values for BlobType.
- BlobUploadFromFileOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when uploading a blob from a file.
- BlobUploadFromFileOptions(String) - Constructor for class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Constructs a
BlobUploadFromFileOptions
. - BlobUploadFromUrlOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when uploading a Block Blob from URL.
- BlobUploadFromUrlOptions(String) - Constructor for class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Creates a new instance of
BlobUploadFromUrlOptions
. - BlobUrlParts - Class in com.azure.storage.blob
-
This class represents the components that make up an Azure Storage Container/Blob URL.
- BlobUrlParts() - Constructor for class com.azure.storage.blob.BlobUrlParts
-
Initializes a BlobUrlParts object which helps aid in the construction of a Blob Storage URL.
- Block - Class in com.azure.storage.blob.models
-
Represents a single block in a block blob.
- Block() - Constructor for class com.azure.storage.blob.models.Block
-
Creates an instance of Block class.
- BLOCK_BLOB - Enum constant in enum com.azure.storage.blob.models.BlobType
-
Enum value BlockBlob.
- BLOCK_BLOB_STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
-
Enum value BlockBlobStorage.
- BLOCK_COUNT_EXCEEDS_LIMIT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlockCountExceedsLimit for BlobErrorCode.
- BLOCK_LIST_TOO_LONG - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlockListTooLong for BlobErrorCode.
- BlockBlobAsyncClient - Class in com.azure.storage.blob.specialized
-
Client to a block blob.
- BlockBlobClient - Class in com.azure.storage.blob.specialized
-
Client to a block blob.
- BlockBlobCommitBlockListOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when committing a block list.
- BlockBlobCommitBlockListOptions(List<String>) - Constructor for class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Creates a new instance of
BlockBlobCommitBlockListOptions
. - BlockBlobItem - Class in com.azure.storage.blob.models
-
This class contains the properties about a block blob.
- BlockBlobItem(String, OffsetDateTime, byte[], boolean, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
-
Deprecated.
- BlockBlobItem(String, OffsetDateTime, byte[], boolean, String, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
-
Deprecated.
- BlockBlobItem(String, OffsetDateTime, byte[], boolean, String, String, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
-
Deprecated.
- BlockBlobItem(String, OffsetDateTime, byte[], Boolean, String, String, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
-
Constructs a
BlockBlobItem
. - BlockBlobListBlocksOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when listing blocks for a block blob.
- BlockBlobListBlocksOptions(BlockListType) - Constructor for class com.azure.storage.blob.options.BlockBlobListBlocksOptions
-
Creates a new instance of
BlockBlobListBlocksOptions
. - blockBlobOutputStream(BlobAsyncClient, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Static method in class com.azure.storage.blob.specialized.BlobOutputStream
-
Creates a block blob output stream from a BlobAsyncClient
- blockBlobOutputStream(BlobAsyncClient, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Context) - Static method in class com.azure.storage.blob.specialized.BlobOutputStream
-
Creates a block blob output stream from a BlobAsyncClient
- blockBlobOutputStream(BlobAsyncClient, BlockBlobOutputStreamOptions, Context) - Static method in class com.azure.storage.blob.specialized.BlobOutputStream
-
Creates a block blob output stream from a BlobAsyncClient
- BlockBlobOutputStreamOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when opening an output stream to a Block Blob.
- BlockBlobOutputStreamOptions() - Constructor for class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Creates a new instance of
BlockBlobOutputStreamOptions
. - BlockBlobSeekableByteChannelWriteOptions - Class in com.azure.storage.blob.options
-
Options for obtaining a
SeekableByteChannel
backed by an Azure Storage Share File. - BlockBlobSeekableByteChannelWriteOptions(BlockBlobSeekableByteChannelWriteOptions.WriteMode) - Constructor for class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Options constructor.
- BlockBlobSeekableByteChannelWriteOptions.WriteMode - Class in com.azure.storage.blob.options
-
Mode to open the channel for writing.
- BlockBlobSimpleUploadOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when uploading a Block Blob in a single request.
- BlockBlobSimpleUploadOptions(BinaryData) - Constructor for class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Creates a new instance of
BlockBlobSimpleUploadOptions
. - BlockBlobSimpleUploadOptions(InputStream, long) - Constructor for class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Creates a new instance of
BlockBlobSimpleUploadOptions
. - BlockBlobSimpleUploadOptions(Flux<ByteBuffer>, long) - Constructor for class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Creates a new instance of
BlockBlobSimpleUploadOptions
. - BlockBlobStageBlockFromUrlOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when staging a block from a source URL.
- BlockBlobStageBlockFromUrlOptions(String, String) - Constructor for class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Creates a new instance of
BlockBlobStageBlockFromUrlOptions
. - BlockBlobStageBlockOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when staging a block.
- BlockBlobStageBlockOptions(String, BinaryData) - Constructor for class com.azure.storage.blob.options.BlockBlobStageBlockOptions
-
Creates a new instance of
BlockBlobStageBlockOptions
. - BlockList - Class in com.azure.storage.blob.models
-
The BlockList model.
- BlockList() - Constructor for class com.azure.storage.blob.models.BlockList
-
Creates an instance of BlockList class.
- 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
-
Creates an instance of BlockLookupList class.
- BOOL - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Enum value bool.
- BOOTSTRAP - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
-
Static value bootstrap for GeoReplicationStatus.
- BREAKING - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
-
Enum value breaking.
- breakLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Breaks the previously acquired lease, if it exists.
- breakLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Breaks the previously acquired lease, if it exists.
- breakLeaseWithResponse(BlobBreakLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Breaks the previously acquired lease, if it exists.
- breakLeaseWithResponse(BlobBreakLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Breaks the previously acquired lease, if it exists.
- breakLeaseWithResponse(Integer, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Breaks the previously acquired lease, if it exists.
- breakLeaseWithResponse(Integer, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Breaks the previously acquired lease, if it exists.
- BROKEN - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
-
Enum value broken.
- buildAppendBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Creates a
AppendBlobAsyncClient
based on options set in the Builder. - buildAppendBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Creates a
AppendBlobClient
based on options set in the Builder. - buildAsyncClient() - Method in class com.azure.storage.blob.BlobClientBuilder
-
Creates a
BlobAsyncClient
based on options set in the builder. - buildAsyncClient() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Creates a
BlobContainerAsyncClient
from the configured options. - buildAsyncClient() - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Creates a
BlobServiceAsyncClient
based on options set in the builder. - buildAsyncClient() - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Creates a
BlobLeaseAsyncClient
based on the configurations set in the builder. - buildBlockBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Creates a
BlockBlobAsyncClient
based on options set in the Builder. - buildBlockBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Creates a
BlockBlobClient
based on options set in the Builder. - buildClient() - Method in class com.azure.storage.blob.BlobClientBuilder
-
Creates a
BlobClient
based on options set in the builder. - buildClient() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Creates a
BlobContainerClient
from the configured options. - buildClient() - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Creates a
BlobServiceClient
based on options set in the builder. - buildClient() - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Creates a
BlobLeaseClient
based on the configurations set in the builder. - buildPageBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Creates a
PageBlobAsyncClient
based on options set in the Builder. - buildPageBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Creates a
PageBlobClient
based on options set in the Builder.
C
- CANNOT_CHANGE_TO_LOWER_TIER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value CannotChangeToLowerTier for BlobErrorCode.
- CANNOT_VERIFY_COPY_SOURCE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value CannotVerifyCopySource for BlobErrorCode.
- changeLease(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Changes the lease ID.
- changeLease(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Changes the lease ID.
- changeLeaseWithResponse(BlobChangeLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Changes the lease ID.
- changeLeaseWithResponse(BlobChangeLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Changes the lease ID.
- changeLeaseWithResponse(String, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Changes the lease ID.
- changeLeaseWithResponse(String, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Changes the lease ID.
- clearPages(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Frees the specified pages from the page blob.
- clearPages(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Frees the specified pages from the page blob.
- clearPagesWithResponse(PageRange, PageBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Frees the specified pages from the page blob.
- clearPagesWithResponse(PageRange, PageBlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Frees the specified pages from the page blob.
- ClearRange - Class in com.azure.storage.blob.models
-
The ClearRange model.
- ClearRange() - Constructor for class com.azure.storage.blob.models.ClearRange
-
Creates an instance of ClearRange class.
- clientOptions(ClientOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- clientOptions(ClientOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- clientOptions(ClientOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- clientOptions(ClientOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- close() - Method in class com.azure.storage.blob.models.BlobDownloadAsyncResponse
- close() - Method in class com.azure.storage.blob.specialized.BlobOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- COLD - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value Cold for AccessTier.
- 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 the data models for AzureBlobStorage.
- com.azure.storage.blob.options - package com.azure.storage.blob.options
-
Package containing options model classes used by Azure Storage Blobs.
- com.azure.storage.blob.sas - package com.azure.storage.blob.sas
-
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
- com.azure.storage.blob.specialized - package com.azure.storage.blob.specialized
-
Package containing specialized clients for Azure Storage Blobs.
- commitBlockList(List<String>) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockList(List<String>) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockList(List<String>, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockList(List<String>, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockListWithResponse(BlockBlobCommitBlockListOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockListWithResponse(BlockBlobCommitBlockListOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockListWithResponse(List<String>, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockListWithResponse(List<String>, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- COMMITTED - Enum constant in enum com.azure.storage.blob.models.BlockListType
-
Enum value committed.
- COMPLETE - Static variable in class com.azure.storage.blob.models.ObjectReplicationStatus
-
Static value completed for ObjectReplicationStatus.
- CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ConditionHeadersNotSupported for BlobErrorCode.
- CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ConditionNotMet for BlobErrorCode.
- configuration(Configuration) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- configuration(Configuration) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- configuration(Configuration) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- configuration(Configuration) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- connectionString(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the connection string to connect to the service.
- connectionString(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the connection string to connect to the service.
- connectionString(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the connection string to connect to the service.
- connectionString(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the connection string to connect to the service.
- ConsistentReadControl - Enum in com.azure.storage.blob.models
-
Defines values to indicate what strategy the SDK should use when reading from a blob to ensure the view of the data is consistent and not changed during the read.
- CONTAINER - Static variable in class com.azure.storage.blob.models.PublicAccessType
-
Static value container for PublicAccessType.
- CONTAINER_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerAlreadyExists for BlobErrorCode.
- CONTAINER_BEING_DELETED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerBeingDeleted for BlobErrorCode.
- CONTAINER_DISABLED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerDisabled for BlobErrorCode.
- CONTAINER_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerNotFound for BlobErrorCode.
- containerAsyncClient(BlobContainerAsyncClient) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Configures the builder based on the passed
BlobContainerAsyncClient
. - containerAsyncClient(BlobContainerAsyncClient, String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Configures the builder based on the
BlobContainerAsyncClient
and appends the blob name to the container's URL. - containerClient(BlobContainerClient) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Configures the builder based on the passed
BlobContainerClient
. - containerClient(BlobContainerClient, String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Configures the builder based on the
BlobContainerClient
and appends the blob name to the container's URL. - containerName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Container name that contains the blob.
- containerName - Variable in class com.azure.storage.blob.specialized.BlobClientBase
-
Container name that contains the blob.
- containerName(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the name of the container that contains the blob.
- containerName(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the name of the container.
- containerName(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the name of the container that contains the blob.
- CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContentLengthLargerThanTierLimit for BlobErrorCode.
- Contributing - Search tag in Overview
- Section
- COOL - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value Cool for AccessTier.
- COPY - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value copy.
- COPY - Static variable in class com.azure.storage.blob.models.BlobCopySourceTagsMode
-
Static value COPY for BlobCopySourceTagsMode.
- 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.
- Copy a blob - Search tag in Overview
- Section
- copyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrlWithResponse(BlobCopyFromUrlOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrlWithResponse(BlobCopyFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrlWithResponse(String, Map<String, String>, AccessTier, RequestConditions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrlWithResponse(String, Map<String, String>, AccessTier, RequestConditions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyIncremental(String, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncremental(String, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncrementalWithResponse(PageBlobCopyIncrementalOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncrementalWithResponse(PageBlobCopyIncrementalOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncrementalWithResponse(String, String, RequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncrementalWithResponse(String, String, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- CopyStatusType - Enum in com.azure.storage.blob.models
-
Defines values for CopyStatusType.
- CpkInfo - Class in com.azure.storage.blob.models
-
Parameter group.
- CpkInfo() - Constructor for class com.azure.storage.blob.models.CpkInfo
-
Creates an instance of CpkInfo class.
- create() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new container within a storage account.
- create() - Method in class com.azure.storage.blob.BlobContainerClient
-
Creates a new container within a storage account.
- create() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob.
- create() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob.
- create(boolean) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob.
- create(boolean) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob.
- create(long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length.
- create(long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length.
- create(long, boolean) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length.
- create(long, boolean) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length.
- Create a BlobClient - Search tag in Overview
- Section
- Create a BlobContainerClient - Search tag in Overview
- Section
- Create a BlobServiceClient - Search tag in Overview
- Section
- Create a container - Search tag in Overview
- Section
- Create a Storage Account - Search tag in Overview
- Section
- createBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Creates a new container within a storage account.
- createBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Creates a new container within a storage account.
- createBlobContainerIfNotExists(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Creates a new container within a storage account if it does not exist.
- createBlobContainerIfNotExists(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Creates a new container within a storage account if it does not exist.
- createBlobContainerIfNotExistsWithResponse(String, BlobContainerCreateOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Creates a new container within a storage account if it does not exist.
- createBlobContainerIfNotExistsWithResponse(String, BlobContainerCreateOptions, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Creates a new container within a storage account if it does not exist.
- createBlobContainerWithResponse(String, Map<String, String>, PublicAccessType) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Creates a new container within a storage account.
- createBlobContainerWithResponse(String, Map<String, String>, PublicAccessType, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Creates a new container within a storage account.
- createBlobServiceAccountAudience(String) - Static method in class com.azure.storage.blob.models.BlobAudience
-
The service endpoint for a given storage account.
- createIfNotExists() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new container within a storage account if it does not exist.
- createIfNotExists() - Method in class com.azure.storage.blob.BlobContainerClient
-
Creates a new container within a storage account if it does not exist.
- createIfNotExists() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob if it does not exist.
- createIfNotExists() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob if it does not exist.
- createIfNotExists(long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length if it does not exist.
- createIfNotExists(long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length if it does not exist.
- createIfNotExistsWithResponse(AppendBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob if it does not exist.
- createIfNotExistsWithResponse(AppendBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob if it does not exist.
- createIfNotExistsWithResponse(BlobContainerCreateOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new container within a storage account if it does not exist.
- createIfNotExistsWithResponse(BlobContainerCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Creates a new container within a storage account if it does not exist.
- createIfNotExistsWithResponse(PageBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length if it does not exist.
- createIfNotExistsWithResponse(PageBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length if it does not exist.
- createSnapshot() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a read-only snapshot of the blob.
- createSnapshot() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a read-only snapshot of the blob.
- createSnapshotWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a read-only snapshot of the blob.
- createSnapshotWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a read-only snapshot of the blob.
- createWithResponse(long, Long, BlobHttpHeaders, Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length.
- createWithResponse(long, Long, BlobHttpHeaders, Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length.
- createWithResponse(BlobHttpHeaders, Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob.
- createWithResponse(BlobHttpHeaders, Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob.
- createWithResponse(AppendBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob.
- createWithResponse(AppendBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob.
- createWithResponse(PageBlobCreateOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length.
- createWithResponse(PageBlobCreateOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length.
- createWithResponse(Map<String, String>, PublicAccessType) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new container within a storage account.
- createWithResponse(Map<String, String>, PublicAccessType, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Creates a new container within a storage account.
- credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
AzureNamedKeyCredential
used to authorize requests sent to the service. - credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
AzureNamedKeyCredential
used to authorize requests sent to the service. - credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
AzureNamedKeyCredential
used to authorize requests sent to the service. - credential(AzureNamedKeyCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
AzureNamedKeyCredential
used to authorize requests sent to the service. - credential(AzureSasCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
AzureSasCredential
used to authorize requests sent to the service. - credential(AzureSasCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
AzureSasCredential
used to authorize requests sent to the service. - credential(AzureSasCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
AzureSasCredential
used to authorize requests sent to the service. - credential(AzureSasCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
AzureSasCredential
used to authorize requests sent to the service. - credential(TokenCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - credential(TokenCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - credential(TokenCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - credential(TokenCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
TokenCredential
used to authorize requests sent to the service. - credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
StorageSharedKeyCredential
used to authorize requests sent to the service. - credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
StorageSharedKeyCredential
used to authorize requests sent to the service. - credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
StorageSharedKeyCredential
used to authorize requests sent to the service. - credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
StorageSharedKeyCredential
used to authorize requests sent to the service. - customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
customer provided key
that is used to encrypt blob contents on the server. - customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
customer provided key
that is used to encrypt blob contents on the server. - customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
customer provided key
that is used to encrypt blob contents on the server. - customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
customer provided key
that is used to encrypt blob contents on the server. - CustomerProvidedKey - Class in com.azure.storage.blob.models
-
Contains the customer provided key information used to encrypt a blob's content on the server.
- CustomerProvidedKey(byte[]) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
-
Creates a new wrapper for a client provided key.
- CustomerProvidedKey(String) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
-
Creates a new wrapper for a client provided key.
D
- DECIMAL - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Enum value decimal.
- Default HTTP Client - Search tag in Overview
- Section
- Default SSL library - Search tag in Overview
- Section
- delete() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Marks the specified container for deletion.
- delete() - Method in class com.azure.storage.blob.BlobContainerClient
-
Marks the specified container for deletion.
- delete() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Deletes the specified blob or snapshot.
- delete() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Deletes the specified blob or snapshot.
- deleteBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Deletes the specified container in the storage account.
- deleteBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Deletes the specified container in the storage account.
- deleteBlobContainerIfExists(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Deletes the specified container in the storage account if it exists.
- deleteBlobContainerIfExists(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Deletes the specified container in the storage account if it exists.
- deleteBlobContainerIfExistsWithResponse(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Deletes the specified container in the storage account if it exists.
- deleteBlobContainerIfExistsWithResponse(String, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Deletes the specified container in the storage account if it exists.
- deleteBlobContainerWithResponse(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Deletes the specified container in the storage account.
- deleteBlobContainerWithResponse(String, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Deletes the specified container in the storage account.
- DELETED - Enum constant in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
-
Enum value deleted.
- DELETED - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value deleted.
- DELETED_WITH_VERSIONS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value deletedwithversions.
- deleteIfExists() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Marks the specified container for deletion if it exists.
- deleteIfExists() - Method in class com.azure.storage.blob.BlobContainerClient
-
Marks the specified container for deletion if it exists.
- deleteIfExists() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Deletes the specified blob or snapshot if it exists.
- deleteIfExists() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Deletes the specified blob or snapshot if it exists.
- deleteIfExistsWithResponse(BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Marks the specified container for deletion if it exists.
- deleteIfExistsWithResponse(BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Marks the specified container for deletion if it exists.
- deleteIfExistsWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Deletes the specified blob or snapshot if it exists.
- deleteIfExistsWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Deletes the specified blob or snapshot if it exists.
- deleteImmutabilityPolicy() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Deletes the immutability policy on a blob, blob snapshot or blob version.
- deleteImmutabilityPolicy() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Delete the immutability policy on a blob, blob snapshot or blob version.
- deleteImmutabilityPolicyWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Deletes the immutability policy on a blob, blob snapshot or blob version.
- deleteImmutabilityPolicyWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Delete the immutability policy on a blob, blob snapshot or blob version.
- DeleteSnapshotsOptionType - Enum in com.azure.storage.blob.models
-
Defines values for DeleteSnapshotsOptionType.
- deleteWithResponse(BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Marks the specified container for deletion.
- deleteWithResponse(BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Marks the specified container for deletion.
- deleteWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Deletes the specified blob or snapshot.
- deleteWithResponse(DeleteSnapshotsOptionType, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Deletes the specified blob or snapshot.
- dispatchRead(int, long) - Method in class com.azure.storage.blob.specialized.BlobInputStream
-
Dispatches a read operation of N bytes.
- DOUBLE - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Enum value double.
- download() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Deprecated.use
BlobAsyncClientBase.downloadStream()
instead. - download(OutputStream) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Deprecated.use
BlobClientBase.downloadStream(OutputStream)
instead. - Download a blob to a stream - Search tag in Overview
- Section
- Download a blob to local path - Search tag in Overview
- Section
- downloadContent() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Reads the entire blob.
- downloadContent() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads the entire blob.
- downloadContentWithResponse(DownloadRetryOptions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Reads a range of bytes from a blob.
- downloadContentWithResponse(DownloadRetryOptions, BlobRequestConditions, BlobRange, boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads a range of bytes from a blob into an output stream.
- downloadContentWithResponse(DownloadRetryOptions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads a range of bytes from a blob into an output stream.
- Download data from a blob - Search tag in Overview
- Section
- 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
-
Creates a new instance of
DownloadRetryOptions
. - downloadStream() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Reads the entire blob.
- downloadStream(OutputStream) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads the entire blob into an output stream.
- downloadStreamWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Reads a range of bytes from a blob.
- downloadStreamWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads a range of bytes from a blob into an output stream.
- downloadToFile(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFile(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFile(String, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFile(String, boolean) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFileWithResponse(BlobDownloadToFileOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFileWithResponse(BlobDownloadToFileOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean, Set<OpenOption>) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadToFileWithResponse(String, BlobRange, ParallelTransferOptions, DownloadRetryOptions, BlobRequestConditions, boolean, Set<OpenOption>, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Downloads the entire blob into a file specified by the path.
- downloadWithResponse(BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
- downloadWithResponse(OutputStream, BlobRange, DownloadRetryOptions, BlobRequestConditions, boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
E
- EMPTY_METADATA_KEY - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value EmptyMetadataKey for BlobErrorCode.
- encode() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use the generateSas method on the desired blob/container client after initializing
BlobServiceSasSignatureValues
. - EncryptionAlgorithmType - Enum in com.azure.storage.blob.models
-
Defines values for EncryptionAlgorithmType.
- encryptionScope - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Encryption scope of the blob.
- encryptionScope(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
encryption scope
that is used to encrypt blob contents on the server. - encryptionScope(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
encryption scope
that is used to encrypt blob contents on the server. - encryptionScope(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
encryption scope
that is used to encrypt blob contents on the server. - encryptionScope(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
encryption scope
that is used to encrypt blob contents on the server. - endpoint(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the service endpoint, additionally parses it for information (SAS token, container name, blob name)
- endpoint(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the service endpoint, additionally parses it for information (SAS token, container name)
- endpoint(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the blob service endpoint, additionally parses it for information (SAS token)
- endpoint(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the service endpoint, additionally parses it for information (SAS token, container name, blob name)
- Enumerate blobs - Search tag in Overview
- Section
- ETAG - Enum constant in enum com.azure.storage.blob.models.ConsistentReadControl
-
Default value.
- Examples - Search tag in Overview
- Section
- exists() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets if the container this client represents exists in the cloud.
- exists() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets if the container this client represents exists in the cloud.
- exists() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Determines if the blob this client represents exists in the cloud.
- exists() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets if the blob this client represents exists in the cloud.
- existsWithResponse() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets if the container this client represents exists in the cloud.
- existsWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Determines if the blob this client represents exists in the cloud.
- existsWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets if the container this client represents exists in the cloud.
- existsWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets if the blob this client represents exists in the cloud.
- EXPIRED - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
-
Enum value expired.
F
- FAILED - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
-
Enum value failed.
- FAILED - Static variable in class com.azure.storage.blob.models.ObjectReplicationStatus
-
Static value failed for ObjectReplicationStatus.
- FEATURE_VERSION_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value FeatureVersionMismatch for BlobErrorCode.
- FILE_STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
-
Enum value FileStorage.
- findBlobsByTags(FindBlobsOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns a reactive Publisher emitting the blobs in this container whose tags match the query expression.
- findBlobsByTags(FindBlobsOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns a reactive Publisher emitting the blobs in this account whose tags match the query expression.
- findBlobsByTags(FindBlobsOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns a lazy loaded list of blobs in this account whose tags match the query expression.
- findBlobsByTags(FindBlobsOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns a lazy loaded list of blobs in this account whose tags match the query expression.
- findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns a reactive Publisher emitting the blobs in this container whose tags match the query expression.
- findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns a lazy loaded list of blobs in this container whose tags match the query expression.
- findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns a reactive Publisher emitting the blobs in this account whose tags match the query expression.
- findBlobsByTags(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns a lazy loaded list of blobs in this account whose tags match the query expression.
- FindBlobsOptions - Class in com.azure.storage.blob.options
-
Defines options available to configure the behavior of a call to
BlobServiceClient.findBlobsByTags(FindBlobsOptions, Duration, com.azure.core.util.Context)
orfindBlobsByTags(FindBlobsOptions)
. - FindBlobsOptions(String) - Constructor for class com.azure.storage.blob.options.FindBlobsOptions
-
Creates a new instance of
FindBlobsOptions
. - FIXED - Enum constant in enum com.azure.storage.blob.models.LeaseDurationType
-
Enum value fixed.
- fromString(String) - Static method in class com.azure.storage.blob.models.AccessTier
-
Creates or finds a AccessTier from its string representation.
- fromString(String) - Static method in enum com.azure.storage.blob.models.AccountKind
-
Parses a serialized value to a AccountKind instance.
- fromString(String) - Static method in class com.azure.storage.blob.models.ArchiveStatus
-
Creates or finds a ArchiveStatus from its string representation.
- fromString(String) - Static method in class com.azure.storage.blob.models.BlobAudience
-
The Azure Active Directory audience to use when forming authorization scopes.
- fromString(String) - Static method in class com.azure.storage.blob.models.BlobCopySourceTagsMode
-
Creates or finds a BlobCopySourceTagsMode from its string representation.
- fromString(String) - Static method in class com.azure.storage.blob.models.BlobErrorCode
-
Creates or finds a BlobErrorCode from its string representation.
- fromString(String) - Static method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
-
Parses a serialized value to a BlobImmutabilityPolicyMode instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Parses a serialized value to a BlobQueryArrowFieldType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.BlobType
-
Parses a serialized value to a BlobType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.BlockListType
-
Parses a serialized value to a BlockListType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.CopyStatusType
-
Parses a serialized value to a CopyStatusType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
-
Parses a serialized value to a DeleteSnapshotsOptionType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.EncryptionAlgorithmType
-
Parses a serialized value to a EncryptionAlgorithmType instance.
- fromString(String) - Static method in class com.azure.storage.blob.models.GeoReplicationStatus
-
Creates or finds a GeoReplicationStatus from its string representation.
- fromString(String) - Static method in enum com.azure.storage.blob.models.LeaseDurationType
-
Parses a serialized value to a LeaseDurationType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.LeaseStateType
-
Parses a serialized value to a LeaseStateType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.LeaseStatusType
-
Parses a serialized value to a LeaseStatusType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
-
Parses a serialized value to a ListBlobContainersIncludeType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Parses a serialized value to a ListBlobsIncludeItem instance.
- fromString(String) - Static method in class com.azure.storage.blob.models.ObjectReplicationStatus
-
Creates or finds a ObjectReplicationStatus from its string representation.
- fromString(String) - Static method in enum com.azure.storage.blob.models.PathRenameMode
-
Parses a serialized value to a PathRenameMode instance.
- fromString(String) - Static method in class com.azure.storage.blob.models.PublicAccessType
-
Creates or finds a PublicAccessType from its string representation.
- fromString(String) - Static method in class com.azure.storage.blob.models.RehydratePriority
-
Creates or finds a RehydratePriority from its string representation.
- fromString(String) - Static method in enum com.azure.storage.blob.models.SequenceNumberActionType
-
Parses a serialized value to a SequenceNumberActionType instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.SkuName
-
Parses a serialized value to a SkuName instance.
- fromString(String) - Static method in enum com.azure.storage.blob.models.SyncCopyStatusType
-
Parses a serialized value to a SyncCopyStatusType instance.
- fromString(String) - Static method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions.WriteMode
-
Creates or finds a AccessTier from its string representation.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Reads an instance of BlobAccessPolicy from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Reads an instance of BlobAnalyticsLogging from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobContainerItem
-
Reads an instance of BlobContainerItem from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Reads an instance of BlobContainerItemProperties from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobCorsRule
-
Reads an instance of BlobCorsRule from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobMetrics
-
Reads an instance of BlobMetrics from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobPrefix
-
Reads an instance of BlobPrefix from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Reads an instance of BlobRetentionPolicy from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobServiceProperties
-
Reads an instance of BlobServiceProperties from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobServiceStatistics
-
Reads an instance of BlobServiceStatistics from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Reads an instance of BlobSignedIdentifier from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.Block
-
Reads an instance of Block from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlockList
-
Reads an instance of BlockList from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.BlockLookupList
-
Reads an instance of BlockLookupList from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.ClearRange
-
Reads an instance of ClearRange from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.GeoReplication
-
Reads an instance of GeoReplication from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.KeyInfo
-
Reads an instance of KeyInfo from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.PageList
-
Reads an instance of PageList from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.PageRange
-
Reads an instance of PageRange from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.StaticWebsite
-
Reads an instance of StaticWebsite from the XmlReader.
- fromXml(XmlReader) - Static method in class com.azure.storage.blob.models.UserDelegationKey
-
Reads an instance of UserDelegationKey from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Reads an instance of BlobAccessPolicy from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Reads an instance of BlobAnalyticsLogging from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobContainerItem
-
Reads an instance of BlobContainerItem from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Reads an instance of BlobContainerItemProperties from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobCorsRule
-
Reads an instance of BlobCorsRule from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobMetrics
-
Reads an instance of BlobMetrics from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobPrefix
-
Reads an instance of BlobPrefix from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Reads an instance of BlobRetentionPolicy from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobServiceProperties
-
Reads an instance of BlobServiceProperties from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobServiceStatistics
-
Reads an instance of BlobServiceStatistics from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Reads an instance of BlobSignedIdentifier from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.Block
-
Reads an instance of Block from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlockList
-
Reads an instance of BlockList from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.BlockLookupList
-
Reads an instance of BlockLookupList from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.ClearRange
-
Reads an instance of ClearRange from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.GeoReplication
-
Reads an instance of GeoReplication from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.KeyInfo
-
Reads an instance of KeyInfo from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.PageList
-
Reads an instance of PageList from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.PageRange
-
Reads an instance of PageRange from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.StaticWebsite
-
Reads an instance of StaticWebsite from the XmlReader.
- fromXml(XmlReader, String) - Static method in class com.azure.storage.blob.models.UserDelegationKey
-
Reads an instance of UserDelegationKey from the XmlReader.
G
- generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Generates an account SAS for the Azure Storage account using the specified
AccountSasSignatureValues
. - generateAccountSas(AccountSasSignatureValues) - Method in class com.azure.storage.blob.BlobServiceClient
-
Generates an account SAS for the Azure Storage account using the specified
AccountSasSignatureValues
. - generateAccountSas(AccountSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Generates an account SAS for the Azure Storage account using the specified
AccountSasSignatureValues
. - generateAccountSas(AccountSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Generates an account SAS for the Azure Storage account using the specified
AccountSasSignatureValues
. - generateAccountSas(AccountSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Generates an account SAS for the Azure Storage account using the specified
AccountSasSignatureValues
. - generateAccountSas(AccountSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Generates an account SAS for the Azure Storage account using the specified
AccountSasSignatureValues
. - Generate a SAS token - Search tag in Overview
- Section
- generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Generates a service SAS for the container using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.BlobContainerClient
-
Generates a service SAS for the container using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Generates a service SAS for the blob using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Generates a service SAS for the blob using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Generates a service SAS for the container using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Generates a service SAS for the container using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Generates a service SAS for the blob using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Generates a service SAS for the blob using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Generates a service SAS for the container using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Generates a service SAS for the container using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Generates a service SAS for the blob using the specified
BlobServiceSasSignatureValues
- generateSas(BlobServiceSasSignatureValues, Consumer<String>, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Generates a service SAS for the blob using the specified
BlobServiceSasSignatureValues
- generateSasQueryParameters(UserDelegationKey, String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Please use the generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) method on the desired container/blob client after initializing
BlobServiceSasSignatureValues
. - generateSasQueryParameters(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Please use the generateSas(BlobServiceSasSignatureValues) method on the desired container/blob client after initializing
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Generates a user delegation SAS for the container using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.BlobContainerClient
-
Generates a user delegation SAS for the container using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Generates a user delegation SAS for the blob using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Generates a user delegation SAS for the blob using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Generates a user delegation SAS for the container using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Generates a user delegation SAS for the container using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Generates a user delegation SAS for the blob using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Generates a user delegation SAS for the blob using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Consumer<String>, Context) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Generates a user delegation SAS for the container using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Consumer<String>, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Generates a user delegation SAS for the container using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Consumer<String>, Context) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Generates a user delegation SAS for the blob using the specified
BlobServiceSasSignatureValues
. - generateUserDelegationSas(BlobServiceSasSignatureValues, UserDelegationKey, String, Consumer<String>, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Generates a user delegation SAS for the blob using the specified
BlobServiceSasSignatureValues
. - GeoReplication - Class in com.azure.storage.blob.models
-
Geo-Replication information for the Secondary Storage Service.
- GeoReplication() - Constructor for class com.azure.storage.blob.models.GeoReplication
-
Creates an instance of GeoReplication class.
- GeoReplicationStatus - Class in com.azure.storage.blob.models
-
The status of the secondary location.
- GeoReplicationStatus() - Constructor for class com.azure.storage.blob.models.GeoReplicationStatus
-
Deprecated.Use the
GeoReplicationStatus.fromString(String)
factory method. - getAcceptRanges() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the acceptRanges property: Indicates that the service supports requests for partial blob content.
- getAcceptRanges() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the acceptRanges property: Indicates that the service supports requests for partial blob content.
- getAccessPolicy() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's permissions.
- getAccessPolicy() - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's permissions.
- getAccessPolicy() - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Get the accessPolicy property: An Access policy.
- getAccessPolicyWithResponse(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's permissions.
- getAccessPolicyWithResponse(String, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's permissions.
- getAccessTier() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the accessTier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'.
- getAccessTier() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the access tier of the blob.
- 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
-
Gets the time when the access tier for the blob was last changed.
- getAccountInfo() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the sku name and account kind for the account.
- getAccountInfo(Duration) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the sku name and account kind for the account.
- getAccountKind() - Method in class com.azure.storage.blob.models.StorageAccountInfo
-
Gets the information of the type of the account.
- getAccountName() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobContainerClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobServiceClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the accountname, ex.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Get associated account name.
- getAccountUrl() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Get the url of the storage account.
- getAccountUrl() - Method in class com.azure.storage.blob.BlobContainerClient
-
Get the url of the storage account.
- getAccountUrl() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the URL of the storage account represented by this client.
- getAccountUrl() - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the URL of the storage account represented by this client.
- getAccountUrl() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Get the url of the storage account.
- getAccountUrl() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Get the url of the storage account.
- getAllowedHeaders() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the allowedHeaders property: the request headers that the origin domain may specify on the CORS request.
- getAllowedMethods() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
- getAllowedOrigins() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
- getAppendBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
AppendBlobAsyncClient
associated with this blob. - getAppendBlobClient() - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
AppendBlobClient
associated with this blob. - getAppendPosition() - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Gets the byte offset that the append position of the append blob must match.
- getArchiveStatus() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.
- getArchiveStatus() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the archive status of the blob.
- getBase64BlockId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Gets the block ID to assign the new block.
- getBase64BlockId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
-
Gets the block ID to assign the new block.
- getBase64BlockIds() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets the list of base64 encode
String
s that specifies the block IDs to be committed. - getBlobAccessType() - Method in class com.azure.storage.blob.models.BlobContainerAccessPolicies
-
Gets the level of public access the container allows.
- getBlobAppendOffset() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
Gets the offset of the append blob.
- 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
-
Gets the number of committed blocks in the append blob.
- getBlobCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the blobCommittedBlockCount property: The number of committed blocks present in the blob.
- getBlobCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the blobCommittedBlockCount property: The number of committed blocks present in the blob.
- getBlobContainerAsyncClient(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Initializes a
BlobContainerAsyncClient
object pointing to the specified container. - getBlobContainerClient(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Initializes a
BlobContainerClient
object pointing to the specified container. - getBlobContainerName() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Get the container name.
- getBlobContainerName() - Method in class com.azure.storage.blob.BlobContainerClient
-
Get the container name.
- getBlobContainerName() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the container name that will be used as part of the URL path.
- getBlobContainerUrl() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets the URL of the container represented by this client.
- getBlobContainerUrl() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets the URL of the container represented by this client.
- getBlobContentMd5() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the blobContentMd5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
- getBlobContentMD5() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the blobContentMD5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
- getBlobName() - Method in class com.azure.storage.blob.BlobUrlParts
-
Decodes and gets the blob name that will be used as part of the URL path.
- getBlobName() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Blob name is now auto-populated by the SAS generation methods provided on the desired blob client.
- getBlobName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Decodes and gets the blob name.
- getBlobName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Decodes and gets the blob name.
- getBlobOutputStream() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates and opens an output stream to write data to the append blob.
- getBlobOutputStream() - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobOutputStream(boolean) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates and opens an output stream to write data to the append blob.
- getBlobOutputStream(boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobOutputStream(AppendBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates and opens an output stream to write data to the append blob.
- getBlobOutputStream(BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobOutputStream(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates and opens an output stream to write data to the page blob.
- getBlobOutputStream(PageRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates and opens an output stream to write data to the page blob.
- getBlobOutputStream(ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobOutputStream(BlockBlobOutputStreamOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobOutputStream(BlockBlobOutputStreamOptions, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobPublicAccess() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the access type for the container.
- 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
-
Gets the current sequence number of the page blob.
- getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the blobSequenceNumber property: The current sequence number for a page blob.
- getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.PageBlobItem
-
Gets the current sequence number of the page blob.
- getBlobSize() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the size of the blob in bytes.
- 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
-
Gets the type of the blob.
- getBlobType() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the blobType property: The blob's type.
- getBlobUrl() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the URL of the blob represented by this client.
- getBlobUrl() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the URL of the blob represented by this client.
- getBlobVersionAsyncClient(String, String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
- getBlobVersionClient(String, String) - Method in class com.azure.storage.blob.BlobContainerClient
-
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
- getBlockBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
BlockBlobAsyncClient
associated with this blob. - getBlockBlobClient() - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
BlockBlobClient
associated with this blob. - getBlockSize() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Deprecated.
- getBlockSize() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Gets the size of each data chunk returned from the service.
- getBlockSizeInBytes() - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Gets the size of individual writes to the service.
- getBlockSizeLong() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Gets the block size (chunk size) to transfer at a time.
- getBreakPeriod() - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
-
Gets the break period of the lease.
- getBytesScanned() - Method in class com.azure.storage.blob.models.BlobQueryProgress
-
Gets the number of bytes scanned so far.
- 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
-
Gets the cache control of the blob.
- getCacheControl() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the cacheControl property: This header is returned if it was previously specified for the blob.
- getCacheControl() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getCacheControl() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the encryption scope to use for the SAS.
- getChannel() - Method in class com.azure.storage.blob.models.BlobSeekableByteChannelReadResult
-
Gets the channel to read the target blob.
- getClearRange() - Method in class com.azure.storage.blob.models.PageList
-
Get the clearRange property: The ClearRange property.
- getClientRequestId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
- getClientRequestId() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
- getColumnSeparator() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Gets the column separator.
- getCommitted() - Method in class com.azure.storage.blob.models.BlockLookupList
-
Get the committed property: The Committed property.
- getCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the number of committed blocks in the blob.
- getCommittedBlocks() - Method in class com.azure.storage.blob.models.BlockList
-
Get the committedBlocks property: The CommittedBlocks property.
- getCommonSasQueryParameters() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the
CommonSasQueryParameters
representing the SAS query parameters that will be used to generate the SAS token for this URL. - getConsistentReadControl() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Gets the
ConsistentReadControl
Default is E-Tag. - getConsistentReadControl() - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Gets the
ConsistentReadControl
Default is E-Tag. - getContainerAsyncClient() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Get an async client pointing to the parent container.
- getContainerClient() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets a client pointing to the parent container.
- getContainerName() - Method in class com.azure.storage.blob.models.TaggedBlobItem
-
Get the containerName property: The containerName property.
- getContainerName() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Container name is now auto-populated by the SAS generation methods provided on the desired container/blob client.
- getContainerName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Get the container name.
- getContainerName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Get the container name.
- getContentCrc64() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
- getContentCrc64() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the contentDisposition property: Optional.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentDisposition property: The contentDisposition property.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the content disposition of the blob.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
- getContentDisposition() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getContentDisposition() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the content-disposition header for the SAS.
- 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
-
Gets the content encoding of the blob.
- getContentEncoding() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header.
- getContentEncoding() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getContentEncoding() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the content-encoding header for the SAS.
- 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
-
Gets the content language of the blob.
- getContentLanguage() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentLanguage property: This header returns the value that was specified for the Content-Language request header.
- getContentLanguage() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getContentLanguage() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the content-language header for the SAS.
- getContentLength() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentLength property: The number of bytes present in the response body.
- getContentLength() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentLength property: Size in bytes.
- getContentLength() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentLength property: The number of bytes present in the response body.
- getContentMd5() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
Gets the calculated MD5 of the append blob.
- 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
-
Gets the MD5 of the blob's content.
- getContentMd5() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
- getContentMd5() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
Gets the MD5 of the block blob's content.
- getContentMd5() - Method in class com.azure.storage.blob.models.PageBlobItem
-
Gets the MD5 of the page blob's content.
- getContentMd5() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the MD5 hash of the content.
- getContentMd5() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the MD5 hash of the content.
- getContentMd5() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
-
Gets the MD5 of the block content.
- getContentRange() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
- getContentRange() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
- getContentType() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentType property: The media type of the body of the response.
- getContentType() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the contentType property: Optional.
- getContentType() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentType property: The contentType property.
- getContentType() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the content type of the blob.
- getContentType() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the contentType property: The media type of the body of the response.
- getContentType() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getContentType() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the content-type header for the SAS.
- 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
-
Gets the completion time of the last copy operation.
- getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob.
- getCopyDestinationSnapshot() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the snapshot time of the last successful incremental copy snapshot for this blob.
- 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
-
Gets the identifier of the last copy operation.
- getCopyId() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the copyId property: String identifier for this copy operation.
- getCopyProgress() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
- getCopyProgress() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copyProgress property: The copyProgress property.
- getCopyProgress() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the progress of the last copy operation.
- getCopyProgress() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
- getCopySource() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
- getCopySource() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copySource property: The copySource property.
- getCopySource() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the source blob URL from the last copy operation.
- getCopySource() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
- getCopySource() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the source URL to copy from.
- getCopySourceTagsMode() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the copy source tags mode.
- getCopySourceTagsMode() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the copy source tags mode
- 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
-
Gets the status of the last copy operation.
- getCopyStatus() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the copyStatus property: State of the copy operation identified by x-ms-copy-id.
- getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
- getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copyStatusDescription property: The copyStatusDescription property.
- getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the description of the last copy failure.
- getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
- getCorrelationId() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the encryption scope to use for the SAS.
- 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
-
Gets the count of bytes used to calculate the end offset when creating the Range header. null is the default and indicates that the entire rest of the blob should be retrieved.
- 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.BlobDownloadHeaders
-
Get the xMsCreationTime property: The x-ms-creation-time property.
- 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
-
Gets the time when the blob was created.
- Get credentials - Search tag in Overview
- Section
- getCustomerProvidedKey() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets the
CpkInfo
associated with this client that will be passed toBlobAsyncClients
whengetBlobAsyncClient
is called. - getCustomerProvidedKey() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets the
CpkInfo
associated with this client that will be passed toBlobClients
whengetBlobClient
is called. - getCustomerProvidedKey() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the
CpkInfo
used to encrypt this blob's content on the server. - getCustomerProvidedKey() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the
CpkInfo
used to encrypt this blob's content on the server. - getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
BlobAsyncClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a new
AppendBlobAsyncClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a new
BlobAsyncClientBase
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new
BlockBlobAsyncClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyAsyncClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a new
PageBlobAsyncClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
BlobClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a new
AppendBlobClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a new
BlobClientBase
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new
BlockBlobClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeyClient(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a new
PageBlobClient
with the specifiedcustomerProvidedKey
. - getCustomerProvidedKeySha256() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the customerProvidedKeySha256 property: The customerProvidedKeySha256 property.
- getData() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the data to write to the blob.
- getData() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
-
Gets the data to write to the blob.
- getDataFlux() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the data source.
- getDataFlux() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the data to write to the blob.
- getDataStream() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the data source.
- getDataStream() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the data to write to the blob.
- getDateProperty() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
- getDateProperty() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
- getDays() - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Get the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.
- getDefaultEncryptionScope() - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
-
Get the defaultEncryptionScope property: Optional.
- getDefaultEncryptionScope() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the defaultEncryptionScope property: The DefaultEncryptionScope property.
- getDefaultEncryptionScope() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the container's default encryption scope.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobClientBuilder
-
Gets the default Storage allowlist log headers and query parameters.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Gets the default Storage allowlist log headers and query parameters.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Gets the default Storage allowlist log headers and query parameters.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Gets the default Storage allowlist log headers and query parameters.
- getDefaultIndexDocumentPath() - Method in class com.azure.storage.blob.models.StaticWebsite
-
Get the defaultIndexDocumentPath property: Absolute path of the default index page.
- getDefaultServiceVersion() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the defaultServiceVersion property: The default version to use for requests to the Blob service if an incoming request's version is not specified.
- getDeletedContainerName() - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
-
Gets the deleted blob container name.
- getDeletedContainerVersion() - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
-
Gets the deleted blob container version.
- getDeletedTime() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the deletedTime property: The DeletedTime property.
- getDeletedTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the deletedTime property: The deletedTime property.
- getDeleteRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.
- getDescription() - Method in class com.azure.storage.blob.models.BlobQueryError
-
Gets a description of the error.
- getDestinationContainerName() - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
-
Deprecated.Destination container name must match deleted container name
- getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Gets the
AppendBlobRequestConditions
for writing to destination. - getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the
BlobRequestConditions
for the destination. - getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the
BlobRequestConditions
for the destination. - getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the
BlobRequestConditions
. - getDestinationRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Gets
PageBlobRequestConditions
for writing to destination. - 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
-
Gets the details for listing specific containers.
- getDetails() - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Gets the details for listing specific blobs.
- getDownloadRetryOptions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Gets the
DownloadRetryOptions
. - getDuration() - Method in class com.azure.storage.blob.options.BlobAcquireLeaseOptions
-
Gets the duration of the lease.
- 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
-
Gets the key that was used to encrypt the append blob.
- 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
-
Gets the SHA256 of the customer provided encryption key used to encrypt the blob on the server.
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob.
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
Gets the key used to encrypt the block blob.
- 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
-
Gets the key used to encrypt the page blob.
- getEncryptionScope() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets the
EncryptionScope
used to encrypt this blob's content on the server. - getEncryptionScope() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets the
encryption scope
used to encrypt this blob's content on the server. - getEncryptionScope() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
Gets the encryption scope that was used to encrypt the append blob.
- getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets the encryption scope of the destination blob.
- getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
- getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the encryptionScope property: The name of the encryption scope under which the blob is encrypted.
- getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the name of the encryption scope under which the blob is encrypted.
- getEncryptionScope() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
- getEncryptionScope() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
Gets the encryption scope used to encrypt the block blob.
- getEncryptionScope() - Method in class com.azure.storage.blob.models.PageBlobItem
-
Gets the encryption scope used to encrypt the page blob.
- getEncryptionScope() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the
encryption scope
used to encrypt this blob's content on the server. - getEncryptionScope() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the
encryption scope
used to encrypt this blob's content on the server. - getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
BlobAsyncClient
with the specifiedencryptionScope
. - getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a new
AppendBlobAsyncClient
with the specifiedencryptionScope
. - getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a new
BlobAsyncClientBase
with the specifiedencryptionScope
. - getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new
BlockBlobAsyncClient
with the specifiedencryptionScope
. - getEncryptionScopeAsyncClient(String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a new
PageBlobAsyncClient
with the specifiedencryptionScope
. - getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
BlobClient
with the specifiedencryptionScope
. - getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a new
AppendBlobClient
with the specifiedencryptionScope
. - getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a new
BlobClientBase
with the specifiedencryptionScope
. - getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new
BlockBlobClient
with the specifiedencryptionScope
. - getEncryptionScopeClient(String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a new
PageBlobClient
with the specifiedencryptionScope
. - getEnd() - Method in class com.azure.storage.blob.models.ClearRange
-
Get the end property: The End property.
- getEnd() - Method in class com.azure.storage.blob.models.PageRange
-
Get the end property: The End property.
- getError() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets an error description associated with the copy operation.
- getErrorCode() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the errorCode property: The errorCode property.
- getErrorCode() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the errorCode property: The errorCode property.
- getErrorCode() - Method in exception class com.azure.storage.blob.models.BlobStorageException
-
Gets the error code returned by the service.
- getErrorConsumer() - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Gets the error consumer.
- getErrorDocument404Path() - Method in class com.azure.storage.blob.models.StaticWebsite
-
Get the errorDocument404Path property: The absolute path of the custom 404 page.
- getEscapeChar() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Gets the escape character.
- getETag() - Method in class com.azure.storage.blob.HttpGetterInfo
-
Gets the eTag used when creating If-Match header. eTag is returned with any operation that modifies the resource and when retrieving
properties
. - getETag() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
Gets the eTag of the append blob.
- 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
-
Gets the eTag of the container.
- 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
-
Gets the eTag of the blob.
- getETag() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the eTag property: The ETag contains a value that you can use to perform operations conditionally.
- getETag() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
Gets the eTag of the block blob.
- getETag() - Method in class com.azure.storage.blob.models.PageBlobItem
-
Gets the eTag of the page blob.
- getExpiresOn() - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Get the expiresOn property: the date-time the policy expires.
- getExpiresOn() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the time when the blob is going to expire.
- getExpiry() - Method in class com.azure.storage.blob.models.KeyInfo
-
Get the expiry property: The date-time the key expires in ISO 8601 UTC time.
- getExpiryTime() - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
-
Gets the time when the immutability policy expires.
- getExpiryTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the expiryTime property: The Expiry-Time property.
- getExpiryTime() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the time after which the SAS will no longer work.
- getExposedHeaders() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
- getExpression() - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Gets the query expression.
- getFieldQuote() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Gets the field quote.
- getFilePath() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Gets the path of the file to download to.
- getFilePath() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Gets the path of the file to upload.
- getGeoReplication() - Method in class com.azure.storage.blob.models.BlobServiceStatistics
-
Get the geoReplication property: Geo-Replication information for the Secondary Storage Service.
- getHeaders() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Gets the
BlobHttpHeaders
. - getHeaders() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the
BlobHttpHeaders
. - getHeaders() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Gets the
BlobHttpHeaders
. - getHeaders() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the
BlobHttpHeaders
. - getHeaders() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets the
BlobHttpHeaders
. - getHeaders() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Gets the
BlobHttpHeaders
. - getHeaders() - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Gets the HTTP headers to write.
- getHeaders() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the
BlobHttpHeaders
. - getHeaders() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets the
BlobHttpHeaders
. - getHost() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the URL host, ex.
- getHourMetrics() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
- getHttpPipeline() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets the
HttpPipeline
powering this client. - getHttpPipeline() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets the
HttpPipeline
powering this client. - getHttpPipeline() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the
HttpPipeline
powering this client. - getHttpPipeline() - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the
HttpPipeline
powering this client. - getHttpPipeline() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the
HttpPipeline
powering this client. - getHttpPipeline() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the
HttpPipeline
powering this client. - getId() - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Get the id property: a unique id.
- getIdentifier() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getIdentifier() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the name of the access policy on the container this SAS references if any.
- getIdentifiers() - Method in class com.azure.storage.blob.models.BlobContainerAccessPolicies
-
Gets the
BlobSignedIdentifiers
associated with the container. - getIfSequenceNumberEqualTo() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Gets the value that the page blob's sequence number must be equal to.
- getIfSequenceNumberLessThan() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Gets the value that the page blob's sequence number must be less than.
- getIfSequenceNumberLessThanOrEqualTo() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Gets the value that the page blob's sequence number must be less than or equal to.
- getIfTagsMatch() - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
-
Gets the SQL statement that apply to the tags of the blob.
- getImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the immutabilityPolicy property: The x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property.
- getImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property.
- getImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the immutability policy of the blob.
- getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Gets the immutability policy for the blob.
- getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the
BlobImmutabilityPolicy
for the destination blob. - getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the
BlobImmutabilityPolicy
. - getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the
BlobImmutabilityPolicy
. - getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets the
BlobImmutabilityPolicy
. - getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the
BlobImmutabilityPolicy
. - getImmutabilityPolicy() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets the
BlobImmutabilityPolicy
. - getIndexDocument() - Method in class com.azure.storage.blob.models.StaticWebsite
-
Get the indexDocument property: The default name of the index page under each directory.
- getInitialPosition() - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Gets the starting position of the resulting
SeekableByteChannel
. - getInputSerialization() - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Gets the input serialization.
- getKey() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
-
Gets the encryption key.
- getKeyExpiry() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getKeyObjectId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getKeyService() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getKeySha256() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
-
Gets the encryption key's hash.
- getKeyStart() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getKeyTenantId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getKeyVersion() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getLastAccessedTime() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the lastAccessedTime property: The lastAccessedTime property.
- getLastAccessedTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the lastAccessedTime property: The lastAccessedTime property.
- getLastAccessedTime() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the date and time the blob was last read or written to.
- getLastModified() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
Gets the time this append blob was last modified.
- getLastModified() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the lastModified property: The Last-Modified property.
- getLastModified() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the time the container was last modified.
- 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
-
Gets the time when the blob was last modified.
- getLastModified() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the lastModified property: Returns the date and time the container was last modified.
- getLastModified() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
Gets the last time the block blob was modified.
- getLastModified() - Method in class com.azure.storage.blob.models.PageBlobItem
-
Gets the time this page blob was last modified.
- getLastSyncTime() - Method in class com.azure.storage.blob.models.GeoReplication
-
Get the lastSyncTime property: A GMT date/time value, to the second.
- getLatest() - Static method in enum com.azure.storage.blob.BlobServiceVersion
-
Gets the latest service version supported by this client library
- getLatest() - Method in class com.azure.storage.blob.models.BlockLookupList
-
Get the latest property: The Latest property.
- getLatest() - Static method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Gets the latest Sas service version supported by this client library
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the leaseDuration property: The LeaseDuration property.
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the type of lease on the container.
- 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
-
Gets the lease duration of the blob, if the blob is leased.
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration.
- getLeaseId() - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Gets the lease ID that blobs and containers must match.
- getLeaseId() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Gets the lease ID the active lease on the blob must match.
- getLeaseId() - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
-
Gets the lease ID that blobs and containers must match.
- getLeaseId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Gets the lease ID for accessing source content.
- getLeaseId() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
-
Gets the lease ID for accessing source content.
- getLeaseId() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Get the lease ID for this lease.
- getLeaseId() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Get the lease ID for this lease.
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the leaseState property: The LeaseState property.
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the lease state of the container.
- 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
-
Gets the lease state of the blob.
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the leaseState property: Lease state of the blob.
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the leaseStatus property: The LeaseStatus property.
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the lease status of the container.
- 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
-
Gets the lease status of the blob.
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the leaseStatus property: The current lease status of the blob.
- getLength() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Deprecated.use
BlobParallelUploadOptions.getOptionalLength()
to have safe access to a length that will not always exist. - getLength() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the exact length of the data.
- getLogging() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the logging property: Azure Analytics Logging settings.
- getManagedDiskPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
This API only works for managed disk accounts.
- getManagedDiskPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
This API only works for managed disk accounts.
- getManagedDiskPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
This API only works for managed disk accounts.
- getManagedDiskPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
This API only works for managed disk accounts.
- getMaxAgeInSeconds() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
- getMaxAppendBlockBytes() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Get the max number of append block bytes based on service version being used.
- getMaxAppendBlockBytes() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Get the max number of append block bytes based on service version being used.
- getMaxBlocks() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Get the maximum number of blocks allowed in an append blob.
- getMaxBlocks() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Get the maximum number of blocks allowed in an append blob.
- getMaxConcurrency() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
The maximum number of parallel requests that will be issued at any given time as a part of a single parallel transfer.
- getMaxResultsPerPage() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- getMaxResultsPerPage() - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- getMaxResultsPerPage() - Method in class com.azure.storage.blob.options.FindBlobsOptions
-
Specifies the maximum number of blobs to return.
- getMaxResultsPerPage() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
-
Gets the pageSize property.
- getMaxResultsPerPage() - Method in class com.azure.storage.blob.options.ListPageRangesOptions
-
Gets the pageSize property.
- getMaxRetryRequests() - Method in class com.azure.storage.blob.models.DownloadRetryOptions
-
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
- getMaxSingleUploadSize() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Deprecated.
- getMaxSingleUploadSizeLong() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Gets the value above which the upload will be broken into blocks and parallelized.
- getMaxSize() - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Gets the max length in bytes allowed for the append blob.
- getMetadata() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the metadata property: Dictionary of <string>.
- getMetadata() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the metadata associated with the container.
- 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
-
Gets the metadata associated with this blob.
- getMetadata() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the metadata property: The metadata property.
- getMetadata() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Gets the metadata to associate with the blob.
- getMetadata() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the metadata to associate with the destination blob.
- getMetadata() - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
-
Gets the metadata to associate with the blob.
- getMetadata() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the metadata to associate with the destination blob.
- getMetadata() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the metadata.
- getMetadata() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Gets the metadata to associate with the blob.
- getMetadata() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets the metadata to associate with the blob.
- getMetadata() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Gets the metadata to associate with the blob.
- getMetadata() - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Gets the metadata to write.
- getMetadata() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the metadata to associate with the blob.
- getMetadata() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets the metadata to associate with the blob.
- getMinuteMetrics() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
- getName() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the name property: The Name property.
- getName() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the name property: The name property.
- getName() - Method in class com.azure.storage.blob.models.BlobPrefix
-
Get the name property: The Name property.
- getName() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
-
Gets the name.
- getName() - Method in class com.azure.storage.blob.models.BlobQueryError
-
Gets the name of the error.
- getName() - Method in class com.azure.storage.blob.models.Block
-
Get the name property: The base64 encoded block ID.
- getName() - Method in class com.azure.storage.blob.models.TaggedBlobItem
-
Get the name property: The name property.
- getNumBuffers() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Deprecated.
- getObjectReplicationDestinationPolicyId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the objectReplicationDestinationPolicyId property: Optional.
- getObjectReplicationDestinationPolicyId() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets a string that identifies the Object Replication Policy which made this blob the destination of a copy.
- getObjectReplicationSourcePolicies() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
- getObjectReplicationSourcePolicies() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
- getObjectReplicationSourcePolicies() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets a
List
that contains information on the object replication policies associated with this blob and the status of the replication for each policy. - getOffset() - Method in class com.azure.storage.blob.HttpGetterInfo
-
Gets the start offset that is used when creating the Range header.
- getOffset() - Method in class com.azure.storage.blob.models.BlobRange
-
The start of the range.
- getOpenOptions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Gets the
OpenOptions
to use to configure how to open or create the file. - getOptionalLength() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the length of the data.
- getOutputSerialization() - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Gets the output serialization.
- getOutputStream() - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Gets the outputStream where the downloaded data will be written.
- getPageBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
PageBlobAsyncClient
associated with this blob. - getPageBlobClient() - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
PageBlobClient
associated with this blob. - getPageRange() - Method in class com.azure.storage.blob.models.PageList
-
Get the pageRange property: The PageRange property.
- getPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Deprecated.
- getPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Deprecated.
- getPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Deprecated.
- getPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Deprecated.
- getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
- getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Deprecated.
- getPageRangesWithResponse(BlobRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Deprecated.
- getPageRangesWithResponse(BlobRange, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
- getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Gets the
ParallelTransferOptions
. - getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the
ParallelTransferOptions
. - getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Gets the
ParallelTransferOptions
. - getParallelTransferOptions() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Gets the
ParallelTransferOptions
. - 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
-
Gets the permissions string allowed by the SAS.
- getPolicyId() - Method in class com.azure.storage.blob.models.ObjectReplicationPolicy
-
Gets the policy id.
- getPolicyMode() - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
-
Gets the immutability policy mode.
- getPollInterval() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the duration between each poll for the copy status.
- getPosition() - Method in class com.azure.storage.blob.models.BlobQueryError
-
Gets the blob offset at which the error occurred.
- getPreauthorizedAgentObjectId() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the AAD object ID of a user assumed to be authorized by the owner of the user delegation key to perform the action granted by the SAS token.
- getPrecision() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
-
Gets the precision.
- getPrefix() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- getPrefix() - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- getPreviousSnapshot() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
-
Gets the previousSnapshot property.
- getPriority() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Gets the priority to set for re-hydrating blobs.
- getProgressConsumer() - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Gets the progress consumer.
- getProgressListener() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Gets the Progress listener for parallel reporting
- getProgressReceiver() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Deprecated.
- getProperties() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's metadata and system properties.
- getProperties() - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's metadata and system properties.
- getProperties() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the properties of a storage account’s Blob service.
- getProperties() - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the properties of a storage account’s Blob service.
- getProperties() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the properties property: Properties of a container.
- getProperties() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the properties property: The properties property.
- getProperties() - Method in class com.azure.storage.blob.models.BlobSeekableByteChannelReadResult
-
Gets the blob properties of the target blob.
- getProperties() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the blob's metadata and properties.
- getProperties() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the blob's metadata and properties.
- getProperties() - Method in class com.azure.storage.blob.specialized.BlobInputStream
-
Gets the blob properties as fetched upon download.
- getPropertiesWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the properties of a storage account’s Blob service.
- getPropertiesWithResponse(BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the blob's metadata and properties.
- getPropertiesWithResponse(BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the blob's metadata and properties.
- getPropertiesWithResponse(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's metadata and system properties.
- getPropertiesWithResponse(String, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's metadata and system properties.
- getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the properties of a storage account’s Blob service.
- getProposedId() - Method in class com.azure.storage.blob.options.BlobChangeLeaseOptions
-
Gets the proposed lease ID.
- getProtocol() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the
SasProtocol
which determines the protocols allowed by the SAS. - getPublicAccess() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the publicAccess property: The PublicAccess property.
- getPublicAccessType() - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
-
Gets the public access type associated with the blob.
- getQuery() - Method in class com.azure.storage.blob.options.FindBlobsOptions
-
Gets the filters the results to return only blobs whose tags match the specified expression.
- getRange() - Method in class com.azure.storage.blob.models.PageRangeItem
-
Gets the range property.
- getRange() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Gets the
BlobRange
. - getRange() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Gets the
BlobRange
. - getRange() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
-
Gets the range property.
- getRange() - Method in class com.azure.storage.blob.options.ListPageRangesOptions
-
Gets the range property.
- getRange() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Gets the destination page range.
- getReadSizeInBytes() - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Gets the size of each data read from the service.
- getRecordSeparator() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Gets the record separator.
- getRecordSeparator() - Method in class com.azure.storage.blob.models.BlobQueryJsonSerialization
-
Gets the record separator.
- getRehydratePriority() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the rehydratePriority property: Possible values include: 'High', 'Standard'.
- getRehydratePriority() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the
RehydratePriority
of the blob if it is in RehydratePending state. - getRehydratePriority() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the
RehydratePriority
for rehydrating the blob. - getRemainingRetentionDays() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the remainingRetentionDays property: The RemainingRetentionDays property.
- getRemainingRetentionDays() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the remainingRetentionDays property: The remainingRetentionDays property.
- getRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobSealOptions
-
Gets the
AppendBlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobAcquireLeaseOptions
-
Gets the
BlobLeaseRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
-
Gets the
BlobLeaseRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobChangeLeaseOptions
-
Gets the
BlobLeaseRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobGetTagsOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Gets the request conditions.
- getRequestConditions() - Method in class com.azure.storage.blob.options.BlobReleaseLeaseOptions
-
Gets the
BlobLeaseRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobRenewLeaseOptions
-
Gets the
BlobLeaseRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobSetTagsOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Gets the request conditions for writing to the blob.
- getRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the
BlobRequestConditions
. - getRequestConditions() - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
-
Gets the requestConditions property.
- getRequestConditions() - Method in class com.azure.storage.blob.options.ListPageRangesOptions
-
Gets the requestConditions property.
- getRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
-
Gets the
PageBlobCopyIncrementalRequestConditions
for the destination. - getRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets the
BlobRequestConditions
. - getRequestId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
- getRequestId() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the request id.
- getRequestId() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
- getResource() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
Deprecated.Please use
BlobServiceSasSignatureValues
- getResourceUrl() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Gets the
URL
of the lease client. - getResourceUrl() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Gets the
URL
of the lease client. - getRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Get the retentionPolicy property: the retention policy which determines how long the associated data should persist.
- getRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobMetrics
-
Get the retentionPolicy property: the retention policy which determines how long the associated data should persist.
- getRetrieveCopy() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
- getRetrieveDeleted() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether deleted containers should be returned.
- getRetrieveDeletedBlobs() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs which have been soft deleted should be returned.
- getRetrieveDeletedBlobsWithVersions() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs which have been deleted with versioning.
- getRetrieveImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether immutability policy for the blob should be returned.
- getRetrieveLegalHold() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether legal hold for the blob should be returned.
- getRetrieveMetadata() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether metadata should be returned.
- getRetrieveMetadata() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata should be returned.
- getRetrieveSnapshots() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether snapshots should be returned.
- getRetrieveSystemContainers() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether system containers should be returned.
- getRetrieveTags() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob tags should be returned.
- getRetrieveUncommittedBlobs() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should be included in the response.
- getRetrieveVersions() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether versions should be returned.
- getRuleId() - Method in class com.azure.storage.blob.models.ObjectReplicationRule
-
Gets the rule id.
- getRules() - Method in class com.azure.storage.blob.models.ObjectReplicationPolicy
-
Gets the rules associated with this policy to the status of the replication associated with that rule.
- getSasIpRange() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the
SasIpRange
which determines the IP ranges that are allowed to use the SAS. - getSasQueryParameters() - Method in class com.azure.storage.blob.BlobUrlParts
-
Deprecated.Please use
BlobUrlParts.getCommonSasQueryParameters()
- getScale() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
-
Gets the scale.
- getSchema() - Method in class com.azure.storage.blob.models.BlobQueryArrowSerialization
-
Gets the arrow fields.
- getScheme() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the URL scheme, ex.
- getSequenceNumber() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets a user-controlled value that you can use to track requests.
- getServiceAsyncClient() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Get an async client pointing to the account.
- getServiceClient() - Method in class com.azure.storage.blob.BlobContainerClient
-
Get a client pointing to the account.
- getServiceMessage() - Method in exception class com.azure.storage.blob.models.BlobStorageException
-
Gets the message returned by the service.
- getServiceVersion() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the service version the client is using.
- getSignedExpiry() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedExpiry property: The date-time the key expires.
- getSignedObjectId() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedObjectId property: The Azure Active Directory object ID in GUID format.
- getSignedService() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedService property: Abbreviation of the Azure Storage service that accepts the key.
- getSignedStart() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedStart property: The date-time the key is active.
- getSignedTenantId() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedTenantId property: The Azure Active Directory tenant ID in GUID format.
- getSignedVersion() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedVersion property: The service version that created the key.
- getSize() - Method in class com.azure.storage.blob.models.Block
-
Deprecated.
- getSize() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets the maximum size for the page blob, up to 8 TB.
- getSizeLong() - Method in class com.azure.storage.blob.models.Block
-
Get the sizeLong property: The block size in bytes.
- getSkuName() - Method in class com.azure.storage.blob.models.StorageAccountInfo
-
Gets the SKU of the account.
- getSnapshot() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the snapshot identifier that will be used as part of the query string if set.
- getSnapshot() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the snapshot property: The snapshot property.
- getSnapshot() - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
-
Gets the snapshot on the copy source.
- getSnapshotClient(String) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
BlobAsyncClient
linked to thesnapshot
of this blob resource. - getSnapshotClient(String) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
BlobClient
linked to thesnapshot
of this blob resource. - getSnapshotClient(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a new
BlobAsyncClientBase
linked to thesnapshot
of this blob resource. - getSnapshotClient(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a new
BlobClientBase
linked to thesnapshot
of this blob resource. - getSnapshotId() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Snapshot id is now auto-populated by the SAS generation methods provided on the desired (snapshot) blob client.
- getSnapshotId() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the snapshotId for a blob resource
- getSnapshotId() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the snapshotId for a blob resource
- getSource() - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
-
Gets the source page blob.
- getSourceAuthorization() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Gets the auth header for accessing source.
- getSourceAuthorization() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets "Authorization" header for accessing source URL.
- getSourceAuthorization() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets "Authorization" header for accessing source URL.
- getSourceAuthorization() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Gets "Authorization" header for accessing source URL.
- getSourceAuthorization() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Gets "Authorization" header for accessing source URL.
- getSourceContentMd5() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Gets the MD5 of the source content to be appended.
- getSourceContentMd5() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Gets the MD5 of the source content.
- getSourceContentMd5() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Gets the content MD5 of source content to copy.
- getSourceOffset() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Gets the offset at source to copy from.
- getSourceRange() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Gets the range of bytes to read from the source.
- getSourceRange() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Gets the range of bytes to read from the source.
- getSourceRequestConditions() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Gets the
BlobRequestConditions
for accessing source. - getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the
BlobBeginCopySourceRequestConditions
for the source. - getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the
RequestConditions
for the source. - getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the
BlobRequestConditions
. - getSourceRequestConditions() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Gets the
BlobRequestConditions
for accessing source content. - getSourceRequestConditions() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Gets
BlobRequestConditions
for accessing source content. - getSourceUrl() - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Gets the source URL to copy from.
- getSourceUrl() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the source URL.
- getSourceUrl() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the source URL to upload from.
- getSourceUrl() - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Gets the source URL to upload from.
- getSourceUrl() - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Gets the source URL to copy from.
- 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
-
Gets when the SAS will take effect.
- getStaticWebsite() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the staticWebsite property: The properties that enable an account to host a static website.
- getStatistics() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Retrieves statistics related to replication for the Blob service.
- getStatistics() - Method in class com.azure.storage.blob.BlobServiceClient
-
Retrieves statistics related to replication for the Blob service.
- getStatisticsWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Retrieves statistics related to replication for the Blob service.
- getStatisticsWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Retrieves statistics related to replication for the Blob service.
- getStatus() - Method in class com.azure.storage.blob.models.GeoReplication
-
Get the status property: The status of the secondary location.
- getStatus() - Method in class com.azure.storage.blob.models.ObjectReplicationRule
-
Gets the
ObjectReplicationStatus
- getStatusCode() - Method in exception class com.azure.storage.blob.models.BlobStorageException
-
Gets the status code on the response.
- getTagCount() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the tagCount property: The number of tags associated with the blob.
- getTagCount() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the tagCount property: The tagCount property.
- getTagCount() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the number of tags associated with the blob.
- getTags() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the tags property: The tags property.
- getTags() - Method in class com.azure.storage.blob.models.TaggedBlobItem
-
Get the tags property: The tags property.
- getTags() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Get the tags.
- getTags() - Method in class com.azure.storage.blob.options.BlobSetTagsOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Gets the tags to write.
- getTags() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets the tags to associate with the blob.
- getTags() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the blob's tags.
- getTags() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the blob's tags.
- getTagsConditions() - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Gets the SQL statement that apply to the tags of the blob.
- getTagsConditions() - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Gets the SQL statement that apply to the tags of the blob.
- getTagsConditions() - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
-
Gets the SQL statement that apply to the tags of the blob.
- getTagsConditions() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Gets the SQL statement that apply to the tags of the blob.
- getTagsWithResponse(BlobGetTagsOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the blob's tags.
- getTagsWithResponse(BlobGetTagsOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the blob's tags.
- getTier() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets the
AccessTier
for the destination blob. - getTier() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets the
AccessTier
for the destination blob. - getTier() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the
AccessTier
. - getTier() - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Gets the new tier for the blob.
- getTier() - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Gets the
AccessTier
. - getTier() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Gets the
AccessTier
. - getTier() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets the
AccessTier
. - getTier() - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Gets the
AccessTier
. - getTier() - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Gets the access tier for the target blob.
- getTier() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets the
AccessTier
. - getTimeout() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Deprecated.Use
BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context)
to specify timeout. - Getting started - Search tag in Overview
- Section
- getTotalBytes() - Method in class com.azure.storage.blob.models.BlobQueryProgress
-
Gets the total number of bytes in the blob.
- getType() - Method in class com.azure.storage.blob.models.BlobQueryArrowField
-
Gets the
BlobQueryArrowFieldType
. - getType() - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
-
Gets the type of blocks to list.
- getUncommitted() - Method in class com.azure.storage.blob.models.BlockLookupList
-
Get the uncommitted property: The Uncommitted property.
- getUncommittedBlocks() - Method in class com.azure.storage.blob.models.BlockList
-
Get the uncommittedBlocks property: The UncommittedBlocks property.
- getUnparsedParameters() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the query string parameters that aren't part of the SAS token that will be used by this URL.
- getUserDelegationKey(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKey(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKeyWithResponse(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKeyWithResponse(OffsetDateTime, OffsetDateTime, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets a user delegation key for use with this account's blob storage.
- getValue() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the value property: The key as a base64 string.
- getVersion() - Method in enum com.azure.storage.blob.BlobServiceVersion
- getVersion() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Get the version property: The version of Storage Analytics to configure.
- getVersion() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the version property: The Version property.
- getVersion() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the version property: Indicates the version of the Blob service used to execute the request.
- getVersion() - Method in class com.azure.storage.blob.models.BlobMetrics
-
Get the version property: The version of Storage Analytics to configure.
- getVersion() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the version property: Indicates the version of the Blob service used to execute the request.
- getVersion() - Method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.
- getVersion() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the version of the service this SAS will target.
- getVersionClient(String) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
BlobAsyncClient
linked to theversionId
of this blob resource. - getVersionClient(String) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
BlobClient
linked to theversion
of this blob resource. - getVersionClient(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a new
BlobAsyncClientBase
linked to theversionId
of this blob resource. - getVersionClient(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a new
BlobClientBase
linked to theversion
of this blob resource. - getVersionId() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the version identifier that will be used as part of the query string if set.
- getVersionId() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
Gets the version identifier of the append blob.
- getVersionId() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets the version identifier of the destination blob completed.
- getVersionId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the versionId property: A DateTime value returned by the service that uniquely identifies the blob.
- getVersionId() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the versionId property: The versionId property.
- getVersionId() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the version identifier of the blob.
- getVersionId() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
Gets the version identifier of the block blob.
- getVersionId() - Method in class com.azure.storage.blob.models.PageBlobItem
-
Gets the version identifier of the page blob.
- getVersionId() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the versionId for a blob resource
- getVersionId() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the versionId for a blob resource
- getWriteMode() - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Gets the usage mode to be used by the resulting channel.
H
- handleProgress(long) - Method in interface com.azure.storage.blob.ProgressReceiver
-
Deprecated.
- hasAddPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the add permission status.
- hasAddPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the add permission status.
- hasCreatePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the create permission status.
- hasCreatePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the create permission status.
- hasDeletePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the delete permission status.
- hasDeletePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the delete permission status.
- hasDeleteVersionPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the delete version permission status.
- hasDeleteVersionPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the delete version permission status.
- hasExecutePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the execute permission status.
- hasExecutePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the execute permission status.
- hasFilterPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the filter permission status.
- hasImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the immutability status for the container.
- hasImmutabilityPolicyPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the set immutability policy permission status.
- hasImmutabilityPolicyPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the set immutability policy permission status.
- hasLegalHold() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the legal hold status for the container.
- hasLegalHold() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the hasLegalHold property: The x-ms-legal-hold property.
- hasLegalHold() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the hasLegalHold property: The LegalHold property.
- hasLegalHold() - Method in interface com.azure.storage.blob.models.BlobLegalHoldResult
-
Gets whether a legal hold is enabled on the blob.
- hasLegalHold() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the legal hold status of the blob.
- hasLegalHold() - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Gets if a legal hold should be placed on the blob.
- hasLegalHold() - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Gets if a legal hold should be placed on the blob.
- hasListPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the list permission status.
- hasListPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the list permission status.
- hasMovePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the move permission status.
- hasMovePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the move permission status.
- hasPermanentDeletePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the permanent delete permission status.
- hasReadPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the read permission status.
- hasReadPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the read permission status.
- hasTagsPermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the tags permission status.
- hasTagsPermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the tags permission status.
- hasVersionsOnly() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the hasVersionsOnly property: The HasVersionsOnly property.
- hasWritePermission() - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Gets the write permission status.
- hasWritePermission() - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Gets the write permission status.
- HIGH - Static variable in class com.azure.storage.blob.models.RehydratePriority
-
Static value High for RehydratePriority.
- HOT - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value Hot for AccessTier.
- httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpClient(HttpClient) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - httpClient(HttpClient) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
HttpClient
to use for sending and receiving requests to and from the service. - HttpGetterInfo - Class in com.azure.storage.blob
-
HttpGetterInfo is a passed to the getter function of a reliable download to specify parameters needed for the GET request.
- HttpGetterInfo() - Constructor for class com.azure.storage.blob.HttpGetterInfo
-
Creates a new instance of
HttpGetterInfo
. - httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
logging configuration
to use when sending and receiving requests to and from the service.
I
- IMMUTABILITY_POLICY - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value immutabilitypolicy.
- INCLUDE - Enum constant in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
-
Enum value include.
- Include direct dependency - Search tag in Overview
- Section
- Include the BOM file - Search tag in Overview
- Section
- Include the package - Search tag in Overview
- Section
- INCREMENT - Enum constant in enum com.azure.storage.blob.models.SequenceNumberActionType
-
Enum value increment.
- INCREMENTAL_COPY_BLOB_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value IncrementalCopyBlobMismatch for BlobErrorCode.
- INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value IncrementalCopyOfEarlierVersionSnapshotNotAllowed for BlobErrorCode.
- INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Deprecated.
- INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value IncrementalCopySourceMustBeSnapshot for BlobErrorCode.
- INFINITE - Enum constant in enum com.azure.storage.blob.models.LeaseDurationType
-
Enum value infinite.
- INFINITE_LEASE_DURATION_REQUIRED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InfiniteLeaseDurationRequired for BlobErrorCode.
- INSUFFICIENT_ACCOUNT_PERMISSIONS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InsufficientAccountPermissions for BlobErrorCode.
- INT64 - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Enum value int64.
- INTERNAL_ERROR - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InternalError for BlobErrorCode.
- INVALID_AUTHENTICATION_INFO - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidAuthenticationInfo for BlobErrorCode.
- INVALID_BLOB_OR_BLOCK - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidBlobOrBlock for BlobErrorCode.
- INVALID_BLOB_TIER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidBlobTier for BlobErrorCode.
- INVALID_BLOB_TYPE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidBlobType for BlobErrorCode.
- INVALID_BLOCK_ID - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidBlockId for BlobErrorCode.
- INVALID_BLOCK_LIST - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidBlockList for BlobErrorCode.
- INVALID_HEADER_VALUE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidHeaderValue for BlobErrorCode.
- INVALID_HTTP_VERB - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidHttpVerb for BlobErrorCode.
- INVALID_INPUT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidInput for BlobErrorCode.
- INVALID_MD5 - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidMd5 for BlobErrorCode.
- INVALID_METADATA - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidMetadata for BlobErrorCode.
- INVALID_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidOperation for BlobErrorCode.
- INVALID_PAGE_RANGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidPageRange for BlobErrorCode.
- INVALID_QUERY_PARAMETER_VALUE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidQueryParameterValue for BlobErrorCode.
- INVALID_RANGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidRange for BlobErrorCode.
- INVALID_RESOURCE_NAME - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidResourceName for BlobErrorCode.
- INVALID_SOURCE_BLOB_TYPE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidSourceBlobType for BlobErrorCode.
- INVALID_SOURCE_BLOB_URL - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidSourceBlobUrl for BlobErrorCode.
- INVALID_URI - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidUri for BlobErrorCode.
- INVALID_VERSION_FOR_PAGE_BLOB_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidVersionForPageBlobOperation for BlobErrorCode.
- INVALID_XML_DOCUMENT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidXmlDocument for BlobErrorCode.
- INVALID_XML_NODE_VALUE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value InvalidXmlNodeValue for BlobErrorCode.
- isAccessTierInferred() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the accessTierInferred property: The accessTierInferred property.
- isAccessTierInferred() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the status of the tier being inferred for the blob.
- isClear() - Method in class com.azure.storage.blob.models.PageRangeItem
-
Gets whether the range is cleared.
- isComputeMd5() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets the computeMd5 property.
- isCopySourceBlobProperties() - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Optional, default is true.
- isCurrentVersion() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the currentVersion property: The x-ms-is-current-version property.
- isCurrentVersion() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the isCurrentVersion property: The isCurrentVersion property.
- isCurrentVersion() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the flag indicating whether version identifier points to current version of the blob.
- isDelete() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Get the delete property: Indicates whether all delete requests should be logged.
- isDeleted() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the deleted property: The Deleted property.
- isDeleted() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the deleted property: The deleted property.
- isEnabled() - Method in class com.azure.storage.blob.models.BlobMetrics
-
Get the enabled property: Indicates whether metrics are enabled for the Blob service.
- isEnabled() - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Get the enabled property: Indicates whether a retention policy is enabled for the storage service.
- isEnabled() - Method in class com.azure.storage.blob.models.StaticWebsite
-
Get the enabled property: Indicates whether this account is hosting a static website.
- isEncryptionScopeOverridePrevented() - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
-
Get the encryptionScopeOverridePrevented property: Optional.
- isEncryptionScopeOverridePrevented() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the encryptionScopeOverridePrevented property: The DenyEncryptionScopeOverride property.
- isEncryptionScopeOverridePrevented() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets the container's deny encryption scope override property.
- isFatal() - Method in class com.azure.storage.blob.models.BlobQueryError
-
Whether the error is fatal.
- isHasImmutabilityPolicy() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the hasImmutabilityPolicy property: The HasImmutabilityPolicy property.
- isHasLegalHold() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the hasLegalHold property: The HasLegalHold property.
- isHeadersPresent() - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Gets whether or not headers are present.
- isHierarchicalNamespaceEnabled() - Method in class com.azure.storage.blob.models.StorageAccountInfo
-
Specifies whether hierarchical namespace is enabled on the account.
- isImmutableStorageWithVersioningEnabled() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the isImmutableStorageWithVersioningEnabled property: Indicates if version level worm is enabled on this container.
- isImmutableStorageWithVersioningEnabled() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
Gets whether immutable storage with versioning is enabled on this container.
- 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
-
Gets the status of the blob being an incremental copy blob.
- isLegalHold() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets if a legal hold should be placed on the blob.
- isLegalHold() - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Gets if a legal hold should be placed on the blob.
- isLegalHold() - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Gets if a legal hold should be placed on the blob.
- isLegalHold() - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Gets if a legal hold should be placed on the blob.
- isLegalHold() - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Gets if a legal hold should be placed on the blob.
- isPrefix() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the isPrefix property: If blobs are named to mimic a directory hierarchy (i.e. path elements separated by a delimiter), this property may be used to determine if the
BlobItem
is a virtual directory. - isRead() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Get the read property: Indicates whether all read requests should be logged.
- isRetrieveContentRangeMd5() - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Gets whether the contentMD5 for the specified blob range should be returned.
- isSealDestination() - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Gets whether the destination blob should be sealed (marked as read only).
- isSealed() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the sealed property: The sealed property.
- isSealed() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the sealed property: The sealed property.
- isSealed() - Method in class com.azure.storage.blob.models.BlobProperties
-
Gets the flag indicating whether this blob has been sealed (marked as read only).
- isServerEncrypted() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
Gets the encryption status of the append blob on the server.
- 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
-
Gets the status of the blob being encrypted on the server.
- isServerEncrypted() - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Get the serverEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm.
- isServerEncrypted() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
Gets the encryption status of the block blob on the server.
- isServerEncrypted() - Method in class com.azure.storage.blob.models.PageBlobItem
-
Gets the encryption status of the page blob on the server.
- 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
- Key concepts - Search tag in Overview
- Section
- KeyInfo - Class in com.azure.storage.blob.models
-
Key information.
- KeyInfo() - Constructor for class com.azure.storage.blob.models.KeyInfo
-
Creates an instance of KeyInfo class.
L
- LEASE_ALREADY_BROKEN - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseAlreadyBroken for BlobErrorCode.
- LEASE_ALREADY_PRESENT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseAlreadyPresent for BlobErrorCode.
- LEASE_ID_MISMATCH_WITH_BLOB_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseIdMismatchWithBlobOperation for BlobErrorCode.
- LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseIdMismatchWithContainerOperation for BlobErrorCode.
- LEASE_ID_MISMATCH_WITH_LEASE_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseIdMismatchWithLeaseOperation for BlobErrorCode.
- LEASE_ID_MISSING - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseIdMissing for BlobErrorCode.
- LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseIsBreakingAndCannotBeAcquired for BlobErrorCode.
- LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseIsBreakingAndCannotBeChanged for BlobErrorCode.
- LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseIsBrokenAndCannotBeRenewed for BlobErrorCode.
- LEASE_LOST - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseLost for BlobErrorCode.
- LEASE_NOT_PRESENT_WITH_BLOB_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseNotPresentWithBlobOperation for BlobErrorCode.
- LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseNotPresentWithContainerOperation for BlobErrorCode.
- LEASE_NOT_PRESENT_WITH_LEASE_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value LeaseNotPresentWithLeaseOperation for BlobErrorCode.
- LEASED - Enum constant in enum com.azure.storage.blob.models.LeaseStateType
-
Enum value leased.
- LeaseDurationType - Enum in com.azure.storage.blob.models
-
Defines values for LeaseDurationType.
- leaseId(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
Sets the identifier for the lease.
- LeaseStateType - Enum in com.azure.storage.blob.models
-
Defines values for LeaseStateType.
- LeaseStatusType - Enum in com.azure.storage.blob.models
-
Defines values for LeaseStatusType.
- LEGACY - Enum constant in enum com.azure.storage.blob.models.PathRenameMode
-
Enum value legacy.
- LEGAL_HOLD - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value legalhold.
- listBlobContainers() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns a reactive Publisher emitting all the containers in this account lazily as needed.
- listBlobContainers() - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns a lazy loaded list of containers in this account.
- listBlobContainers(ListBlobContainersOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns a reactive Publisher emitting all the containers in this account lazily as needed.
- listBlobContainers(ListBlobContainersOptions, Duration) - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns a lazy loaded list of containers in this account.
- ListBlobContainersIncludeType - Enum in com.azure.storage.blob.models
-
Defines values for ListBlobContainersIncludeType.
- ListBlobContainersOptions - Class in com.azure.storage.blob.models
-
Defines options available to configure the behavior of a call to listContainersSegment on a
BlobServiceClient
object. - ListBlobContainersOptions() - Constructor for class com.azure.storage.blob.models.ListBlobContainersOptions
-
Constructs an unpopulated
ListBlobContainersOptions
. - listBlobs() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns a reactive Publisher emitting all the blobs in this container lazily as needed.
- listBlobs() - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns a lazy loaded list of blobs in this container, with folder structures flattened.
- listBlobs(ListBlobsOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns a reactive Publisher emitting all the blobs in this container lazily as needed.
- listBlobs(ListBlobsOptions, String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns a reactive Publisher emitting all the blobs in this container lazily as needed.
- listBlobs(ListBlobsOptions, String, Duration) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns a lazy loaded list of blobs in this container, with folder structures flattened.
- listBlobs(ListBlobsOptions, Duration) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns a lazy loaded list of blobs in this container, with folder structures flattened.
- listBlobsByHierarchy(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns a reactive Publisher emitting all the blobs and directories (prefixes) under the given directory (prefix).
- listBlobsByHierarchy(String) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns a reactive Publisher emitting all the blobs and directories (prefixes) under the given directory (prefix).
- listBlobsByHierarchy(String, ListBlobsOptions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory).
- listBlobsByHierarchy(String, ListBlobsOptions, Duration) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns a reactive Publisher emitting all the blobs and prefixes (directories) under the given prefix (directory).
- ListBlobsIncludeItem - Enum in com.azure.storage.blob.models
-
Defines values for ListBlobsIncludeItem.
- ListBlobsOptions - Class in com.azure.storage.blob.models
-
Defines options available to configure the behavior of a call to listBlobsFlatSegment on a
BlobContainerClient
object. - ListBlobsOptions() - Constructor for class com.azure.storage.blob.models.ListBlobsOptions
-
Constructs an unpopulated
ListBlobsOptions
. - listBlocks(BlockListType) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
- listBlocks(BlockListType) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
- listBlocksWithResponse(BlockListType, String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
- listBlocksWithResponse(BlockListType, String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
- listBlocksWithResponse(BlockBlobListBlocksOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
- listBlocksWithResponse(BlockBlobListBlocksOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
- listPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- listPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- listPageRanges(ListPageRangesOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- listPageRanges(ListPageRangesOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- listPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- listPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- listPageRangesDiff(ListPageRangesDiffOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- listPageRangesDiff(ListPageRangesDiffOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- ListPageRangesDiffOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when getting the page ranges diff of a page blob.
- ListPageRangesDiffOptions(BlobRange, String) - Constructor for class com.azure.storage.blob.options.ListPageRangesDiffOptions
-
Creates a new instance of
ListPageRangesDiffOptions
. - ListPageRangesOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when getting the page ranges of a page blob.
- ListPageRangesOptions(BlobRange) - Constructor for class com.azure.storage.blob.options.ListPageRangesOptions
-
Creates a new instance of
ListPageRangesOptions
. - LIVE - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
-
Static value live for GeoReplicationStatus.
- LOCKED - Enum constant in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
-
Enum value Locked.
- LOCKED - Enum constant in enum com.azure.storage.blob.models.LeaseStatusType
-
Enum value locked.
- LOG_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
-
Special container name for the logs container in the Storage account.
- LOG_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
-
Special container name for the logs container in the Storage account.
M
- MAX - Enum constant in enum com.azure.storage.blob.models.SequenceNumberActionType
-
Enum value max.
- MAX_APPEND_BLOCK_BYTES - Static variable in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Deprecated.
- MAX_APPEND_BLOCK_BYTES - Static variable in class com.azure.storage.blob.specialized.AppendBlobClient
-
Deprecated.
- 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
-
Deprecated.
- MAX_BLOCKS - Static variable in class com.azure.storage.blob.specialized.AppendBlobClient
-
Deprecated.
- 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
-
Deprecated.
- MAX_STAGE_BLOCK_BYTES - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
-
Deprecated.
- MAX_STAGE_BLOCK_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Indicates the maximum number of bytes that can be sent in a call to stageBlock.
- MAX_STAGE_BLOCK_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
-
Indicates the maximum number of bytes that can be sent in a call to stageBlock.
- MAX_UPLOAD_BLOB_BYTES - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Deprecated.
- MAX_UPLOAD_BLOB_BYTES - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
-
Deprecated.
- MAX_UPLOAD_BLOB_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Indicates the maximum number of bytes that can be sent in a call to upload.
- MAX_UPLOAD_BLOB_BYTES_LONG - Static variable in class com.azure.storage.blob.specialized.BlockBlobClient
-
Indicates the maximum number of bytes that can be sent in a call to upload.
- MD5MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value Md5Mismatch for BlobErrorCode.
- METADATA - Enum constant in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
-
Enum value metadata.
- METADATA - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value metadata.
- METADATA_TOO_LARGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value MetadataTooLarge for BlobErrorCode.
- MISSING_CONTENT_LENGTH_HEADER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value MissingContentLengthHeader for BlobErrorCode.
- MISSING_REQUIRED_HEADER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value MissingRequiredHeader for BlobErrorCode.
- MISSING_REQUIRED_QUERY_PARAMETER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value MissingRequiredQueryParameter for BlobErrorCode.
- MISSING_REQUIRED_XML_NODE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value MissingRequiredXmlNode for BlobErrorCode.
- MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value MultipleConditionHeadersNotSupported for BlobErrorCode.
- MUTABLE - Enum constant in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
-
Enum value Mutable.
N
- Next steps - Search tag in Overview
- Section
- Next steps Samples - Search tag in Overview
- Section
- NO_AUTHENTICATION_INFORMATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value NoAuthenticationInformation for BlobErrorCode.
- NO_PENDING_COPY_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value NoPendingCopyOperation for BlobErrorCode.
- NONE - Enum constant in enum com.azure.storage.blob.models.ConsistentReadControl
-
No consistent read control.
O
- ObjectReplicationPolicy - Class in com.azure.storage.blob.models
-
A type that contains information about an object replication policy on a source blob.
- ObjectReplicationPolicy(String, List<ObjectReplicationRule>) - Constructor for class com.azure.storage.blob.models.ObjectReplicationPolicy
-
Constructs a new ObjectReplicationPolicy object.
- ObjectReplicationRule - Class in com.azure.storage.blob.models
-
A type that contains information about an object replication rule on a source blob.
- ObjectReplicationRule(String, ObjectReplicationStatus) - Constructor for class com.azure.storage.blob.models.ObjectReplicationRule
-
Constructs a new ObjectReplicationRule object.
- ObjectReplicationStatus - Class in com.azure.storage.blob.models
-
Defines values for ObjectReplicationStatus.
- ObjectReplicationStatus() - Constructor for class com.azure.storage.blob.models.ObjectReplicationStatus
-
Deprecated.Use
ObjectReplicationStatus.fromString(String)
instead. - ONLY - Enum constant in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
-
Enum value only.
- openInputStream() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Opens a blob input stream to download the blob.
- openInputStream(BlobRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Opens a blob input stream to download the specified range of the blob.
- openInputStream(BlobInputStreamOptions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Opens a blob input stream to download the specified range of the blob.
- openInputStream(BlobInputStreamOptions, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Opens a blob input stream to download the specified range of the blob.
- openQueryInputStream(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Opens a blob input stream to query the blob.
- openQueryInputStreamWithResponse(BlobQueryOptions) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Opens a blob input stream to query the blob.
- openSeekableByteChannelRead(BlobSeekableByteChannelReadOptions, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Opens a seekable byte channel in read-only mode to download the blob.
- openSeekableByteChannelWrite(BlockBlobSeekableByteChannelWriteOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Opens a seekable byte channel in write-only mode to upload 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.
- OVERWRITE - Static variable in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions.WriteMode
-
Replaces the existing block blob, if any, with the newly written contents.
P
- P10 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P10 for AccessTier.
- P15 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P15 for AccessTier.
- P20 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P20 for AccessTier.
- P30 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P30 for AccessTier.
- P4 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P4 for AccessTier.
- P40 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P40 for AccessTier.
- P50 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P50 for AccessTier.
- P6 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P6 for AccessTier.
- P60 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P60 for AccessTier.
- P70 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P70 for AccessTier.
- P80 - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value P80 for AccessTier.
- PAGE_BLOB - Enum constant in enum com.azure.storage.blob.models.BlobType
-
Enum value PageBlob.
- PAGE_BYTES - Static variable in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Indicates the number of bytes in a page.
- PAGE_BYTES - Static variable in class com.azure.storage.blob.specialized.PageBlobClient
-
Indicates the number of bytes in a page.
- PageBlobAsyncClient - Class in com.azure.storage.blob.specialized
-
Client to a page blob.
- PageBlobClient - Class in com.azure.storage.blob.specialized
-
Client to a page blob.
- PageBlobCopyIncrementalOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when incrementally copying a Page Blob.
- PageBlobCopyIncrementalOptions(String, String) - Constructor for class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
-
Creates a new instance of
PageBlobCopyIncrementalOptions
. - PageBlobCopyIncrementalRequestConditions - Class in com.azure.storage.blob.models
-
This class contains values which will restrict the successful operation of a variety of blob requests to the conditions present on the destination blob.
- PageBlobCopyIncrementalRequestConditions() - Constructor for class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
-
Creates a new instance of
PageBlobCopyIncrementalRequestConditions
. - PageBlobCreateOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when creating a Page Blob.
- PageBlobCreateOptions(long) - Constructor for class com.azure.storage.blob.options.PageBlobCreateOptions
-
Creates a new instance of
PageBlobCreateOptions
. - PageBlobItem - Class in com.azure.storage.blob.models
-
This class contains the properties about a page blob.
- PageBlobItem(String, OffsetDateTime, byte[], Boolean, String, Long) - Constructor for class com.azure.storage.blob.models.PageBlobItem
-
Constructs a
PageBlobItem
. - PageBlobItem(String, OffsetDateTime, byte[], Boolean, String, String, Long) - Constructor for class com.azure.storage.blob.models.PageBlobItem
-
Constructs a
PageBlobItem
. - PageBlobItem(String, OffsetDateTime, byte[], Boolean, String, String, Long, String) - Constructor for class com.azure.storage.blob.models.PageBlobItem
-
Constructs a
PageBlobItem
. - PageBlobRequestConditions - Class in com.azure.storage.blob.models
-
This class contains values that restrict the successful completion of PageBlob operations to certain conditions.
- PageBlobRequestConditions() - Constructor for class com.azure.storage.blob.models.PageBlobRequestConditions
-
Creates a new instance of
PageBlobRequestConditions
. - PageBlobUploadPagesFromUrlOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when uploading a page range from a source URL.
- PageBlobUploadPagesFromUrlOptions(PageRange, String) - Constructor for class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Creates a new instance of
PageBlobUploadPagesFromUrlOptions
. - PageList - Class in com.azure.storage.blob.models
-
the list of pages.
- PageList() - Constructor for class com.azure.storage.blob.models.PageList
-
Creates an instance of PageList class.
- PageRange - Class in com.azure.storage.blob.models
-
The PageRange model.
- PageRange() - Constructor for class com.azure.storage.blob.models.PageRange
-
Creates an instance of PageRange class.
- PageRangeItem - Class in com.azure.storage.blob.models
-
Represents a page range on a page blob returned by
PageBlobClient.listPageRanges(BlobRange)
. - PageRangeItem(HttpRange, boolean) - Constructor for class com.azure.storage.blob.models.PageRangeItem
-
Creates a new
PageRangeItem
. - ParallelTransferOptions - Class in com.azure.storage.blob.models
-
This class contains configuration used to parallelize data transfer operations.
- ParallelTransferOptions() - Constructor for class com.azure.storage.blob.models.ParallelTransferOptions
-
Creates a new
ParallelTransferOptions
. - ParallelTransferOptions(Integer, Integer, ProgressReceiver) - Constructor for class com.azure.storage.blob.models.ParallelTransferOptions
-
Deprecated.Use fluent interface to set properties instead.
- ParallelTransferOptions(Integer, Integer, ProgressReceiver, Integer) - Constructor for class com.azure.storage.blob.models.ParallelTransferOptions
-
Deprecated.Use fluent interface to set properties instead.
- parse(String) - Static method in class com.azure.storage.blob.BlobUrlParts
-
Parses a string into a BlobUrlParts.
- parse(String) - Static method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Creates an
BlobContainerSasPermission
from the specified permissions string. - parse(String) - Static method in class com.azure.storage.blob.sas.BlobSasPermission
-
Creates a
BlobSasPermission
from the specified permissions string. - parse(URL) - Static method in class com.azure.storage.blob.BlobUrlParts
-
Parses an existing URL into a BlobUrlParts.
- parseSasQueryParameters(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the
CommonSasQueryParameters
representing the SAS query parameters that will be used to generate the SAS token for this URL. - PathRenameMode - Enum in com.azure.storage.blob.models
-
Defines values for PathRenameMode.
- PENDING - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
-
Enum value pending.
- PENDING_COPY_OPERATION - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value PendingCopyOperation for BlobErrorCode.
- pipeline(HttpPipeline) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - pipeline(HttpPipeline) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - pipeline(HttpPipeline) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - pipeline(HttpPipeline) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
HttpPipeline
to use for the service client. - POSIX - Enum constant in enum com.azure.storage.blob.models.PathRenameMode
-
Enum value posix.
- PREMIUM - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value Premium for AccessTier.
- PREMIUM_LRS - Enum constant in enum com.azure.storage.blob.models.SkuName
-
Enum value Premium_LRS.
- Prerequisites - Search tag in Overview
- Section
- PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value PreviousSnapshotCannotBeNewer for BlobErrorCode.
- PREVIOUS_SNAPSHOT_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value PreviousSnapshotNotFound for BlobErrorCode.
- PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value PreviousSnapshotOperationNotSupported for BlobErrorCode.
- ProgressReceiver - Interface in com.azure.storage.blob
-
Deprecated.Use
ProgressListener
. - ProgressReporter - Class in com.azure.storage.blob
-
Deprecated.Use
ProgressReporter
- ProgressReporter() - Constructor for class com.azure.storage.blob.ProgressReporter
-
Deprecated.Creates a new instance of
ProgressReporter
. - PublicAccessType - Class in com.azure.storage.blob.models
-
Defines values for PublicAccessType.
- PublicAccessType() - Constructor for class com.azure.storage.blob.models.PublicAccessType
-
Deprecated.Use the
PublicAccessType.fromString(String)
factory method.
Q
- query(OutputStream, String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Queries an entire blob into an output stream.
- query(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Queries the entire blob.
- queryWithResponse(BlobQueryOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Queries the entire blob.
- queryWithResponse(BlobQueryOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Queries an entire blob into an output stream.
R
- Read a blob via an InputStream - Search tag in Overview
- Section
- REHYDRATE_PENDING_TO_COLD - Static variable in class com.azure.storage.blob.models.ArchiveStatus
-
Static value rehydrate-pending-to-cold for ArchiveStatus.
- 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
-
If an object is in rehydrate pending state then this header is returned with priority of rehydrate.
- RehydratePriority() - Constructor for class com.azure.storage.blob.models.RehydratePriority
-
Deprecated.Use the
RehydratePriority.fromString(String)
factory method. - releaseLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Releases the previously acquired lease.
- releaseLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Releases the previously acquired lease.
- releaseLeaseWithResponse(RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Releases the previously acquired lease.
- releaseLeaseWithResponse(RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Releases the previously acquired lease.
- releaseLeaseWithResponse(BlobReleaseLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Releases the previously acquired lease.
- releaseLeaseWithResponse(BlobReleaseLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Releases the previously acquired lease.
- renewLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Renews the previously acquired lease.
- renewLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Renews the previously acquired lease.
- renewLeaseWithResponse(RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Renews the previously acquired lease.
- renewLeaseWithResponse(RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Renews the previously-acquired lease.
- renewLeaseWithResponse(BlobRenewLeaseOptions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Renews the previously acquired lease.
- renewLeaseWithResponse(BlobRenewLeaseOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Renews the previously-acquired lease.
- REPLACE - Static variable in class com.azure.storage.blob.models.BlobCopySourceTagsMode
-
Static value REPLACE for BlobCopySourceTagsMode.
- reportProgress(long) - Method in interface com.azure.storage.blob.ProgressReceiver
-
Deprecated.The callback function invoked as progress is reported.
- REQUEST_BODY_TOO_LARGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value RequestBodyTooLarge for BlobErrorCode.
- REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value RequestUrlFailedToParse for BlobErrorCode.
- resize(long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Resizes the page blob to the specified size (which must be a multiple of 512).
- resize(long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Resizes the page blob to the specified size (which must be a multiple of 512).
- resizeWithResponse(long, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Resizes the page blob to the specified size (which must be a multiple of 512).
- resizeWithResponse(long, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Resizes the page blob to the specified size (which must be a multiple of 512).
- RESOURCE_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ResourceAlreadyExists for BlobErrorCode.
- RESOURCE_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ResourceNotFound for BlobErrorCode.
- RESOURCE_TYPE_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ResourceTypeMismatch for BlobErrorCode.
- Resource URI Syntax - Search tag in Overview
- Section
- retryOptions(RetryOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryOptions(RetryOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryOptions(RetryOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryOptions(RetryOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
RetryOptions
for all the requests made through the client. - retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the request retry options for all the requests made through the client.
- retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the request retry options for all the requests made through the client.
- retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the request retry options for all the requests made through the client.
- retryOptions(RequestRetryOptions) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the request retry options for all the requests made through the client.
- ROOT_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
-
Special container name for the root container in the Storage account.
- ROOT_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
-
Special container name for the root container in the Storage account.
S
- sasToken(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- sasToken(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- sasToken(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- sasToken(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- SAS Token - Search tag in Overview
- Section
- seal() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Seals an append blob, making it read only.
- seal() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Seals an append blob, making it read only.
- sealWithResponse(AppendBlobSealOptions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Seals an append blob, making it read only.
- sealWithResponse(AppendBlobSealOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Seals an append blob, making it read only.
- SEQUENCE_NUMBER_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SequenceNumberConditionNotMet for BlobErrorCode.
- SEQUENCE_NUMBER_INCREMENT_TOO_LARGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SequenceNumberIncrementTooLarge for BlobErrorCode.
- SequenceNumberActionType - Enum in com.azure.storage.blob.models
-
Defines values for SequenceNumberActionType.
- SERVER_BUSY - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ServerBusy for BlobErrorCode.
- serviceVersion - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Storage REST API version used in requests to the Storage service.
- serviceVersion - Variable in class com.azure.storage.blob.specialized.BlobClientBase
-
Storage REST API version used in requests to the Storage service.
- serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the
BlobServiceVersion
that is used when making API requests. - serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the
BlobServiceVersion
that is used when making API requests. - serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the
BlobServiceVersion
that is used when making API requests. - serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the
BlobServiceVersion
that is used when making API requests. - setAcceptRanges(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the acceptRanges property: Indicates that the service supports requests for partial blob content.
- setAcceptRanges(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the acceptRanges property: Indicates that the service supports requests for partial blob content.
- setAccessPolicy(BlobAccessPolicy) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Set the accessPolicy property: An Access policy.
- setAccessPolicy(PublicAccessType, List<BlobSignedIdentifier>) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's permissions.
- setAccessPolicy(PublicAccessType, List<BlobSignedIdentifier>) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's permissions.
- setAccessPolicyWithResponse(PublicAccessType, List<BlobSignedIdentifier>, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's permissions.
- setAccessPolicyWithResponse(PublicAccessType, List<BlobSignedIdentifier>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's permissions.
- setAccessTier(AccessTier) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the accessTier property: Possible values include: 'P4', 'P6', 'P10', 'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool', 'Archive'.
- setAccessTier(AccessTier) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets the tier on a blob.
- setAccessTier(AccessTier) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets the tier on a blob.
- setAccessTierChangeTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the accessTierChangeTime property: The accessTierChangeTime property.
- setAccessTierInferred(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the accessTierInferred property: The accessTierInferred property.
- setAccessTierWithResponse(AccessTier, RehydratePriority, String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets the tier on a blob.
- setAccessTierWithResponse(AccessTier, RehydratePriority, String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets the tier on a blob.
- setAccessTierWithResponse(BlobSetAccessTierOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets the tier on a blob.
- setAccessTierWithResponse(BlobSetAccessTierOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets the tier on a blob.
- setAccountName(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the account name.
- setAddPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the add permission status.
- setAddPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the add permission status.
- setAllowedHeaders(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the allowedHeaders property: the request headers that the origin domain may specify on the CORS request.
- setAllowedMethods(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.
- setAllowedOrigins(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the allowedOrigins property: The origin domains that are permitted to make a request against the storage service via CORS.
- setAnonymousAccess() - Method in class com.azure.storage.blob.BlobClientBuilder
-
Clears the credential used to authorize the request.
- setAnonymousAccess() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Clears the credential used to authorize the request.
- setAnonymousAccess() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Clears the credential used to authorize the request.
- setAppendPosition(Long) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Sets the byte offset that the append position of the append blob must match.
- Set a proxy when building a client - Search tag in Overview
- Section
- setArchiveStatus(ArchiveStatus) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the archiveStatus property: Possible values include: 'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.
- setBlobCommittedBlockCount(Integer) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobCommittedBlockCount property: The number of committed blocks present in the blob.
- setBlobCommittedBlockCount(Integer) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the blobCommittedBlockCount property: The number of committed blocks present in the blob.
- setBlobContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the blobContentMd5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
- setBlobContentMD5(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobContentMD5 property: If the blob has a MD5 hash, and if request contains range header (Range or x-ms-range), this response header is returned with the value of the whole blob's MD5 value.
- setBlobName(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the blob name that will be used as part of the URL path.
- setBlobName(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Please use the SAS generation methods provided on the desired blob client that will auto-populate the blob name.
- setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobSequenceNumber property: The current sequence number for a page blob.
- setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the blobSequenceNumber property: The blobSequenceNumber property.
- setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the blobSequenceNumber property: The current sequence number for a page blob.
- setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobType property: The blob's type.
- setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the blobType property: Possible values include: 'BlockBlob', 'PageBlob', 'AppendBlob'.
- setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the blobType property: The blob's type.
- setBlockSize(Integer) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Sets the size of each data chunk returned from the service.
- setBlockSizeInBytes(Long) - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Sets the size of individual writes to the service.
- setBlockSizeLong(Long) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Sets the block size (chunk size) to transfer at a time.
- setBreakPeriod(Duration) - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
-
Sets the break period of the lease.
- setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the cacheControl property: This header is returned if it was previously specified for the blob.
- setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the cacheControl property: Optional.
- setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the cacheControl property: The cacheControl property.
- setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the cacheControl property: This header is returned if it was previously specified for the blob.
- setCacheControl(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the cache-control header for the SAS.
- setClearRange(List<ClearRange>) - Method in class com.azure.storage.blob.models.PageList
-
Set the clearRange property: The ClearRange property.
- setClientRequestId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
- setClientRequestId(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the clientRequestId property: If a client request id header is sent in the request, this header will be present in the response with the same value.
- setColumnSeparator(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Sets the column separator.
- setCommitted(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
-
Set the committed property: The Committed property.
- setCommittedBlocks(List<Block>) - Method in class com.azure.storage.blob.models.BlockList
-
Set the committedBlocks property: The CommittedBlocks property.
- setCommonSasQueryParameters(CommonSasQueryParameters) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the
CommonSasQueryParameters
representing the SAS query parameters that will be used to generate the SAS token for this URL. - setComputeMd5(boolean) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets the computeMd5 property.
- setConsistentReadControl(ConsistentReadControl) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Sets the
ConsistentReadControl
Default is E-Tag. - setConsistentReadControl(ConsistentReadControl) - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Sets the
ConsistentReadControl
Default is E-Tag. - setContainerName(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the container name that will be used as part of the URL path.
- setContainerName(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Please use the SAS generation methods provided on the desired container/blob client that will auto-populate the container name.
- setContentCrc64(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
- setContentCrc64(byte[]) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentCrc64 property: If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB.
- setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
- setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentDisposition property: Optional.
- setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentDisposition property: The contentDisposition property.
- setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentDisposition property: This header returns the value that was specified for the 'x-ms-blob-content-disposition' header.
- setContentDisposition(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-disposition header for the SAS.
- setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header.
- setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentEncoding property: Optional.
- setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentEncoding property: The contentEncoding property.
- setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentEncoding property: This header returns the value that was specified for the Content-Encoding request header.
- setContentEncoding(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-encoding header for the SAS.
- setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentLanguage property: This header returns the value that was specified for the Content-Language request header.
- setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentLanguage property: Optional.
- setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentLanguage property: The contentLanguage property.
- setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentLanguage property: This header returns the value that was specified for the Content-Language request header.
- setContentLanguage(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-language header for the SAS.
- setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentLength property: The number of bytes present in the response body.
- setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentLength property: Size in bytes.
- setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentLength property: The number of bytes present in the response body.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentMd5 property: Optional.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentMd5 property: The contentMd5 property.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentMd5 property: If the blob has an MD5 hash and this operation is to read the full blob, this response header is returned so that the client can check for message content integrity.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets the MD5 hash of the content.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets the MD5 hash of the content.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
-
Sets the MD5 of the block content.
- setContentRange(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
- setContentRange(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentRange property: Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.
- setContentType(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentType property: The media type of the body of the response.
- setContentType(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentType property: Optional.
- setContentType(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentType property: The contentType property.
- setContentType(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the contentType property: The media type of the body of the response.
- setContentType(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-type header for the SAS.
- setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob.
- setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyCompletionTime property: The copyCompletionTime property.
- setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the copyCompletionTime property: Conclusion time of the last attempted Copy Blob operation where this blob was the destination blob.
- setCopyId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyId property: String identifier for this copy operation.
- setCopyId(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyId property: The copyId property.
- setCopyId(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the copyId property: String identifier for this copy operation.
- setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
- setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyProgress property: The copyProgress property.
- setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the copyProgress property: Contains the number of bytes copied and the total bytes in the source in the last attempted Copy Blob operation where this blob was the destination blob.
- setCopySource(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
- setCopySource(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copySource property: The copySource property.
- setCopySource(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the copySource property: URL up to 2 KB in length that specifies the source blob or file used in the last attempted Copy Blob operation where this blob was the destination blob.
- setCopySourceBlobProperties(Boolean) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Optional, default is true.
- setCopySourceTagsMode(BlobCopySourceTagsMode) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets the copy source tags mode
- setCopySourceTagsMode(BlobCopySourceTagsMode) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets the copy source tags mode
- setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyStatus property: State of the copy operation identified by x-ms-copy-id.
- setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyStatus property: Possible values include: 'pending', 'success', 'aborted', 'failed'.
- setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the copyStatus property: State of the copy operation identified by x-ms-copy-id.
- setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
- setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyStatusDescription property: The copyStatusDescription property.
- setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the copyStatusDescription property: Only appears when x-ms-copy-status is failed or pending.
- setCorrelationId(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the correlation id value for the SAS.
- setCors(List<BlobCorsRule>) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the cors property: The set of CORS rules.
- setCount(Long) - Method in class com.azure.storage.blob.HttpGetterInfo
-
Sets the count of bytes used to calculate the end offset when creating the Range header. null is the default and indicates that the entire rest of the blob should be retrieved.
- 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.BlobDownloadHeaders
-
Set the xMsCreationTime property: The x-ms-creation-time property.
- setCreationTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the creationTime property: The creationTime property.
- setCurrentVersion(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the currentVersion property: The x-ms-is-current-version property.
- setCurrentVersion(Boolean) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the isCurrentVersion property: The isCurrentVersion property.
- setCustomerProvidedKeySha256(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the customerProvidedKeySha256 property: The customerProvidedKeySha256 property.
- setDateProperty(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
- setDateProperty(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the dateProperty property: UTC date/time value generated by the service that indicates the time at which the response was initiated.
- setDays(Integer) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained.
- setDefaultEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
-
Set the defaultEncryptionScope property: Optional.
- setDefaultEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the defaultEncryptionScope property: The DefaultEncryptionScope property.
- setDefaultIndexDocumentPath(String) - Method in class com.azure.storage.blob.models.StaticWebsite
-
Set the defaultIndexDocumentPath property: Absolute path of the default index page.
- setDefaultServiceVersion(String) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the defaultServiceVersion property: The default version to use for requests to the Blob service if an incoming request's version is not specified.
- setDelete(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the delete property: Indicates whether all delete requests should be logged.
- setDeleted(boolean) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the deleted property: The deleted property.
- setDeleted(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the deleted property: The Deleted property.
- setDeletedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the deletedTime property: The DeletedTime property.
- setDeletedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the deletedTime property: The deletedTime property.
- setDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the delete permission status.
- setDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the delete permission status.
- setDeleteRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.
- setDeleteVersionPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the delete version permission status.
- setDeleteVersionPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the delete version permission status.
- setDestinationContainerName(String) - Method in class com.azure.storage.blob.options.UndeleteBlobContainerOptions
-
Deprecated.Destination container name must match deleted container name
- setDestinationRequestConditions(AppendBlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Sets the
AppendBlobRequestConditions
for writing to destination. - setDestinationRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the
BlobRequestConditions
for the destination. - setDestinationRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets the
BlobRequestConditions
for the destination. - setDestinationRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets the
BlobRequestConditions
. - setDestinationRequestConditions(PageBlobRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Sets
PageBlobRequestConditions
for writing to destination. - 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
-
Sets the details for listing specific containers.
- setDetails(BlobListDetails) - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Sets the details for listing specific blobs.
- setDownloadRetryOptions(DownloadRetryOptions) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Sets the
DownloadRetryOptions
. - setEnabled(boolean) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the enabled property: Indicates whether metrics are enabled for the Blob service.
- setEnabled(boolean) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Set the enabled property: Indicates whether a retention policy is enabled for the storage service.
- setEnabled(boolean) - Method in class com.azure.storage.blob.models.StaticWebsite
-
Set the enabled property: Indicates whether this account is hosting a static website.
- setEncryptionAlgorithm(EncryptionAlgorithmType) - Method in class com.azure.storage.blob.models.CpkInfo
-
Set the encryptionAlgorithm property: The algorithm used to produce the encryption key hash.
- setEncryptionKey(String) - Method in class com.azure.storage.blob.models.CpkInfo
-
Set the encryptionKey property: Optional.
- setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob.
- setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the encryptionKeySha256 property: The SHA-256 hash of the encryption key used to encrypt the blob.
- setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.CpkInfo
-
Set the encryptionKeySha256 property: The SHA-256 hash of the provided encryption key.
- setEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
- setEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the encryptionScope property: The name of the encryption scope under which the blob is encrypted.
- setEncryptionScope(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the encryptionScope property: Returns the name of the encryption scope used to encrypt the blob contents and application metadata.
- setEncryptionScopeOverridePrevented(boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the encryptionScopeOverridePrevented property: The DenyEncryptionScopeOverride property.
- setEncryptionScopeOverridePrevented(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerEncryptionScope
-
Set the encryptionScopeOverridePrevented property: Optional.
- setEnd(long) - Method in class com.azure.storage.blob.models.ClearRange
-
Set the end property: The End property.
- setEnd(long) - Method in class com.azure.storage.blob.models.PageRange
-
Set the end property: The End property.
- setErrorCode(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the errorCode property: The errorCode property.
- setErrorCode(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the errorCode property: The errorCode property.
- setErrorConsumer(Consumer<BlobQueryError>) - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Sets the error consumer.
- setErrorDocument404Path(String) - Method in class com.azure.storage.blob.models.StaticWebsite
-
Set the errorDocument404Path property: The absolute path of the custom 404 page.
- setEscapeChar(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Sets the escape character.
- setETag(String) - Method in class com.azure.storage.blob.HttpGetterInfo
-
Sets the eTag used when creating If-Match header. eTag is returned with any operation that modifies the resource and when retrieving
properties
. - setETag(String) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the eTag property: The Etag property.
- setETag(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the eTag property: The ETag contains a value that you can use to perform operations conditionally.
- setETag(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the eTag property: The eTag property.
- setETag(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the eTag property: The ETag contains a value that you can use to perform operations conditionally.
- setExecutePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the execute permission status.
- setExecutePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the execute permission status.
- setExpiresOn(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Set the expiresOn property: the date-time the policy expires.
- setExpiry(String) - Method in class com.azure.storage.blob.models.KeyInfo
-
Set the expiry property: The date-time the key expires in ISO 8601 UTC time.
- setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
-
Sets the time when the immutability policy expires.
- setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the expiryTime property: The Expiry-Time property.
- setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the time after which the SAS will no longer work.
- setExposedHeaders(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the exposedHeaders property: The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.
- setFieldQuote(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Sets the field quote.
- setFilterPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the filter permission status.
- setGeoReplication(GeoReplication) - Method in class com.azure.storage.blob.models.BlobServiceStatistics
-
Set the geoReplication property: Geo-Replication information for the Secondary Storage Service.
- setHasImmutabilityPolicy(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the hasImmutabilityPolicy property: The HasImmutabilityPolicy property.
- setHasLegalHold(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the hasLegalHold property: The HasLegalHold property.
- setHasLegalHold(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the hasLegalHold property: The x-ms-legal-hold property.
- setHasLegalHold(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the hasLegalHold property: The LegalHold property.
- setHasVersionsOnly(Boolean) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the hasVersionsOnly property: The HasVersionsOnly property.
- setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Sets the
BlobHttpHeaders
. - setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets the
BlobHttpHeaders
. - setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Sets the
BlobHttpHeaders
. - setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets the
BlobHttpHeaders
. - setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Sets the
BlobHttpHeaders
. - setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Sets the
BlobHttpHeaders
. - setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Sets the HTTP headers to write.
- setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets the
BlobHttpHeaders
. - setHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Sets the
BlobHttpHeaders
. - setHeadersPresent(boolean) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Sets whether or not headers are present.
- setHost(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the URL host, ex.
- setHourMetrics(BlobMetrics) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
- setHttpHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's HTTP header properties. if only one HTTP header is updated, the others will all be erased.
- setHttpHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's HTTP header properties. if only one HTTP header is updated, the others will all be erased.
- setHttpHeadersWithResponse(BlobHttpHeaders, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's HTTP header properties. if only one HTTP header is updated, the others will all be erased.
- setHttpHeadersWithResponse(BlobHttpHeaders, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's HTTP header properties. if only one HTTP header is updated, the others will all be erased.
- setId(String) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Set the id property: a unique id.
- setIdentifier(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the name of the access policy on the container this SAS references if any.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
. - setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
. - setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
. - setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
. - setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
. - setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
. - setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfSequenceNumberEqualTo(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Sets the value that the page blob's sequence number must be less equal to.
- setIfSequenceNumberLessThan(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Sets the value that the page blob's sequence number must be less than.
- setIfSequenceNumberLessThanOrEqualTo(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Sets the value that the page blob's sequence number must be less than or equal to.
- setIfTagsMatch(String) - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
-
Optionally applies the SQL statement to the tags of the blob.
- setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
. - setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
. - setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
. - setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
. - setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
. - setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
. - setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the immutabilityPolicy property: x-ms-immutability-policy-mode and x-ms-immutability-policy-until-date property.
- setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the immutabilityPolicy property: The ImmutabilityPolicyUntilDate and ImmutabilityPolicyMode property.
- setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Sets the immutability policy for the blob.
- setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the
BlobImmutabilityPolicy
for the destination blob. - setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets the
BlobImmutabilityPolicy
. - setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets the
BlobImmutabilityPolicy
. - setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Sets the
BlobImmutabilityPolicy
. - setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets the
BlobImmutabilityPolicy
. - setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Sets the
BlobImmutabilityPolicy
. - setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets the immutability policy on a blob, blob snapshot or blob version.
- setImmutabilityPolicy(BlobImmutabilityPolicy) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets the immutability policy on a blob, blob snapshot or blob version.
- setImmutabilityPolicyPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the set immutability policy permission status.
- setImmutabilityPolicyPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the set immutability policy permission status.
- setImmutabilityPolicyWithResponse(BlobImmutabilityPolicy, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets the immutability policy on a blob, blob snapshot or blob version.
- setImmutabilityPolicyWithResponse(BlobImmutabilityPolicy, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets the immutability policy on a blob, blob snapshot or blob version.
- setImmutableStorageWithVersioningEnabled(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the isImmutableStorageWithVersioningEnabled property: Indicates if version level worm is enabled on this container.
- setIncludeApis(Boolean) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the includeApis property: Indicates whether metrics should generate summary statistics for called API operations.
- setIncrementalCopy(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the incrementalCopy property: The incrementalCopy property.
- setIndexDocument(String) - Method in class com.azure.storage.blob.models.StaticWebsite
-
Set the indexDocument property: The default name of the index page under each directory.
- setInitialPosition(Long) - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Sets the starting position of the resulting
SeekableByteChannel
. - setInputSerialization(BlobQuerySerialization) - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Sets the input serialization.
- setIsPrefix(Boolean) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the isPrefix property: The isPrefix property.
- setIsServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the isServerEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm.
- setLastAccessedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the lastAccessedTime property: The lastAccessedTime property.
- setLastAccessedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the lastAccessedTime property: The lastAccessedTime property.
- setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the lastModified property: The Last-Modified property.
- setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the lastModified property: Returns the date and time the container was last modified.
- setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the lastModified property: The lastModified property.
- setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the lastModified property: Returns the date and time the container was last modified.
- setLastSyncTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.GeoReplication
-
Set the lastSyncTime property: A GMT date/time value, to the second.
- setLatest(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
-
Set the latest property: The Latest property.
- setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the leaseDuration property: The LeaseDuration property.
- setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration.
- setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the leaseDuration property: Possible values include: 'infinite', 'fixed'.
- setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the leaseDuration property: When a blob is leased, specifies whether the lease is of infinite or fixed duration.
- setLeaseId(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limits requests to blobs and containers that match the lease ID.
- setLeaseId(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limits requests to blobs and containers that match the lease ID.
- setLeaseId(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limits requests to blobs and containers that match the lease ID.
- setLeaseId(String) - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Sets the lease ID the active lease on the blob must match.
- setLeaseId(String) - Method in class com.azure.storage.blob.options.BlockBlobListBlocksOptions
-
Optionally limits requests to blobs and containers that match the lease ID.
- setLeaseId(String) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Sets the lease ID for accessing source content.
- setLeaseId(String) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockOptions
-
Sets the lease ID for accessing source content.
- setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the leaseState property: The LeaseState property.
- setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the leaseState property: Lease state of the blob.
- setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the leaseState property: Possible values include: 'available', 'leased', 'expired', 'breaking', 'broken'.
- setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the leaseState property: Lease state of the blob.
- setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the leaseStatus property: The LeaseStatus property.
- setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the leaseStatus property: The current lease status of the blob.
- setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the leaseStatus property: Possible values include: 'locked', 'unlocked'.
- setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the leaseStatus property: The current lease status of the blob.
- setLegalHold(boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets a legal hold on the blob.
- setLegalHold(boolean) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets a legal hold on the blob.
- setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Sets if a legal hold should be placed on the blob.
- setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets if a legal hold should be placed on the blob.
- setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets if a legal hold should be placed on the blob.
- setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets if a legal hold should be placed on the blob.
- setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Sets if a legal hold should be placed on the blob.
- setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets if a legal hold should be placed on the blob.
- setLegalHold(Boolean) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Sets if a legal hold should be placed on the blob.
- setLegalHoldWithResponse(boolean) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets a legal hold on the blob.
- setLegalHoldWithResponse(boolean, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets a legal hold on the blob.
- setListPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the list permission status.
- setListPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the list permission status.
- setLogging(BlobAnalyticsLogging) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the logging property: Azure Analytics Logging settings.
- setMaxAgeInSeconds(int) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the maxAgeInSeconds property: The maximum amount time that a browser should cache the preflight OPTIONS request.
- setMaxConcurrency(Integer) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Sets the maximum number of parallel requests that will be issued at any given time as a part of a single parallel transfer.
- setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.options.FindBlobsOptions
-
Specifies the maximum number of blobs to return.
- setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
-
Sets the pageSize property.
- setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.options.ListPageRangesOptions
-
Sets the pageSize property.
- setMaxRetryRequests(int) - Method in class com.azure.storage.blob.models.DownloadRetryOptions
-
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
- setMaxSingleUploadSizeLong(Long) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
If the size of the data is less than or equal to this value, it will be uploaded in a single put rather than broken up into chunks.
- setMaxSize(Long) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Sets the max length in bytes allowed for the append blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's metadata.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's metadata.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the metadata property: Dictionary of <string>.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the metadata property: The metadata property.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the metadata property: The metadata property.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the metadata property: The metadata property.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Sets the metadata to associate with the blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the metadata to associate with the destination blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
-
Sets the metadata to associate with the blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets the metadata to associate with the destination blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets the metadata.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Sets the metadata to associate with the blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Sets the metadata to associate with the blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Sets the metadata to associate with the blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Sets the metadata to write.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets the metadata to associate with the blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Sets the metadata to associate with the blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's metadata.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's metadata.
- setMinuteMetrics(BlobMetrics) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.
- setMovePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the move permission status.
- setMovePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the move permission status.
- setName(String) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the name property: The Name property.
- setName(String) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the name property: The name property.
- setName(String) - Method in class com.azure.storage.blob.models.BlobPrefix
-
Set the name property: The Name property.
- setName(String) - Method in class com.azure.storage.blob.models.BlobQueryArrowField
-
Sets the name of the field.
- setName(String) - Method in class com.azure.storage.blob.models.Block
-
Set the name property: The base64 encoded block ID.
- setObjectReplicationDestinationPolicyId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the objectReplicationDestinationPolicyId property: Optional.
- setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy>) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
- setObjectReplicationSourcePolicies(List<ObjectReplicationPolicy>) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the objectReplicationSourcePolicies property: The objectReplicationSourcePolicies property.
- setOffset(long) - Method in class com.azure.storage.blob.HttpGetterInfo
-
Sets the start offset that is used when creating the Range header.
- setOpenOptions(Set<OpenOption>) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Sets the
OpenOptions
to use to configure how to open or create the file. - setOutputSerialization(BlobQuerySerialization) - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Sets the output serialization.
- setPageRange(List<PageRange>) - Method in class com.azure.storage.blob.models.PageList
-
Set the pageRange property: The PageRange property.
- setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets the
ParallelTransferOptions
. - setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Sets the
ParallelTransferOptions
. - setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Sets the
ParallelTransferOptions
. - setParallelTransferOptions(ParallelTransferOptions) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Sets the
ParallelTransferOptions
. - setPermanentDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the permanent delete permission status.
- setPermissions(BlobContainerSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the Container permissions allowed by the SAS.
- setPermissions(BlobSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the Blob permissions allowed by the SAS.
- setPermissions(String) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Set the permissions property: the permissions for the acl policy.
- setPolicyMode(BlobImmutabilityPolicyMode) - Method in class com.azure.storage.blob.models.BlobImmutabilityPolicy
-
Sets the immutability policy mode.
- setPollInterval(Duration) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the duration between each poll for the copy status.
- setPreauthorizedAgentObjectId(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the AAD object ID of a user assumed to be authorized by the owner of the user delegation key to perform the action granted by the SAS token.
- setPrecision(Integer) - Method in class com.azure.storage.blob.models.BlobQueryArrowField
-
Sets the precision of the field.
- setPrefix(String) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- setPrefix(String) - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- setPriority(RehydratePriority) - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Sets the priority to set for re-hydrating blobs.
- setProgressConsumer(Consumer<BlobQueryProgress>) - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Sets the progress consumer.
- setProgressListener(ProgressListener) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Sets the
ProgressReceiver
. - setProgressReceiver(ProgressReceiver) - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Deprecated.
- setProperties(BlobContainerItemProperties) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the properties property: Properties of a container.
- setProperties(BlobItemProperties) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the properties property: The properties property.
- setProperties(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Sets properties for a storage account's Blob service endpoint.
- setProperties(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceClient
-
Sets properties for a storage account's Blob service endpoint.
- setPropertiesWithResponse(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Sets properties for a storage account's Blob service endpoint.
- setPropertiesWithResponse(BlobServiceProperties, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Sets properties for a storage account's Blob service endpoint.
- setProtocol(SasProtocol) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the
SasProtocol
which determines the protocols allowed by the SAS. - setPublicAccess(PublicAccessType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the publicAccess property: The PublicAccess property.
- setPublicAccessType(PublicAccessType) - Method in class com.azure.storage.blob.options.BlobContainerCreateOptions
-
Sets the public access type to associate with the blob.
- setRange(BlobRange) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Sets the
BlobRange
. - setRange(BlobRange) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Sets the
BlobRange
. - 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.
- setReadSizeInBytes(Integer) - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Sets the size of each data read from the service.
- setRecordSeparator(char) - Method in class com.azure.storage.blob.models.BlobQueryDelimitedSerialization
-
Sets the record separator.
- setRecordSeparator(char) - Method in class com.azure.storage.blob.models.BlobQueryJsonSerialization
-
Sets the record separator.
- setRehydratePriority(RehydratePriority) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the rehydratePriority property: Possible values include: 'High', 'Standard'.
- setRehydratePriority(RehydratePriority) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the
RehydratePriority
for rehydrating the blob. - setRemainingRetentionDays(Integer) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the remainingRetentionDays property: The RemainingRetentionDays property.
- setRemainingRetentionDays(Integer) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the remainingRetentionDays property: The remainingRetentionDays property.
- setRequestConditions(AppendBlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobSealOptions
-
Sets the
AppendBlobRequestConditions
. - setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobAcquireLeaseOptions
-
Sets the
BlobLeaseRequestConditions
. - setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobBreakLeaseOptions
-
Sets the
BlobLeaseRequestConditions
. - setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobChangeLeaseOptions
-
Sets the
BlobLeaseRequestConditions
. - setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobReleaseLeaseOptions
-
Sets the
BlobLeaseRequestConditions
. - setRequestConditions(BlobLeaseRequestConditions) - Method in class com.azure.storage.blob.options.BlobRenewLeaseOptions
-
Sets the
BlobLeaseRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobGetTagsOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobInputStreamOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobQueryOptions
-
Sets the request conditions.
- setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobSetTagsOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Sets the request conditions for writing to the blob.
- setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.ListPageRangesDiffOptions
-
Sets the requestConditions property.
- setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.ListPageRangesOptions
-
Sets the requestConditions property.
- setRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Sets the
BlobRequestConditions
. - setRequestConditions(PageBlobCopyIncrementalRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobCopyIncrementalOptions
-
Sets the
PageBlobCopyIncrementalRequestConditions
for the blob. - setRequestId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
- setRequestId(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the requestId property: This header uniquely identifies the request that was made and can be used for troubleshooting the request.
- setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the retentionPolicy property: the retention policy which determines how long the associated data should persist.
- setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the retentionPolicy property: the retention policy which determines how long the associated data should persist.
- setRetrieveContentRangeMd5(boolean) - Method in class com.azure.storage.blob.options.BlobDownloadToFileOptions
-
Sets whether the contentMD5 for the specified blob range should be returned.
- setRetrieveCopy(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
- setRetrieveDeleted(boolean) - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether deleted containers should be returned.
- setRetrieveDeletedBlobs(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs which have been soft deleted should be returned.
- setRetrieveDeletedBlobsWithVersions(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs which have been deleted with versioning should be returned.
- setRetrieveImmutabilityPolicy(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether immutability policy for the blob should be returned.
- setRetrieveLegalHold(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether legal hold for the blob should be returned.
- setRetrieveMetadata(boolean) - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether metadata should be returned.
- setRetrieveMetadata(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata should be returned.
- setRetrieveSnapshots(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether snapshots should be returned.
- setRetrieveSystemContainers(boolean) - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether system containers should be returned.
- setRetrieveTags(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob tags should be returned.
- setRetrieveUncommittedBlobs(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should be included in the response.
- setRetrieveVersions(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether versions should be returned.
- setSasIpRange(SasIpRange) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the
SasIpRange
which determines the IP ranges that are allowed to use the SAS. - setSasQueryParameters(BlobServiceSasQueryParameters) - Method in class com.azure.storage.blob.BlobUrlParts
-
Deprecated.
- setScale(Integer) - Method in class com.azure.storage.blob.models.BlobQueryArrowField
-
Sets the scale of the field.
- setSchema(List<BlobQueryArrowField>) - Method in class com.azure.storage.blob.models.BlobQueryArrowSerialization
-
Sets the arrow fields.
- setScheme(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the URL scheme, ex.
- setSealDestination(Boolean) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets whether the destination blob should be sealed (marked as read only).
- setSealed(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the sealed property: The sealed property.
- setSealed(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the sealed property: The sealed property.
- setSequenceNumber(Long) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Sets a user-controlled value that you can use to track requests.
- setServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the serverEncrypted property: The serverEncrypted property.
- setServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the serverEncrypted property: The value of this header is set to true if the blob data and application metadata are completely encrypted using the specified algorithm.
- setSignedExpiry(OffsetDateTime) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedExpiry property: The date-time the key expires.
- setSignedObjectId(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedObjectId property: The Azure Active Directory object ID in GUID format.
- setSignedService(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedService property: Abbreviation of the Azure Storage service that accepts the key.
- setSignedStart(OffsetDateTime) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedStart property: The date-time the key is active.
- setSignedTenantId(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedTenantId property: The Azure Active Directory tenant ID in GUID format.
- setSignedVersion(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedVersion property: The service version that created the key.
- setSize(int) - Method in class com.azure.storage.blob.models.Block
-
Deprecated.
- setSizeLong(long) - Method in class com.azure.storage.blob.models.Block
-
Set the sizeLong property: The block size in bytes.
- setSnapshot(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the snapshot identifier that will be used as part of the query string if set.
- setSnapshot(String) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the snapshot property: The snapshot property.
- setSnapshotId(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.Please use the SAS generation methods provided on the desired (snapshot) blob client that will auto-populate the snapshot id.
- setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Sets "Authorization" header for accessing source URL.
- setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets "Authorization" header for accessing source URL.
- setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets "Authorization" header for accessing source URL.
- setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Sets "Authorization" header for accessing source URL.
- setSourceAuthorization(HttpAuthorization) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Sets "Authorization" header for accessing source URL.
- setSourceContentMd5(byte[]) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Sets the MD5 of the source content to be appended.
- setSourceContentMd5(byte[]) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Sets the MD5 of the source content.
- setSourceContentMd5(byte[]) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Sets the content MD5 of source content to copy.
- setSourceOffset(Long) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Sets the offset at source to copy from.
- setSourceRange(BlobRange) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Sets the range of bytes to read from the source.
- setSourceRange(BlobRange) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Sets the range of bytes to read from the source.
- setSourceRequestConditions(RequestConditions) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets the
RequestConditions
for the source. - setSourceRequestConditions(BlobBeginCopySourceRequestConditions) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the
BlobBeginCopySourceRequestConditions
for the source. - setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.AppendBlobAppendBlockFromUrlOptions
-
Sets the
BlobRequestConditions
for accessing source. - setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets the
BlobRequestConditions
. - setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.BlockBlobStageBlockFromUrlOptions
-
Sets the
BlobRequestConditions
for accessing source content. - setSourceRequestConditions(BlobRequestConditions) - Method in class com.azure.storage.blob.options.PageBlobUploadPagesFromUrlOptions
-
Sets
BlobRequestConditions
for accessing source content. - setStart(long) - Method in class com.azure.storage.blob.models.ClearRange
-
Set the start property: The Start property.
- setStart(long) - Method in class com.azure.storage.blob.models.PageRange
-
Set the start property: The Start property.
- setStart(String) - Method in class com.azure.storage.blob.models.KeyInfo
-
Set the start property: The date-time the key is active in ISO 8601 UTC time.
- setStartsOn(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Set the startsOn property: the date-time the policy is active.
- setStartTime(OffsetDateTime) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets when the SAS will take effect.
- setStaticWebsite(StaticWebsite) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the staticWebsite property: The properties that enable an account to host a static website.
- setStatus(GeoReplicationStatus) - Method in class com.azure.storage.blob.models.GeoReplication
-
Set the status property: The status of the secondary location.
- setTagCount(Integer) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the tagCount property: The tagCount property.
- setTagCount(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the tagCount property: The number of tags associated with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the tags property: The tags property.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.AppendBlobCreateOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Set the tags.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Sets the tags to write.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.options.PageBlobCreateOptions
-
Sets the tags to associate with the blob.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets user defined tags.
- setTags(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets user defined tags.
- setTagsConditions(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally applies the SQL statement to the tags of the blob.
- setTagsConditions(String) - Method in class com.azure.storage.blob.models.BlobBeginCopySourceRequestConditions
-
Optionally applies the SQL statement to the tags of the blob.
- setTagsConditions(String) - Method in class com.azure.storage.blob.models.BlobLeaseRequestConditions
-
Optionally applies the SQL statement to the tags of the blob.
- setTagsConditions(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally applies the SQL statement to the tags of the blob.
- setTagsConditions(String) - Method in class com.azure.storage.blob.models.PageBlobCopyIncrementalRequestConditions
-
Optionally applies the SQL statement to the tags of the blob.
- setTagsConditions(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally applies the SQL statement to the tags of the blob.
- setTagsConditions(String) - Method in class com.azure.storage.blob.options.BlobSetAccessTierOptions
-
Sets the SQL statement that apply to the tags of the blob.
- setTagsPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the tags permission status.
- setTagsPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the tags permission status.
- setTagsWithResponse(BlobSetTagsOptions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets user defined tags.
- setTagsWithResponse(BlobSetTagsOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets user defined tags.
- setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobBeginCopyOptions
-
Sets the
AccessTier
for the destination blob. - setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobCopyFromUrlOptions
-
Sets the
AccessTier
for the destination blob. - setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Sets the
AccessTier
. - setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobUploadFromFileOptions
-
Sets the
AccessTier
. - setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlobUploadFromUrlOptions
-
Sets the
AccessTier
. - setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlockBlobCommitBlockListOptions
-
Sets the
AccessTier
. - setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Sets the
AccessTier
. - setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions
-
Sets the access tier for the target blob.
- setTier(AccessTier) - Method in class com.azure.storage.blob.options.BlockBlobSimpleUploadOptions
-
Sets the
AccessTier
. - setTimeout(Duration) - Method in class com.azure.storage.blob.options.BlobParallelUploadOptions
-
Deprecated.Use
BlobClient.uploadWithResponse(BlobParallelUploadOptions, Duration, Context)
to specify timeout. - setUncommitted(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
-
Set the uncommitted property: The Uncommitted property.
- setUncommittedBlocks(List<Block>) - Method in class com.azure.storage.blob.models.BlockList
-
Set the uncommittedBlocks property: The UncommittedBlocks property.
- setUnparsedParameters(Map<String, String[]>) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the query string parameters that aren't part of the SAS token that will be used by this URL.
- setValue(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the value property: The key as a base64 string.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the version property: The version of Storage Analytics to configure.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the version property: The Version property.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the version property: Indicates the version of the Blob service used to execute the request.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the version property: The version of Storage Analytics to configure.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobQueryHeaders
-
Set the version property: Indicates the version of the Blob service used to execute the request.
- setVersion(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Deprecated.The version is set to the latest version of sas. Users should stop calling this API as it is now treated as a no-op.
- setVersionId(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the version identifier that will be used as part of the query string if set.
- setVersionId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the versionId property: A DateTime value returned by the service that uniquely identifies the blob.
- setVersionId(String) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the versionId property: The versionId property.
- setWrite(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the write property: Indicates whether all write requests should be logged.
- setWritePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the write permission status.
- setWritePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the write permission status.
- Shared Key Credential - Search tag in Overview
- Section
- 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
-
Deprecated.
- snapshot(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the snapshot identifier of the blob.
- snapshot(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the snapshot identifier of the blob.
- SNAPSHOT_COUNT_EXCEEDED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SnapshotCountExceeded for BlobErrorCode.
- SNAPSHOT_OPERATION_RATE_EXCEEDED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SnapshotOperationRateExceeded for BlobErrorCode.
- SNAPSHOTS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value snapshots.
- SNAPSHOTS_PRESENT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SnapshotsPresent for BlobErrorCode.
- SOURCE_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SourceConditionNotMet for BlobErrorCode.
- SpecializedBlobClientBuilder - Class in com.azure.storage.blob.specialized
-
This class provides a fluent builder API to help aid the configuration and instantiation of specialized Storage Blob clients,
AppendBlobClient
,AppendBlobAsyncClient
,BlockBlobClient
,BlockBlobAsyncClient
,PageBlobClient
, andPageBlobAsyncClient
. - SpecializedBlobClientBuilder() - Constructor for class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Creates a new instance of
SpecializedBlobClientBuilder
. - stageBlock(String, BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- stageBlock(String, BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- stageBlock(String, InputStream, long) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- stageBlock(String, Flux<ByteBuffer>, long) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- stageBlockFromUrl(String, String, BlobRange) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrl(String, String, BlobRange) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrlWithResponse(BlockBlobStageBlockFromUrlOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrlWithResponse(BlockBlobStageBlockFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrlWithResponse(String, String, BlobRange, byte[], String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrlWithResponse(String, String, BlobRange, byte[], String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockWithResponse(BlockBlobStageBlockOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- stageBlockWithResponse(BlockBlobStageBlockOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- stageBlockWithResponse(String, InputStream, long, byte[], String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- stageBlockWithResponse(String, Flux<ByteBuffer>, long, byte[], String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
- STANDARD - Static variable in class com.azure.storage.blob.models.RehydratePriority
-
Static value Standard for RehydratePriority.
- STANDARD_GRS - Enum constant in enum com.azure.storage.blob.models.SkuName
-
Enum value Standard_GRS.
- STANDARD_LRS - Enum constant in enum com.azure.storage.blob.models.SkuName
-
Enum value Standard_LRS.
- STANDARD_RAGRS - Enum constant in enum com.azure.storage.blob.models.SkuName
-
Enum value Standard_RAGRS.
- STANDARD_ZRS - Enum constant in enum com.azure.storage.blob.models.SkuName
-
Enum value Standard_ZRS.
- STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
-
Special container name for the static website container in the Storage account.
- STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
-
Special container name for the static website container in the Storage account.
- StaticWebsite - Class in com.azure.storage.blob.models
-
The properties that enable an account to host a static website.
- StaticWebsite() - Constructor for class com.azure.storage.blob.models.StaticWebsite
-
Creates an instance of StaticWebsite class.
- STORAGE - Enum constant in enum com.azure.storage.blob.models.AccountKind
-
Enum value Storage.
- STORAGE_V2 - Enum constant in enum com.azure.storage.blob.models.AccountKind
-
Enum value StorageV2.
- StorageAccountInfo - Class in com.azure.storage.blob.models
-
This class contains information about the storage account.
- StorageAccountInfo(SkuName, AccountKind) - Constructor for class com.azure.storage.blob.models.StorageAccountInfo
-
Constructs a
StorageAccountInfo
. - StorageAccountInfo(SkuName, AccountKind, Boolean) - Constructor for class com.azure.storage.blob.models.StorageAccountInfo
-
Constructs a
StorageAccountInfo
. - STRING - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Enum value string.
- SUCCESS - Enum constant in enum com.azure.storage.blob.models.CopyStatusType
-
Enum value success.
- SUCCESS - Enum constant in enum com.azure.storage.blob.models.SyncCopyStatusType
-
Enum value success.
- SyncCopyStatusType - Enum in com.azure.storage.blob.models
-
Defines values for SyncCopyStatusType.
- SYSTEM - Enum constant in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
-
Enum value system.
- SYSTEM_IN_USE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SystemInUse for BlobErrorCode.
T
- TaggedBlobItem - Class in com.azure.storage.blob.models
-
Blob info from a Filter Blobs API call.
- TaggedBlobItem(String, String) - Constructor for class com.azure.storage.blob.models.TaggedBlobItem
-
Constructor to create a new TaggedBlobItem
- TaggedBlobItem(String, String, Map<String, String>) - Constructor for class com.azure.storage.blob.models.TaggedBlobItem
-
Constructor to create a new TaggedBlobItem
- TAGS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value tags.
- TARGET_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value TargetConditionNotMet for BlobErrorCode.
- TIMESTAMP - Enum constant in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Enum value timestamp[ms].
- toHeaderValue() - Method in class com.azure.storage.blob.models.BlobRange
-
Gets a string compliant with the format of the Azure Storage x-ms-range and Range headers if
count
isn'tnull
oroffset
isn't 0, otherwise null. - toIncludeType() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Deprecated.
BlobContainerListDetails
now contains multiple options. This will only convert result of {BlobContainerListDetails.setRetrieveMetadata(boolean)
} for backwards compatibility. - toList() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Gets the list of flags set to true.
- toString() - Method in enum com.azure.storage.blob.models.AccountKind
- toString() - Method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
- toString() - Method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
- toString() - Method in class com.azure.storage.blob.models.BlobQueryError
- toString() - Method in class com.azure.storage.blob.models.BlobRange
-
Gets a string compliant the format of the Azure Storage x-ms-range and Range headers.
- 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
. - toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobContainerItem
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobCorsRule
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobMetrics
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobPrefix
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobServiceProperties
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobServiceStatistics
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.Block
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlockList
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.BlockLookupList
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.ClearRange
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.GeoReplication
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.KeyInfo
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.PageList
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.PageRange
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.StaticWebsite
- toXml(XmlWriter) - Method in class com.azure.storage.blob.models.UserDelegationKey
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobContainerItem
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobCorsRule
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobMetrics
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobPrefix
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobServiceProperties
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobServiceStatistics
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.Block
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlockList
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.BlockLookupList
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.ClearRange
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.GeoReplication
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.KeyInfo
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.PageList
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.PageRange
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.StaticWebsite
- toXml(XmlWriter, String) - Method in class com.azure.storage.blob.models.UserDelegationKey
- Troubleshooting - Search tag in Overview
- Section
U
- UNAUTHORIZED_BLOB_OVERWRITE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value UnauthorizedBlobOverwrite for BlobErrorCode.
- UNAVAILABLE - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
-
Static value unavailable for GeoReplicationStatus.
- UNCOMMITTED - Enum constant in enum com.azure.storage.blob.models.BlockListType
-
Enum value uncommitted.
- UNCOMMITTEDBLOBS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value uncommittedblobs.
- undelete() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
- undelete() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
- undeleteBlobContainer(String, String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Restores a previously deleted container.
- undeleteBlobContainer(String, String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Restores a previously deleted container.
- UndeleteBlobContainerOptions - Class in com.azure.storage.blob.options
-
Extended options that may be passed when restoring a blob container.
- UndeleteBlobContainerOptions(String, String) - Constructor for class com.azure.storage.blob.options.UndeleteBlobContainerOptions
-
Constructs a
UndeleteBlobContainerOptions
. - undeleteBlobContainerWithResponse(UndeleteBlobContainerOptions) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Restores a previously deleted container.
- undeleteBlobContainerWithResponse(UndeleteBlobContainerOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Restores a previously deleted container.
- undeleteWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
- undeleteWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
- UNLOCKED - Enum constant in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
-
Enum value Unlocked.
- UNLOCKED - Enum constant in enum com.azure.storage.blob.models.LeaseStatusType
-
Enum value unlocked.
- UNSUPPORTED_HEADER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value UnsupportedHeader for BlobErrorCode.
- UNSUPPORTED_HTTP_VERB - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value UnsupportedHttpVerb for BlobErrorCode.
- UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value UnsupportedQueryParameter for BlobErrorCode.
- UNSUPPORTED_XML_NODE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value UnsupportedXmlNode for BlobErrorCode.
- UPDATE - Enum constant in enum com.azure.storage.blob.models.SequenceNumberActionType
-
Enum value update.
- updateSequenceNumber(SequenceNumberActionType, Long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Sets the page blob's sequence number.
- updateSequenceNumber(SequenceNumberActionType, Long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Sets the page blob's sequence number.
- updateSequenceNumberWithResponse(SequenceNumberActionType, Long, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Sets the page blob's sequence number.
- updateSequenceNumberWithResponse(SequenceNumberActionType, Long, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Sets the page blob's sequence number.
- upload(BinaryData) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob.
- upload(BinaryData) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new blob.
- upload(BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob.
- upload(BinaryData) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob.
- upload(BinaryData, boolean) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- upload(BinaryData, boolean) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new blob, or updates the content of an existing blob.
- upload(BinaryData, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- upload(BinaryData, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- upload(InputStream) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new blob.
- upload(InputStream, boolean) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new blob, or updates the content of an existing blob.
- upload(InputStream, long) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new blob.
- upload(InputStream, long) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob.
- upload(InputStream, long, boolean) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new blob, or updates the content of an existing blob.
- upload(InputStream, long, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- upload(Flux<ByteBuffer>, long) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob.
- upload(Flux<ByteBuffer>, long, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- upload(Flux<ByteBuffer>, ParallelTransferOptions) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob.
- upload(Flux<ByteBuffer>, ParallelTransferOptions, boolean) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- Upload a blob and overwrite if one already exists - Search tag in Overview
- Section
- Upload a blob from a stream - Search tag in Overview
- Section
- Upload a blob from local path - Search tag in Overview
- Section
- Upload a blob if one does not already exist - Search tag in Overview
- Section
- Upload a blob via an OutputStream - Search tag in Overview
- Section
- Upload data to a blob - Search tag in Overview
- Section
- uploadFileResourceSupplier(String) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Deprecated.due to refactoring code to be in the common storage library.
- uploadFromFile(String) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob with the content of the specified file.
- uploadFromFile(String) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new block blob.
- uploadFromFile(String, boolean) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.
- uploadFromFile(String, boolean) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromFile(String, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.
- uploadFromFile(String, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromFileWithResponse(BlobUploadFromFileOptions) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob, with the content of the specified file.
- uploadFromFileWithResponse(BlobUploadFromFileOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromUrl(String, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromUrl(String, boolean) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromUrlWithResponse(BlobUploadFromUrlOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadFromUrlWithResponse(BlobUploadFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadPages(PageRange, InputStream) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Writes one or more pages to the page blob.
- uploadPages(PageRange, Flux<ByteBuffer>) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Writes one or more pages to the page blob.
- uploadPagesFromUrl(PageRange, String, Long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Writes one or more pages from the source page blob to this page blob.
- uploadPagesFromUrl(PageRange, String, Long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Writes one or more pages from the source page blob to this page blob.
- uploadPagesFromUrlWithResponse(PageRange, String, Long, byte[], PageBlobRequestConditions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Writes one or more pages from the source page blob to this page blob.
- uploadPagesFromUrlWithResponse(PageRange, String, Long, byte[], PageBlobRequestConditions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Writes one or more pages from the source page blob to this page blob.
- uploadPagesFromUrlWithResponse(PageBlobUploadPagesFromUrlOptions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Writes one or more pages from the source page blob to this page blob.
- uploadPagesFromUrlWithResponse(PageBlobUploadPagesFromUrlOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Writes one or more pages from the source page blob to this page blob.
- uploadPagesWithResponse(PageRange, InputStream, byte[], PageBlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Writes one or more pages to the page blob.
- uploadPagesWithResponse(PageRange, Flux<ByteBuffer>, byte[], PageBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Writes one or more pages to the page blob.
- uploadWithResponse(BlobParallelUploadOptions) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadWithResponse(BlobParallelUploadOptions, Context) - Method in class com.azure.storage.blob.BlobClient
- uploadWithResponse(BlobParallelUploadOptions, Duration, Context) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new blob, or updates the content of an existing blob.
- uploadWithResponse(BlockBlobSimpleUploadOptions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadWithResponse(BlockBlobSimpleUploadOptions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadWithResponse(InputStream, long, BlobHttpHeaders, Map<String, String>, AccessTier, byte[], BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadWithResponse(InputStream, long, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobClient
-
Deprecated.
- uploadWithResponse(Flux<ByteBuffer>, long, BlobHttpHeaders, Map<String, String>, AccessTier, byte[], BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- uploadWithResponse(Flux<ByteBuffer>, ParallelTransferOptions, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new block blob, or updates the content of an existing block blob.
- URL format - Search tag in Overview
- Section
- UserDelegationKey - Class in com.azure.storage.blob.models
-
A user delegation key.
- UserDelegationKey() - Constructor for class com.azure.storage.blob.models.UserDelegationKey
-
Creates an instance of UserDelegationKey class.
V
- V2019_02_02 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2019-02-02
. - V2019_02_02 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Service version
2019-02-02
. - V2019_07_07 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2019-07-07
. - V2019_07_07 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Service version
2019-07-07
. - V2019_12_12 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2019-12-12
. - V2019_12_12 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Service version
2019-12-12
. - V2020_02_10 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2020-02-10
. - V2020_02_10 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Service version
2020-02-10
. - V2020_04_08 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2020-04-08
. - V2020_04_08 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Service version
2020-04-08
. - V2020_06_12 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2020-06-12
. - V2020_06_12 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Service version
2020-06-12
. - V2020_08_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2020-08-04
. - V2020_08_04 - Enum constant in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Service version
2020-08-04
. - V2020_10_02 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2020-10-02
. - V2020_12_06 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2020-12-06
. - V2021_02_12 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2021-02-12
. - V2021_04_10 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2021-04-10
. - V2021_06_08 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2021-06-08
. - V2021_08_06 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2021-08-06
. - V2021_10_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2021-10-04
. - V2021_12_02 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2021-12-02
. - V2022_11_02 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2022-11-02
. - V2023_01_03 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2023-01-03
. - V2023_05_03 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2023-05-03
. - V2023_08_03 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2023-08-03
. - V2023_11_03 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2023-11-03
. - V2024_02_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2024-02-04
. - V2024_05_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2024-05-04
. - V2024_08_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2024-08-04
. - V2024_11_04 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2024-11-04
. - V2025_01_05 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2025-01-05
. - V2025_05_05 - Enum constant in enum com.azure.storage.blob.BlobServiceVersion
-
Service version
2025-05-05
. - valueOf(String) - Static method in enum com.azure.storage.blob.BlobServiceVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.AccountKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.BlobType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.BlockListType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.ConsistentReadControl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.CopyStatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.EncryptionAlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.LeaseDurationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.LeaseStateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.LeaseStatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.PathRenameMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.SequenceNumberActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.SkuName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.models.SyncCopyStatusType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.storage.blob.BlobServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.storage.blob.models.AccessTier
-
Gets known AccessTier values.
- values() - Static method in enum com.azure.storage.blob.models.AccountKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.storage.blob.models.ArchiveStatus
-
Gets known ArchiveStatus values.
- values() - Static method in class com.azure.storage.blob.models.BlobAudience
-
Get the known BlobAudience values.
- values() - Static method in class com.azure.storage.blob.models.BlobCopySourceTagsMode
-
Gets known BlobCopySourceTagsMode values.
- values() - Static method in class com.azure.storage.blob.models.BlobErrorCode
-
Gets known BlobErrorCode values.
- values() - Static method in enum com.azure.storage.blob.models.BlobImmutabilityPolicyMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.BlobType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.BlockListType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.ConsistentReadControl
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.CopyStatusType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.DeleteSnapshotsOptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.EncryptionAlgorithmType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.storage.blob.models.GeoReplicationStatus
-
Gets known GeoReplicationStatus values.
- values() - Static method in enum com.azure.storage.blob.models.LeaseDurationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.LeaseStateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.LeaseStatusType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.ListBlobContainersIncludeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.storage.blob.models.ObjectReplicationStatus
-
Gets known ObjectReplicationStatus values.
- values() - Static method in enum com.azure.storage.blob.models.PathRenameMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.storage.blob.models.PublicAccessType
-
Gets known PublicAccessType values.
- values() - Static method in class com.azure.storage.blob.models.RehydratePriority
-
Gets known RehydratePriority values.
- values() - Static method in enum com.azure.storage.blob.models.SequenceNumberActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.SkuName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.azure.storage.blob.models.SyncCopyStatusType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions.WriteMode
-
Gets known WriteMode values.
- values() - Static method in enum com.azure.storage.blob.sas.BlobSasServiceVersion
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION_ID - Enum constant in enum com.azure.storage.blob.models.ConsistentReadControl
-
Consistent control based on versionId.
- versionId(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the version identifier of the blob.
- versionId(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the version identifier of the blob.
- VERSIONS - Enum constant in enum com.azure.storage.blob.models.ListBlobsIncludeItem
-
Enum value versions.
W
- WriteMode() - Constructor for class com.azure.storage.blob.options.BlockBlobSeekableByteChannelWriteOptions.WriteMode
-
Deprecated.
- writeValueToAsync(AsynchronousByteChannel, ProgressReporter) - Method in class com.azure.storage.blob.models.BlobDownloadAsyncResponse
-
Transfers content bytes to the
AsynchronousByteChannel
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AccessTier.fromString(String)
factory method.