- beginCopy(String, Duration) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(String, Map<String, String>, AccessTier, RehydratePriority, RequestConditions, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(String, Duration) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob.
- beginCopy(String, Map<String, String>, AccessTier, RehydratePriority, RequestConditions, BlobRequestConditions, Duration) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob.
- BLOB - Static variable in class com.azure.storage.blob.models.PublicAccessType
-
Static value blob for PublicAccessType.
- BLOB_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobAlreadyExists for BlobErrorCode.
- BLOB_ARCHIVED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobArchived for BlobErrorCode.
- BLOB_BEING_REHYDRATED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobBeingRehydrated for BlobErrorCode.
- BLOB_DEFAULT_HTBB_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobAsyncClient
-
If a blob is known to be greater than 100MB, using a larger block size will trigger some server-side
optimizations.
- BLOB_DEFAULT_NUMBER_OF_BUFFERS - Static variable in class com.azure.storage.blob.BlobAsyncClient
-
- BLOB_DEFAULT_UPLOAD_BLOCK_SIZE - Static variable in class com.azure.storage.blob.BlobAsyncClient
-
- BLOB_NOT_ARCHIVED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobNotArchived for BlobErrorCode.
- BLOB_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobNotFound for BlobErrorCode.
- BLOB_OVERWRITTEN - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobOverwritten for BlobErrorCode.
- BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlobTierInadequateForContentLength for BlobErrorCode.
- BlobAccessPolicy - Class in com.azure.storage.blob.models
-
An Access policy.
- BlobAccessPolicy() - Constructor for class com.azure.storage.blob.models.BlobAccessPolicy
-
- BlobAnalyticsLogging - Class in com.azure.storage.blob.models
-
Azure Analytics Logging settings.
- BlobAnalyticsLogging() - Constructor for class com.azure.storage.blob.models.BlobAnalyticsLogging
-
- BlobAsyncClient - Class in com.azure.storage.blob
-
This class provides a client that contains generic blob operations for Azure Storage Blobs.
- BlobAsyncClient(HttpPipeline, String, BlobServiceVersion, String, String, String, String, CpkInfo) - Constructor for class com.azure.storage.blob.BlobAsyncClient
-
- blobAsyncClient(BlobAsyncClientBase) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
- blobAsyncClient(BlobAsyncClientBase) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
- BlobClientBuilder - Class in com.azure.storage.blob
-
- BlobClientBuilder() - Constructor for class com.azure.storage.blob.BlobClientBuilder
-
- BlobContainerAccessPolicies - Class in com.azure.storage.blob.models
-
This class contains values which correlate to the access polices set on a specific container.
- BlobContainerAccessPolicies(PublicAccessType, List<BlobSignedIdentifier>) - Constructor for class com.azure.storage.blob.models.BlobContainerAccessPolicies
-
- BlobContainerAsyncClient - Class in com.azure.storage.blob
-
Client to a container.
- BlobContainerClient - Class in com.azure.storage.blob
-
Client to a container.
- BlobContainerClientBuilder - Class in com.azure.storage.blob
-
- BlobContainerClientBuilder() - Constructor for class com.azure.storage.blob.BlobContainerClientBuilder
-
- BlobContainerItem - Class in com.azure.storage.blob.models
-
An Azure Storage container.
- BlobContainerItem() - Constructor for class com.azure.storage.blob.models.BlobContainerItem
-
- BlobContainerItemProperties - Class in com.azure.storage.blob.models
-
Properties of a container.
- BlobContainerItemProperties() - Constructor for class com.azure.storage.blob.models.BlobContainerItemProperties
-
- BlobContainerListDetails - Class in com.azure.storage.blob.models
-
This type allows users to specify additional information the service should return with each container when listing
containers in an account (via a
BlobServiceClient
object).
- BlobContainerListDetails() - Constructor for class com.azure.storage.blob.models.BlobContainerListDetails
-
- BlobContainerProperties - Class in com.azure.storage.blob.models
-
This class contains the response information returned from the service when getting container properties.
- BlobContainerProperties(Map<String, String>, String, OffsetDateTime, LeaseDurationType, LeaseStateType, LeaseStatusType, PublicAccessType, boolean, boolean) - Constructor for class com.azure.storage.blob.models.BlobContainerProperties
-
- BlobContainerSasPermission - Class in com.azure.storage.blob.sas
-
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container.
- BlobContainerSasPermission() - Constructor for class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Initializes an BlobContainerSasPermission
object with all fields set to false.
- BlobCopyInfo - Class in com.azure.storage.blob.models
-
The status of a long running Azure Blob copy operation.
- BlobCopyInfo(String, String, CopyStatusType, String, OffsetDateTime, String) - Constructor for class com.azure.storage.blob.models.BlobCopyInfo
-
- BlobCorsRule - Class in com.azure.storage.blob.models
-
CORS is an HTTP feature that enables a web application running under one
domain to access resources in another domain.
- BlobCorsRule() - Constructor for class com.azure.storage.blob.models.BlobCorsRule
-
- BlobDownloadAsyncResponse - Class in com.azure.storage.blob.models
-
This class contains the response information returned from the server when downloading a blob.
- BlobDownloadAsyncResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>, BlobDownloadHeaders) - Constructor for class com.azure.storage.blob.models.BlobDownloadAsyncResponse
-
- BlobDownloadHeaders - Class in com.azure.storage.blob.models
-
Defines headers for Download operation.
- BlobDownloadHeaders() - Constructor for class com.azure.storage.blob.models.BlobDownloadHeaders
-
- BlobDownloadResponse - Class in com.azure.storage.blob.models
-
This class contains the response information return from the server when downloading a blob.
- BlobDownloadResponse(BlobDownloadAsyncResponse) - Constructor for class com.azure.storage.blob.models.BlobDownloadResponse
-
- BlobErrorCode - Class in com.azure.storage.blob.models
-
Defines values for BlobErrorCode.
- BlobErrorCode() - Constructor for class com.azure.storage.blob.models.BlobErrorCode
-
- BlobHttpHeaders - Class in com.azure.storage.blob.models
-
Additional parameters for a set of operations.
- BlobHttpHeaders() - Constructor for class com.azure.storage.blob.models.BlobHttpHeaders
-
- BlobInputStream - Class in com.azure.storage.blob.specialized
-
Provides an input stream to read a given blob resource.
- BlobItem - Class in com.azure.storage.blob.models
-
An Azure Storage blob.
- BlobItem() - Constructor for class com.azure.storage.blob.models.BlobItem
-
- BlobItemProperties - Class in com.azure.storage.blob.models
-
Properties of a blob.
- BlobItemProperties() - Constructor for class com.azure.storage.blob.models.BlobItemProperties
-
- BlobLeaseAsyncClient - Class in com.azure.storage.blob.specialized
-
This class provides a client that contains all the leasing operations for
containers
and
blobs
.
- BlobLeaseClient - Class in com.azure.storage.blob.specialized
-
This class provides a client that contains all the leasing operations for
containers
and
blobs
.
- BlobLeaseClientBuilder - Class in com.azure.storage.blob.specialized
-
This class provides a fluent builder API to help aid the configuration and instantiation of Storage Lease
clients.
- BlobLeaseClientBuilder() - Constructor for class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
- BlobListDetails - Class in com.azure.storage.blob.models
-
This type allows users to specify additional information the service should return with each blob when listing blobs
in a container (via a
BlobContainerClient
object).
- BlobListDetails() - Constructor for class com.azure.storage.blob.models.BlobListDetails
-
- BlobMetrics - Class in com.azure.storage.blob.models
-
a summary of request statistics grouped by API in hour or minute aggregates
for blobs.
- BlobMetrics() - Constructor for class com.azure.storage.blob.models.BlobMetrics
-
- blobName(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the name of the blob.
- blobName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
- blobName(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the name of the blob.
- BlobOutputStream - Class in com.azure.storage.blob.specialized
-
- BlobPrefix - Class in com.azure.storage.blob.models
-
The BlobPrefix model.
- BlobPrefix() - Constructor for class com.azure.storage.blob.models.BlobPrefix
-
- BlobProperties - Class in com.azure.storage.blob.models
-
This class contains the response information returned from the service when getting blob properties.
- BlobProperties(OffsetDateTime, OffsetDateTime, String, long, String, byte[], String, String, String, String, Long, BlobType, LeaseStatusType, LeaseStateType, LeaseDurationType, String, CopyStatusType, String, String, OffsetDateTime, String, Boolean, Boolean, String, AccessTier, Boolean, ArchiveStatus, String, OffsetDateTime, Map<String, String>, Integer) - Constructor for class com.azure.storage.blob.models.BlobProperties
-
- BlobRange - Class in com.azure.storage.blob.models
-
This is a representation of a range of bytes on a blob, typically used during a download operation.
- BlobRange(long) - Constructor for class com.azure.storage.blob.models.BlobRange
-
Specifies the download operation to start from the offset position (zero-based) and download the rest of the
entire blob to the end.
- BlobRange(long, Long) - Constructor for class com.azure.storage.blob.models.BlobRange
-
Specifies the download operation to start from the offset position (zero-based) and download the count number of
bytes.
- BlobRequestConditions - Class in com.azure.storage.blob.models
-
This class contains values which will restrict the successful operation of a variety of requests to the conditions
present.
- BlobRequestConditions() - Constructor for class com.azure.storage.blob.models.BlobRequestConditions
-
- BlobRetentionPolicy - Class in com.azure.storage.blob.models
-
the retention policy which determines how long the associated data should
persist.
- BlobRetentionPolicy() - Constructor for class com.azure.storage.blob.models.BlobRetentionPolicy
-
- BlobSasPermission - Class in com.azure.storage.blob.sas
-
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a blob.
- BlobSasPermission() - Constructor for class com.azure.storage.blob.sas.BlobSasPermission
-
Initializes a BlobSasPermission
object with all fields set to false.
- BlobServiceAsyncClient - Class in com.azure.storage.blob
-
Client to a storage account.
- BlobServiceClient - Class in com.azure.storage.blob
-
Client to a storage account.
- BlobServiceClientBuilder - Class in com.azure.storage.blob
-
- BlobServiceClientBuilder() - Constructor for class com.azure.storage.blob.BlobServiceClientBuilder
-
- BlobServiceProperties - Class in com.azure.storage.blob.models
-
Storage Service Properties.
- BlobServiceProperties() - Constructor for class com.azure.storage.blob.models.BlobServiceProperties
-
- BlobServiceSasQueryParameters - Class in com.azure.storage.blob.sas
-
Represents the components that make up an Azure Storage SAS' query parameters.
- BlobServiceSasQueryParameters(Map<String, String[]>, boolean) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- BlobServiceSasSignatureValues - Class in com.azure.storage.blob.sas
-
Used to generate a Shared Access Signature (SAS) for an Azure Blob Storage service.
- BlobServiceSasSignatureValues() - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Creates an object with empty values for all fields.
- BlobServiceSasSignatureValues(String, SasProtocol, OffsetDateTime, OffsetDateTime, String, SasIpRange, String, String, String, String, String, String) - Constructor for class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- BlobServiceStatistics - Class in com.azure.storage.blob.models
-
Statistics for the storage service.
- BlobServiceStatistics() - Constructor for class com.azure.storage.blob.models.BlobServiceStatistics
-
- BlobServiceVersion - Enum in com.azure.storage.blob
-
The versions of Azure Storage Blob supported by this client library.
- BlobSignedIdentifier - Class in com.azure.storage.blob.models
-
signed identifier.
- BlobSignedIdentifier() - Constructor for class com.azure.storage.blob.models.BlobSignedIdentifier
-
- BlobStorageException - Exception in com.azure.storage.blob.models
-
A BlobStorageException
is thrown whenever Azure Storage successfully returns an error code that is not
200-level.
- BlobStorageException(String, HttpResponse, Object) - Constructor for exception com.azure.storage.blob.models.BlobStorageException
-
Constructs a BlobStorageException
.
- BlobType - Enum in com.azure.storage.blob.models
-
Defines values for BlobType.
- BlobUrlParts - Class in com.azure.storage.blob
-
This class represents the components that make up an Azure Storage Container/Blob URL.
- BlobUrlParts() - Constructor for class com.azure.storage.blob.BlobUrlParts
-
Initializes a BlobUrlParts object which helps aid in the construction of a Blob Storage URL.
- Block - Class in com.azure.storage.blob.models
-
Represents a single block in a block blob.
- Block() - Constructor for class com.azure.storage.blob.models.Block
-
- BLOCK_COUNT_EXCEEDS_LIMIT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlockCountExceedsLimit for BlobErrorCode.
- BLOCK_LIST_TOO_LONG - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value BlockListTooLong for BlobErrorCode.
- BlockBlobAsyncClient - Class in com.azure.storage.blob.specialized
-
Client to a block blob.
- BlockBlobClient - Class in com.azure.storage.blob.specialized
-
Client to a block blob.
- BlockBlobItem - Class in com.azure.storage.blob.models
-
This class contains the properties about a block blob.
- BlockBlobItem(String, OffsetDateTime, byte[], boolean, String) - Constructor for class com.azure.storage.blob.models.BlockBlobItem
-
- BlockList - Class in com.azure.storage.blob.models
-
The BlockList model.
- BlockList() - Constructor for class com.azure.storage.blob.models.BlockList
-
- BlockListType - Enum in com.azure.storage.blob.models
-
Defines values for BlockListType.
- BlockLookupList - Class in com.azure.storage.blob.models
-
The BlockLookupList model.
- BlockLookupList() - Constructor for class com.azure.storage.blob.models.BlockLookupList
-
- BOOTSTRAP - Static variable in class com.azure.storage.blob.models.GeoReplicationStatus
-
Static value bootstrap for GeoReplicationStatus.
- breakLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Breaks the previously acquired lease, if it exists.
- breakLease() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Breaks the previously acquired lease, if it exists.
- breakLeaseWithResponse(Integer, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Breaks the previously acquired lease, if it exists.
- breakLeaseWithResponse(Integer, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Breaks the previously acquired lease, if it exists.
- buildAppendBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- buildAppendBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- buildAsyncClient() - Method in class com.azure.storage.blob.BlobClientBuilder
-
- buildAsyncClient() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Code Samples
- buildAsyncClient() - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
- buildAsyncClient() - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
- buildBlockBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- buildBlockBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- buildClient() - Method in class com.azure.storage.blob.BlobClientBuilder
-
Creates a
BlobClient
based on options set in the builder.
- buildClient() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Code Samples
- buildClient() - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
- buildClient() - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
- buildPageBlobAsyncClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- buildPageBlobClient() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- CANNOT_CHANGE_TO_LOWER_TIER - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value CannotChangeToLowerTier for BlobErrorCode.
- CANNOT_VERIFY_COPY_SOURCE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value CannotVerifyCopySource for BlobErrorCode.
- changeLease(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Changes the lease ID.
- changeLease(String) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Changes the lease ID.
- changeLeaseWithResponse(String, RequestConditions) - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Changes the lease ID.
- changeLeaseWithResponse(String, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Changes the lease ID.
- clearPages(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Frees the specified pages from the page blob.
- clearPages(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Frees the specified pages from the page blob.
- clearPagesWithResponse(PageRange, PageBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Frees the specified pages from the page blob.
- clearPagesWithResponse(PageRange, PageBlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Frees the specified pages from the page blob.
- ClearRange - Class in com.azure.storage.blob.models
-
The ClearRange model.
- ClearRange() - Constructor for class com.azure.storage.blob.models.ClearRange
-
- close() - Method in class com.azure.storage.blob.specialized.BlobOutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- com.azure.storage.blob - package com.azure.storage.blob
-
Package containing the classes for BlobServiceClient.
- com.azure.storage.blob.models - package com.azure.storage.blob.models
-
Package containing classes for AzureBlobStorage.
- com.azure.storage.blob.sas - package com.azure.storage.blob.sas
-
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
- com.azure.storage.blob.specialized - package com.azure.storage.blob.specialized
-
Package containing specialized clients for Azure Storage Blobs.
- commitBlockList(List<String>) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockList(List<String>) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockListWithResponse(List<String>, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- commitBlockListWithResponse(List<String>, BlobHttpHeaders, Map<String, String>, AccessTier, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Writes a blob by specifying the list of block IDs that are to make up the blob.
- CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ConditionHeadersNotSupported for BlobErrorCode.
- CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ConditionNotMet for BlobErrorCode.
- configuration(Configuration) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- configuration(Configuration) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- configuration(Configuration) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- configuration(Configuration) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the configuration object used to retrieve environment configuration values during building of the client.
- connectionString(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the connection string to connect to the service.
- connectionString(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the connection string to connect to the service.
- connectionString(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the connection string to connect to the service.
- connectionString(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the connection string to connect to the service.
- CONTAINER - Static variable in class com.azure.storage.blob.models.PublicAccessType
-
Static value container for PublicAccessType.
- CONTAINER_ALREADY_EXISTS - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerAlreadyExists for BlobErrorCode.
- CONTAINER_BEING_DELETED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerBeingDeleted for BlobErrorCode.
- CONTAINER_DISABLED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerDisabled for BlobErrorCode.
- CONTAINER_NOT_FOUND - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContainerNotFound for BlobErrorCode.
- containerAsyncClient(BlobContainerAsyncClient) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
- containerAsyncClient(BlobContainerAsyncClient, String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- containerClient(BlobContainerClient) - Method in class com.azure.storage.blob.specialized.BlobLeaseClientBuilder
-
- containerClient(BlobContainerClient, String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Configures the builder based on the
BlobContainerClient
and appends the blob name to the container's URL.
- containerName(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the name of the container that contains the blob.
- containerName(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the name of the container.
- containerName - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
- containerName(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the name of the container that contains the blob.
- CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ContentLengthLargerThanTierLimit for BlobErrorCode.
- COOL - Static variable in class com.azure.storage.blob.models.AccessTier
-
Static value Cool for AccessTier.
- COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value CopyAcrossAccountsNotSupported for BlobErrorCode.
- COPY_ID_MISMATCH - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value CopyIdMismatch for BlobErrorCode.
- copyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrl(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrlWithResponse(String, Map<String, String>, AccessTier, RequestConditions, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyFromUrlWithResponse(String, Map<String, String>, AccessTier, RequestConditions, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
- copyIncremental(String, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncremental(String, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncrementalWithResponse(String, String, RequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- copyIncrementalWithResponse(String, String, RequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
- CopyStatusType - Enum in com.azure.storage.blob.models
-
Defines values for CopyStatusType.
- CpkInfo - Class in com.azure.storage.blob.models
-
Additional parameters for a set of operations.
- CpkInfo() - Constructor for class com.azure.storage.blob.models.CpkInfo
-
- create() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new container within a storage account.
- create() - Method in class com.azure.storage.blob.BlobContainerClient
-
Creates a new container within a storage account.
- create() - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob.
- create(boolean) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob.
- create() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob.
- create(boolean) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob.
- create(long) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length.
- create(long, boolean) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length.
- create(long) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length.
- create(long, boolean) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length.
- createBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Creates a new container within a storage account.
- createBlobContainer(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
Creates a new container within a storage account.
- createBlobContainerWithResponse(String, Map<String, String>, PublicAccessType) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Creates a new container within a storage account.
- createBlobContainerWithResponse(String, Map<String, String>, PublicAccessType, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Creates a new container within a storage account.
- createSnapshot() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a read-only snapshot of the blob.
- createSnapshot() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a read-only snapshot of the blob.
- createSnapshotWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Creates a read-only snapshot of the blob.
- createSnapshotWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a read-only snapshot of the blob.
- createWithResponse(Map<String, String>, PublicAccessType) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new container within a storage account.
- createWithResponse(Map<String, String>, PublicAccessType, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Creates a new container within a storage account.
- createWithResponse(BlobHttpHeaders, Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobAsyncClient
-
Creates a 0-length append blob.
- createWithResponse(BlobHttpHeaders, Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates a 0-length append blob.
- createWithResponse(long, Long, BlobHttpHeaders, Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Creates a page blob of the specified length.
- createWithResponse(long, Long, BlobHttpHeaders, Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates a page blob of the specified length.
- credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
-
- credential(TokenCredential) - Method in class com.azure.storage.blob.BlobClientBuilder
-
- credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
- credential(TokenCredential) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
- credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
- credential(TokenCredential) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
- credential(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- credential(TokenCredential) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobClientBuilder
-
- customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
- customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
- CustomerProvidedKey - Class in com.azure.storage.blob.models
-
Contains the customer provided key information used to encrypt a blob's content on the server.
- CustomerProvidedKey(String) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
-
Creates a new wrapper for a client provided key.
- CustomerProvidedKey(byte[]) - Constructor for class com.azure.storage.blob.models.CustomerProvidedKey
-
Creates a new wrapper for a client provided key.
- customerProvidedKey(CustomerProvidedKey) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- generateSasQueryParameters(StorageSharedKeyCredential) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Uses an account's shared key credential to sign these signature values to produce the proper SAS query
parameters.
- generateSasQueryParameters(UserDelegationKey, String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Uses a user delegation key to sign these signature values to produce the proper SAS query parameters.
- GeoReplication - Class in com.azure.storage.blob.models
-
Geo-Replication information for the Secondary Storage Service.
- GeoReplication() - Constructor for class com.azure.storage.blob.models.GeoReplication
-
- GeoReplicationStatus - Class in com.azure.storage.blob.models
-
Defines values for GeoReplicationStatus.
- GeoReplicationStatus() - Constructor for class com.azure.storage.blob.models.GeoReplicationStatus
-
- getAcceptRanges() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the acceptRanges property: Indicates that the service supports
requests for partial blob content.
- getAccessPolicy() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's permissions.
- getAccessPolicy() - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's permissions.
- getAccessPolicy() - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Get the accessPolicy property: The accessPolicy property.
- getAccessPolicyWithResponse(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's permissions.
- getAccessPolicyWithResponse(String, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's permissions.
- getAccessTier() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the accessTier property: Possible values include: 'P4', 'P6', 'P10',
'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool',
'Archive'.
- getAccessTier() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getAccessTierChangeTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the accessTierChangeTime property: The accessTierChangeTime
property.
- getAccessTierChangeTime() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getAccountInfo() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfo(Duration) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the sku name and account kind for the account.
- getAccountInfo() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the sku name and account kind for the account.
- getAccountInfoWithResponse(Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the sku name and account kind for the account.
- getAccountKind() - Method in class com.azure.storage.blob.models.StorageAccountInfo
-
- getAccountName() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobContainerClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobServiceClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the accountname, ex.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Get associated account name.
- getAccountName() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Get associated account name.
- getAccountUrl() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the URL of the storage account represented by this client.
- getAccountUrl() - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the URL of the storage account represented by this client.
- getAllowedHeaders() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the allowedHeaders property: the request headers that the origin
domain may specify on the CORS request.
- getAllowedMethods() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the allowedMethods property: The methods (HTTP request verbs) that
the origin domain may use for a CORS request.
- getAllowedOrigins() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the allowedOrigins property: The origin domains that are permitted
to make a request against the storage service via CORS.
- getAppendBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
-
- getAppendBlobClient() - Method in class com.azure.storage.blob.BlobClient
-
- getAppendPosition() - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Gets the byte offset that the append position of the append blob must match.
- getArchiveStatus() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the archiveStatus property: Possible values include:
'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.
- getArchiveStatus() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getBlobAccessType() - Method in class com.azure.storage.blob.models.BlobContainerAccessPolicies
-
- getBlobAppendOffset() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
- getBlobAsyncClient(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
- getBlobAsyncClient(String, String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Creates a new BlobAsyncClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
- getBlobClient(String) - Method in class com.azure.storage.blob.BlobContainerClient
-
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
- getBlobClient(String, String) - Method in class com.azure.storage.blob.BlobContainerClient
-
Initializes a new BlobClient object by concatenating blobName to the end of ContainerAsyncClient's URL.
- getBlobCommittedBlockCount() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
- getBlobCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the blobCommittedBlockCount property: The number of committed blocks
present in the blob.
- getBlobContainerAsyncClient(String) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
- getBlobContainerClient(String) - Method in class com.azure.storage.blob.BlobServiceClient
-
- getBlobContainerName() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Get the container name.
- getBlobContainerName() - Method in class com.azure.storage.blob.BlobContainerClient
-
Get the container name.
- getBlobContainerName() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the container name that will be used as part of the URL path.
- getBlobContainerUrl() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets the URL of the container represented by this client.
- getBlobContainerUrl() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets the URL of the container represented by this client.
- getBlobContentMD5() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the blobContentMD5 property: If the blob has a MD5 hash, and if
request contains range header (Range or x-ms-range), this response
header is returned with the value of the whole blob's MD5 value.
- getBlobName() - Method in class com.azure.storage.blob.BlobUrlParts
-
Decodes and gets the blob name that will be used as part of the URL path.
- getBlobName() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Decodes and gets the name of the blob the SAS user may access.
- getBlobName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Decodes and gets the blob name.
- getBlobName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Decodes and gets the blob name.
- getBlobOutputStream() - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates and opens an output stream to write data to the append blob.
- getBlobOutputStream(AppendBlobRequestConditions) - Method in class com.azure.storage.blob.specialized.AppendBlobClient
-
Creates and opens an output stream to write data to the append blob.
- getBlobOutputStream() - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobOutputStream(BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates and opens an output stream to write data to the block blob.
- getBlobOutputStream(PageRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates and opens an output stream to write data to the page blob.
- getBlobOutputStream(PageRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Creates and opens an output stream to write data to the page blob.
- getBlobPublicAccess() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
- getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the blobSequenceNumber property: The current sequence number for a
page blob.
- getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the blobSequenceNumber property: The blobSequenceNumber property.
- getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getBlobSequenceNumber() - Method in class com.azure.storage.blob.models.PageBlobItem
-
- getBlobSize() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getBlobType() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the blobType property: The blob's type.
- getBlobType() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the blobType property: Possible values include: 'BlockBlob',
'PageBlob', 'AppendBlob'.
- getBlobType() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getBlobUrl() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the URL of the blob represented by this client.
- getBlobUrl() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the URL of the blob represented by this client.
- getBlockBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
-
- getBlockBlobClient() - Method in class com.azure.storage.blob.BlobClient
-
- getBlockSize() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Gets the block size (chunk size) to transfer at a time.
- getCacheControl() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the cacheControl property: This header is returned if it was
previously specified for the blob.
- getCacheControl() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the cacheControl property: Optional.
- getCacheControl() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the cacheControl property: The cacheControl property.
- getCacheControl() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCacheControl() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getCacheControl() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getClearRange() - Method in class com.azure.storage.blob.models.PageList
-
Get the clearRange property: The clearRange property.
- getClientRequestId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the clientRequestId property: If a client request id header is sent
in the request, this header will be present in the response with the
same value.
- getCommitted() - Method in class com.azure.storage.blob.models.BlockLookupList
-
Get the committed property: The committed property.
- getCommittedBlockCount() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCommittedBlocks() - Method in class com.azure.storage.blob.models.BlockList
-
Get the committedBlocks property: The committedBlocks property.
- getContainerName() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Gets the name of the container the SAS user may access.
- getContainerName() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Get the container name.
- getContainerName() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Get the container name.
- getContentCrc64() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentCrc64 property: If the request is to read a specified
range and the x-ms-range-get-content-crc64 is set to true, then the
request returns a crc64 for the range, as long as the range size is less
than or equal to 4 MB.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentDisposition property: This header returns the value that
was specified for the 'x-ms-blob-content-disposition' header.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the contentDisposition property: Optional.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentDisposition property: The contentDisposition property.
- getContentDisposition() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getContentDisposition() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getContentDisposition() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getContentEncoding() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentEncoding property: This header returns the value that was
specified for the Content-Encoding request header.
- getContentEncoding() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the contentEncoding property: Optional.
- getContentEncoding() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentEncoding property: The contentEncoding property.
- getContentEncoding() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getContentEncoding() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getContentEncoding() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getContentLanguage() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentLanguage property: This header returns the value that was
specified for the Content-Language request header.
- getContentLanguage() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the contentLanguage property: Optional.
- getContentLanguage() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentLanguage property: The contentLanguage property.
- getContentLanguage() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getContentLanguage() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getContentLanguage() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getContentLength() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentLength property: The number of bytes present in the
response body.
- getContentLength() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentLength property: Size in bytes.
- getContentMd5() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
- getContentMd5() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentMd5 property: If the blob has an MD5 hash and this
operation is to read the full blob, this response header is returned so
that the client can check for message content integrity.
- getContentMd5() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the contentMd5 property: Optional.
- getContentMd5() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentMd5 property: The contentMd5 property.
- getContentMd5() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getContentMd5() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
- getContentMd5() - Method in class com.azure.storage.blob.models.PageBlobItem
-
- getContentRange() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentRange property: Indicates the range of bytes returned in
the event that the client requested a subset of the blob by setting the
'Range' request header.
- getContentType() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the contentType property: The media type of the body of the
response.
- getContentType() - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Get the contentType property: Optional.
- getContentType() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the contentType property: The contentType property.
- getContentType() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getContentType() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getContentType() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copyCompletionTime property: Conclusion time of the last
attempted Copy Blob operation where this blob was the destination blob.
- getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copyCompletionTime property: The copyCompletionTime property.
- getCopyCompletionTime() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCopyDestinationSnapshot() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCopyId() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets the identifier for the copy operation.
- getCopyId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copyId property: String identifier for this copy operation.
- getCopyId() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copyId property: The copyId property.
- getCopyId() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCopyProgress() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copyProgress property: Contains the number of bytes copied and
the total bytes in the source in the last attempted Copy Blob operation
where this blob was the destination blob.
- getCopyProgress() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copyProgress property: The copyProgress property.
- getCopyProgress() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCopySource() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copySource property: URL up to 2 KB in length that specifies the
source blob or file used in the last attempted Copy Blob operation where
this blob was the destination blob.
- getCopySource() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copySource property: The copySource property.
- getCopySource() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCopySourceUrl() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets the url of the source blob.
- getCopyStatus() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets the status of the copy operation.
- getCopyStatus() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
- getCopyStatus() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copyStatus property: Possible values include: 'pending',
'success', 'aborted', 'failed'.
- getCopyStatus() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the copyStatusDescription property: Only appears when
x-ms-copy-status is failed or pending.
- getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the copyStatusDescription property: The copyStatusDescription
property.
- getCopyStatusDescription() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCors() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the cors property: The set of CORS rules.
- getCount() - Method in class com.azure.storage.blob.HttpGetterInfo
-
- getCount() - Method in class com.azure.storage.blob.models.BlobRange
-
How many bytes to include in the range.
- getCreationTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the creationTime property: The creationTime property.
- getCreationTime() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getCustomerProvidedKey() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
- getCustomerProvidedKey() - Method in class com.azure.storage.blob.BlobContainerClient
-
- getCustomerProvidedKey() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the
CpkInfo
used to encrypt this blob's content on the server.
- getCustomerProvidedKey() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the
CpkInfo
used to encrypt this blob's content on the server.
- getCustomerProvidedKeySha256() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the customerProvidedKeySha256 property: The
customerProvidedKeySha256 property.
- getDateProperty() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
- getDays() - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Get the days property: Indicates the number of days that metrics or
logging or soft-deleted data should be retained.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobClientBuilder
-
Gets the default Storage whitelist log headers and query parameters.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Gets the default Storage whitelist log headers and query parameters.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Gets the default Storage whitelist log headers and query parameters.
- getDefaultHttpLogOptions() - Static method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Gets the default Storage whitelist log headers and query parameters.
- getDefaultServiceVersion() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the defaultServiceVersion property: The default version to use for
requests to the Blob service if an incoming request's version is not
specified.
- getDeletedTime() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the deletedTime property: The deletedTime property.
- getDeleteRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the deleteRetentionPolicy property: The deleteRetentionPolicy
property.
- getDestinationSnapshot() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the destinationSnapshot property: The destinationSnapshot property.
- getDetails() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
- getDetails() - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
- getEncryptionAlgorithm() - Method in class com.azure.storage.blob.models.CpkInfo
-
Get the encryptionAlgorithm property: The algorithm used to produce the
encryption key hash.
- getEncryptionAlgorithm() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
-
Gets the algorithm to use this key with.
- getEncryptionKey() - Method in class com.azure.storage.blob.models.CpkInfo
-
Get the encryptionKey property: Optional.
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the encryptionKeySha256 property: The SHA-256 hash of the encryption
key used to encrypt the blob.
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.CpkInfo
-
Get the encryptionKeySha256 property: The SHA-256 hash of the provided
encryption key.
- getEncryptionKeySha256() - Method in class com.azure.storage.blob.models.PageBlobItem
-
- getEnd() - Method in class com.azure.storage.blob.models.ClearRange
-
Get the end property: The end property.
- getEnd() - Method in class com.azure.storage.blob.models.PageRange
-
Get the end property: The end property.
- getError() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets an error description associated with the copy operation.
- getErrorCode() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the errorCode property: The errorCode property.
- getErrorCode() - Method in exception com.azure.storage.blob.models.BlobStorageException
-
- getErrorDocument404Path() - Method in class com.azure.storage.blob.models.StaticWebsite
-
Get the errorDocument404Path property: The absolute path of the custom
404 page.
- getETag() - Method in class com.azure.storage.blob.HttpGetterInfo
-
- getETag() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
- getETag() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the eTag property: The eTag property.
- getETag() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
- getETag() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
If the copy is complete, contains the ETag of the destination blob.
- getETag() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
- getETag() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the eTag property: The eTag property.
- getETag() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getETag() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
- getETag() - Method in class com.azure.storage.blob.models.PageBlobItem
-
- getExpiresOn() - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Get the expiresOn property: the date-time the policy expires.
- getExpiry() - Method in class com.azure.storage.blob.models.KeyInfo
-
Get the expiry property: The date-time the key expires in ISO 8601 UTC
time.
- getExpiryTime() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getExposedHeaders() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the exposedHeaders property: The response headers that may be sent
in the response to the CORS request and exposed by the browser to the
request issuer.
- getGeoReplication() - Method in class com.azure.storage.blob.models.BlobServiceStatistics
-
Get the geoReplication property: The geoReplication property.
- getHost() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the URL host, ex.
- getHourMetrics() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the hourMetrics property: The hourMetrics property.
- getHttpPipeline() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
- getHttpPipeline() - Method in class com.azure.storage.blob.BlobContainerClient
-
- getHttpPipeline() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
- getHttpPipeline() - Method in class com.azure.storage.blob.BlobServiceClient
-
- getHttpPipeline() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
- getHttpPipeline() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
- getId() - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Get the id property: a unique id.
- getIdentifier() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getIdentifier() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getIdentifiers() - Method in class com.azure.storage.blob.models.BlobContainerAccessPolicies
-
- getIfSequenceNumberEqualTo() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Gets the value that the page blob's sequence number must be equal to.
- getIfSequenceNumberLessThan() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Gets the value that the page blob's sequence number must be less than.
- getIfSequenceNumberLessThanOrEqualTo() - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Gets the value that the page blob's sequence number must be less than or equal to.
- getIndexDocument() - Method in class com.azure.storage.blob.models.StaticWebsite
-
Get the indexDocument property: The default name of the index page under
each directory.
- getKey() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
-
Gets the encryption key.
- getKeyExpiry() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getKeyObjectId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getKeyService() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getKeySha256() - Method in class com.azure.storage.blob.models.CustomerProvidedKey
-
Gets the encryption key's hash.
- getKeyStart() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getKeyTenantId() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getKeyVersion() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getLastModified() - Method in class com.azure.storage.blob.models.AppendBlobItem
-
- getLastModified() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the lastModified property: The lastModified property.
- getLastModified() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
- getLastModified() - Method in class com.azure.storage.blob.models.BlobCopyInfo
-
Gets the date/time that the copy operation to the destination blob completed.
- getLastModified() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the lastModified property: Returns the date and time the container
was last modified.
- getLastModified() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the lastModified property: The lastModified property.
- getLastModified() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getLastModified() - Method in class com.azure.storage.blob.models.BlockBlobItem
-
- getLastModified() - Method in class com.azure.storage.blob.models.PageBlobItem
-
- getLastSyncTime() - Method in class com.azure.storage.blob.models.GeoReplication
-
Get the lastSyncTime property: A GMT date/time value, to the second.
- getLatest() - Static method in enum com.azure.storage.blob.BlobServiceVersion
-
Gets the latest service version supported by this client library
- getLatest() - Method in class com.azure.storage.blob.models.BlockLookupList
-
Get the latest property: The latest property.
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the leaseDuration property: Possible values include: 'infinite',
'fixed'.
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the leaseDuration property: When a blob is leased, specifies whether
the lease is of infinite or fixed duration.
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the leaseDuration property: Possible values include: 'infinite',
'fixed'.
- getLeaseDuration() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getLeaseId() - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Gets the lease ID that blobs and containers must match.
- getLeaseId() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Get the lease ID for this lease.
- getLeaseId() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Get the lease ID for this lease.
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the leaseState property: Lease state of the blob.
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
- getLeaseState() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the leaseStatus property: Possible values include: 'locked',
'unlocked'.
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the leaseStatus property: The current lease status of the blob.
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the leaseStatus property: Possible values include: 'locked',
'unlocked'.
- getLeaseStatus() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getLogging() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the logging property: The logging property.
- getMaxAgeInSeconds() - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Get the maxAgeInSeconds property: The maximum amount time that a browser
should cache the preflight OPTIONS request.
- getMaxResultsPerPage() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- getMaxResultsPerPage() - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- getMaxRetryRequests() - Method in class com.azure.storage.blob.models.DownloadRetryOptions
-
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a
response body.
- getMaxSize() - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Gets the max length in bytes allowed for the append blob.
- getMetadata() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the metadata property: The metadata property.
- getMetadata() - Method in class com.azure.storage.blob.models.BlobContainerProperties
-
- getMetadata() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the metadata property: The metadata property.
- getMetadata() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the metadata property: The metadata property.
- getMetadata() - Method in class com.azure.storage.blob.models.BlobProperties
-
- getMinuteMetrics() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the minuteMetrics property: The minuteMetrics property.
- getName() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the name property: The name property.
- getName() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the name property: The name property.
- getName() - Method in class com.azure.storage.blob.models.BlobPrefix
-
Get the name property: The name property.
- getName() - Method in class com.azure.storage.blob.models.Block
-
Get the name property: The base64 encoded block ID.
- getNumBuffers() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Gets the number of buffers being used for a transfer operation.
- getOffset() - Method in class com.azure.storage.blob.HttpGetterInfo
-
- getOffset() - Method in class com.azure.storage.blob.models.BlobRange
-
The start of the range.
- getPageBlobAsyncClient() - Method in class com.azure.storage.blob.BlobAsyncClient
-
- getPageBlobClient() - Method in class com.azure.storage.blob.BlobClient
-
- getPageRange() - Method in class com.azure.storage.blob.models.PageList
-
Get the pageRange property: The pageRange property.
- getPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- getPageRanges(BlobRange) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- getPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- getPageRangesDiff(BlobRange, String) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- getPageRangesDiffWithResponse(BlobRange, String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
- getPageRangesWithResponse(BlobRange, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.PageBlobAsyncClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- getPageRangesWithResponse(BlobRange, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.PageBlobClient
-
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
- getPermissions() - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Get the permissions property: the permissions for the acl policy.
- getPermissions() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getPrefix() - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- getPrefix() - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- getProgressReceiver() - Method in class com.azure.storage.blob.models.ParallelTransferOptions
-
Gets the Progress receiver for parallel reporting
- getProperties() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's metadata and system properties.
- getProperties() - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's metadata and system properties.
- getProperties() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the properties of a storage account’s Blob service.
- getProperties() - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the properties of a storage account’s Blob service.
- getProperties() - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Get the properties property: The properties property.
- getProperties() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the properties property: The properties property.
- getProperties() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the blob's metadata and properties.
- getProperties() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the blob's metadata and properties.
- getPropertiesWithResponse(String) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Returns the container's metadata and system properties.
- getPropertiesWithResponse(String, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Returns the container's metadata and system properties.
- getPropertiesWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the properties of a storage account’s Blob service.
- getPropertiesWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the properties of a storage account’s Blob service.
- getPropertiesWithResponse(BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Returns the blob's metadata and properties.
- getPropertiesWithResponse(BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Returns the blob's metadata and properties.
- getProtocol() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getPublicAccess() - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Get the publicAccess property: Possible values include: 'container',
'blob'.
- getRemainingRetentionDays() - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Get the remainingRetentionDays property: The remainingRetentionDays
property.
- getRequestId() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
- getResource() - Method in class com.azure.storage.blob.sas.BlobServiceSasQueryParameters
-
- getResourceUrl() - Method in class com.azure.storage.blob.specialized.BlobLeaseAsyncClient
-
Gets the
URL
of the lease client.
- getResourceUrl() - Method in class com.azure.storage.blob.specialized.BlobLeaseClient
-
Gets the
URL
of the lease client.
- getRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Get the retentionPolicy property: The retentionPolicy property.
- getRetentionPolicy() - Method in class com.azure.storage.blob.models.BlobMetrics
-
Get the retentionPolicy property: The retentionPolicy property.
- getRetrieveCopy() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
- getRetrieveDeletedBlobs() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs which have been soft deleted should be returned.
- getRetrieveMetadata() - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether metadata should be returned.
- getRetrieveMetadata() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata should be returned.
- getRetrieveSnapshots() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether snapshots should be returned.
- getRetrieveUncommittedBlobs() - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should
be included in the response.
- getSasIpRange() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getSasQueryParameters() - Method in class com.azure.storage.blob.BlobUrlParts
-
- getScheme() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the URL scheme, ex.
- getServiceMessage() - Method in exception com.azure.storage.blob.models.BlobStorageException
-
- getServiceVersion() - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.BlobContainerClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the service version the client is using.
- getServiceVersion() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the service version the client is using.
- getSignedExpiry() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedExpiry property: The date-time the key expires.
- getSignedObjectId() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedObjectId property: The Azure Active Directory object ID in
GUID format.
- getSignedService() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedService property: Abbreviation of the Azure Storage
service that accepts the key.
- getSignedStart() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedStart property: The date-time the key is active.
- getSignedTenantId() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedTenantId property: The Azure Active Directory tenant ID in
GUID format.
- getSignedVersion() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the signedVersion property: The service version that created the
key.
- getSize() - Method in class com.azure.storage.blob.models.Block
-
Get the size property: The block size in bytes.
- getSkuName() - Method in class com.azure.storage.blob.models.StorageAccountInfo
-
- getSnapshot() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the snapshot identifier that will be used as part of the query string if set.
- getSnapshot() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the snapshot property: The snapshot property.
- getSnapshotClient(String) - Method in class com.azure.storage.blob.BlobAsyncClient
-
Creates a new
BlobAsyncClient
linked to the
snapshot
of this blob resource.
- getSnapshotClient(String) - Method in class com.azure.storage.blob.BlobClient
-
Creates a new
BlobClient
linked to the
snapshot
of this blob resource.
- getSnapshotClient(String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
- getSnapshotClient(String) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Creates a new
BlobClientBase
linked to the
snapshot
of this blob resource.
- getSnapshotId() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getSnapshotId() - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Gets the snapshotId for a blob resource
- getSnapshotId() - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Gets the snapshotId for a blob resource
- getStart() - Method in class com.azure.storage.blob.models.ClearRange
-
Get the start property: The start property.
- getStart() - Method in class com.azure.storage.blob.models.KeyInfo
-
Get the start property: The date-time the key is active in ISO 8601 UTC
time.
- getStart() - Method in class com.azure.storage.blob.models.PageRange
-
Get the start property: The start property.
- getStartsOn() - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Get the startsOn property: the date-time the policy is active.
- getStartTime() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getStaticWebsite() - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Get the staticWebsite property: The staticWebsite property.
- getStatistics() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Retrieves statistics related to replication for the Blob service.
- getStatistics() - Method in class com.azure.storage.blob.BlobServiceClient
-
Retrieves statistics related to replication for the Blob service.
- getStatisticsWithResponse() - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Retrieves statistics related to replication for the Blob service.
- getStatisticsWithResponse(Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Retrieves statistics related to replication for the Blob service.
- getStatus() - Method in class com.azure.storage.blob.models.GeoReplication
-
Get the status property: The status of the secondary location.
- getStatusCode() - Method in exception com.azure.storage.blob.models.BlobStorageException
-
- getUncommitted() - Method in class com.azure.storage.blob.models.BlockLookupList
-
Get the uncommitted property: The uncommitted property.
- getUncommittedBlocks() - Method in class com.azure.storage.blob.models.BlockList
-
Get the uncommittedBlocks property: The uncommittedBlocks property.
- getUnparsedParameters() - Method in class com.azure.storage.blob.BlobUrlParts
-
Gets the query string parameters that aren't part of the SAS token that will be used by this URL.
- getUserDelegationKey(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKey(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKeyWithResponse(OffsetDateTime, OffsetDateTime) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKeyWithResponse(OffsetDateTime, OffsetDateTime, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Gets a user delegation key for use with this account's blob storage.
- getValue() - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Get the value property: The key as a base64 string.
- getVersion() - Method in enum com.azure.storage.blob.BlobServiceVersion
- getVersion() - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Get the version property: The version of Storage Analytics to configure.
- getVersion() - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Get the version property: Indicates the version of the Blob service used
to execute the request.
- getVersion() - Method in class com.azure.storage.blob.models.BlobMetrics
-
Get the version property: The version of Storage Analytics to configure.
- getVersion() - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
- getVersionId() - Method in class com.azure.storage.blob.models.BlobItem
-
Get the versionId property: The versionId property.
- sasToken(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- sasToken(String) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- sasToken(String) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- sasToken(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the SAS token used to authorize requests sent to the service.
- SEQUENCE_NUMBER_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SequenceNumberConditionNotMet for BlobErrorCode.
- SEQUENCE_NUMBER_INCREMENT_TOO_LARGE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SequenceNumberIncrementTooLarge for BlobErrorCode.
- SequenceNumberActionType - Enum in com.azure.storage.blob.models
-
Defines values for SequenceNumberActionType.
- SERVER_BUSY - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value ServerBusy for BlobErrorCode.
- serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobClientBuilder
-
- serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
- serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.BlobServiceClientBuilder
-
- serviceVersion - Variable in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
- serviceVersion(BlobServiceVersion) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- setAcceptRanges(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the acceptRanges property: Indicates that the service supports
requests for partial blob content.
- setAccessPolicy(PublicAccessType, List<BlobSignedIdentifier>) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's permissions.
- setAccessPolicy(PublicAccessType, List<BlobSignedIdentifier>) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's permissions.
- setAccessPolicy(BlobAccessPolicy) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Set the accessPolicy property: The accessPolicy property.
- setAccessPolicyWithResponse(PublicAccessType, List<BlobSignedIdentifier>, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's permissions.
- setAccessPolicyWithResponse(PublicAccessType, List<BlobSignedIdentifier>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's permissions.
- setAccessTier(AccessTier) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the accessTier property: Possible values include: 'P4', 'P6', 'P10',
'P15', 'P20', 'P30', 'P40', 'P50', 'P60', 'P70', 'P80', 'Hot', 'Cool',
'Archive'.
- setAccessTier(AccessTier) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets the tier on a blob.
- setAccessTier(AccessTier) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets the tier on a blob.
- setAccessTierChangeTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the accessTierChangeTime property: The accessTierChangeTime
property.
- setAccessTierInferred(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the accessTierInferred property: The accessTierInferred property.
- setAccessTierWithResponse(AccessTier, RehydratePriority, String) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Sets the tier on a blob.
- setAccessTierWithResponse(AccessTier, RehydratePriority, String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Sets the tier on a blob.
- setAccountName(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the account name.
- setAddPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the add permission status.
- setAddPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the add permission status.
- setAllowedHeaders(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the allowedHeaders property: the request headers that the origin
domain may specify on the CORS request.
- setAllowedMethods(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the allowedMethods property: The methods (HTTP request verbs) that
the origin domain may use for a CORS request.
- setAllowedOrigins(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the allowedOrigins property: The origin domains that are permitted
to make a request against the storage service via CORS.
- setAnonymousAccess() - Method in class com.azure.storage.blob.BlobClientBuilder
-
Clears the credential used to authorize the request.
- setAnonymousAccess() - Method in class com.azure.storage.blob.BlobContainerClientBuilder
-
Clears the credential used to authorize the request.
- setAnonymousAccess() - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Clears the credential used to authorize the request.
- setAppendPosition(Long) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Sets the byte offset that the append position of the append blob must match.
- setArchiveStatus(ArchiveStatus) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the archiveStatus property: Possible values include:
'rehydrate-pending-to-hot', 'rehydrate-pending-to-cool'.
- setBlobCommittedBlockCount(Integer) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobCommittedBlockCount property: The number of committed blocks
present in the blob.
- setBlobContentMD5(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobContentMD5 property: If the blob has a MD5 hash, and if
request contains range header (Range or x-ms-range), this response
header is returned with the value of the whole blob's MD5 value.
- setBlobName(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the blob name that will be used as part of the URL path.
- setBlobName(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the blob the SAS user may access.
- setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobSequenceNumber property: The current sequence number for a
page blob.
- setBlobSequenceNumber(Long) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the blobSequenceNumber property: The blobSequenceNumber property.
- setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the blobType property: The blob's type.
- setBlobType(BlobType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the blobType property: Possible values include: 'BlockBlob',
'PageBlob', 'AppendBlob'.
- setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the cacheControl property: This header is returned if it was
previously specified for the blob.
- setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the cacheControl property: Optional.
- setCacheControl(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the cacheControl property: The cacheControl property.
- setCacheControl(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the cache-control header for the SAS.
- setClearRange(List<ClearRange>) - Method in class com.azure.storage.blob.models.PageList
-
Set the clearRange property: The clearRange property.
- setClientRequestId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the clientRequestId property: If a client request id header is sent
in the request, this header will be present in the response with the
same value.
- setCommitted(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
-
Set the committed property: The committed property.
- setCommittedBlocks(List<Block>) - Method in class com.azure.storage.blob.models.BlockList
-
Set the committedBlocks property: The committedBlocks property.
- setContainerName(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the container name that will be used as part of the URL path.
- setContainerName(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the container the SAS user may access.
- setContentCrc64(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentCrc64 property: If the request is to read a specified
range and the x-ms-range-get-content-crc64 is set to true, then the
request returns a crc64 for the range, as long as the range size is less
than or equal to 4 MB.
- setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentDisposition property: This header returns the value that
was specified for the 'x-ms-blob-content-disposition' header.
- setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentDisposition property: Optional.
- setContentDisposition(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentDisposition property: The contentDisposition property.
- setContentDisposition(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-disposition header for the SAS.
- setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentEncoding property: This header returns the value that was
specified for the Content-Encoding request header.
- setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentEncoding property: Optional.
- setContentEncoding(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentEncoding property: The contentEncoding property.
- setContentEncoding(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-encoding header for the SAS.
- setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentLanguage property: This header returns the value that was
specified for the Content-Language request header.
- setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentLanguage property: Optional.
- setContentLanguage(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentLanguage property: The contentLanguage property.
- setContentLanguage(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-language header for the SAS.
- setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentLength property: The number of bytes present in the
response body.
- setContentLength(Long) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentLength property: Size in bytes.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentMd5 property: If the blob has an MD5 hash and this
operation is to read the full blob, this response header is returned so
that the client can check for message content integrity.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentMd5 property: Optional.
- setContentMd5(byte[]) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentMd5 property: The contentMd5 property.
- setContentRange(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentRange property: Indicates the range of bytes returned in
the event that the client requested a subset of the blob by setting the
'Range' request header.
- setContentType(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the contentType property: The media type of the body of the
response.
- setContentType(String) - Method in class com.azure.storage.blob.models.BlobHttpHeaders
-
Set the contentType property: Optional.
- setContentType(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the contentType property: The contentType property.
- setContentType(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the content-type header for the SAS.
- setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyCompletionTime property: Conclusion time of the last
attempted Copy Blob operation where this blob was the destination blob.
- setCopyCompletionTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyCompletionTime property: The copyCompletionTime property.
- setCopyId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyId property: String identifier for this copy operation.
- setCopyId(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyId property: The copyId property.
- setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyProgress property: Contains the number of bytes copied and
the total bytes in the source in the last attempted Copy Blob operation
where this blob was the destination blob.
- setCopyProgress(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyProgress property: The copyProgress property.
- setCopySource(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copySource property: URL up to 2 KB in length that specifies the
source blob or file used in the last attempted Copy Blob operation where
this blob was the destination blob.
- setCopySource(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copySource property: The copySource property.
- setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyStatus property: State of the copy operation identified by
x-ms-copy-id.
- setCopyStatus(CopyStatusType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyStatus property: Possible values include: 'pending',
'success', 'aborted', 'failed'.
- setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the copyStatusDescription property: Only appears when
x-ms-copy-status is failed or pending.
- setCopyStatusDescription(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the copyStatusDescription property: The copyStatusDescription
property.
- setCors(List<BlobCorsRule>) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the cors property: The set of CORS rules.
- setCount(Long) - Method in class com.azure.storage.blob.HttpGetterInfo
-
Sets the count of bytes used to calculate the end offset when creating the Range header.
- setCreatePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the create permission status.
- setCreatePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the create permission status.
- setCreationTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the creationTime property: The creationTime property.
- setCustomerProvidedKeySha256(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the customerProvidedKeySha256 property: The
customerProvidedKeySha256 property.
- setDateProperty(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the dateProperty property: UTC date/time value generated by the
service that indicates the time at which the response was initiated.
- setDays(Integer) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Set the days property: Indicates the number of days that metrics or
logging or soft-deleted data should be retained.
- setDefaultServiceVersion(String) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the defaultServiceVersion property: The default version to use for
requests to the Blob service if an incoming request's version is not
specified.
- setDelete(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the delete property: Indicates whether all delete requests should be
logged.
- setDeleted(boolean) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the deleted property: The deleted property.
- setDeletedTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the deletedTime property: The deletedTime property.
- setDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the delete permission status.
- setDeletePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the delete permission status.
- setDeleteRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the deleteRetentionPolicy property: The deleteRetentionPolicy
property.
- setDestinationSnapshot(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the destinationSnapshot property: The destinationSnapshot property.
- setDetails(BlobContainerListDetails) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
- setDetails(BlobListDetails) - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
- setEnabled(boolean) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the enabled property: Indicates whether metrics are enabled for the
Blob service.
- setEnabled(boolean) - Method in class com.azure.storage.blob.models.BlobRetentionPolicy
-
Set the enabled property: Indicates whether a retention policy is
enabled for the storage service.
- setEnabled(boolean) - Method in class com.azure.storage.blob.models.StaticWebsite
-
Set the enabled property: Indicates whether this account is hosting a
static website.
- setEncryptionAlgorithm(EncryptionAlgorithmType) - Method in class com.azure.storage.blob.models.CpkInfo
-
Set the encryptionAlgorithm property: The algorithm used to produce the
encryption key hash.
- setEncryptionKey(String) - Method in class com.azure.storage.blob.models.CpkInfo
-
Set the encryptionKey property: Optional.
- setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the encryptionKeySha256 property: The SHA-256 hash of the encryption
key used to encrypt the blob.
- setEncryptionKeySha256(String) - Method in class com.azure.storage.blob.models.CpkInfo
-
Set the encryptionKeySha256 property: The SHA-256 hash of the provided
encryption key.
- setEnd(long) - Method in class com.azure.storage.blob.models.ClearRange
-
Set the end property: The end property.
- setEnd(long) - Method in class com.azure.storage.blob.models.PageRange
-
Set the end property: The end property.
- setErrorCode(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the errorCode property: The errorCode property.
- setErrorDocument404Path(String) - Method in class com.azure.storage.blob.models.StaticWebsite
-
Set the errorDocument404Path property: The absolute path of the custom
404 page.
- setETag(String) - Method in class com.azure.storage.blob.HttpGetterInfo
-
Sets the eTag used when creating If-Match header.
- setETag(String) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the eTag property: The eTag property.
- setETag(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the eTag property: The ETag contains a value that you can use to
perform operations conditionally.
- setETag(String) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the eTag property: The eTag property.
- setExpiresOn(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Set the expiresOn property: the date-time the policy expires.
- setExpiry(String) - Method in class com.azure.storage.blob.models.KeyInfo
-
Set the expiry property: The date-time the key expires in ISO 8601 UTC
time.
- setExpiryTime(OffsetDateTime) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the time after which the SAS will no longer work.
- setExposedHeaders(String) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the exposedHeaders property: The response headers that may be sent
in the response to the CORS request and exposed by the browser to the
request issuer.
- setGeoReplication(GeoReplication) - Method in class com.azure.storage.blob.models.BlobServiceStatistics
-
Set the geoReplication property: The geoReplication property.
- setHasImmutabilityPolicy(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the hasImmutabilityPolicy property: The hasImmutabilityPolicy
property.
- setHasLegalHold(Boolean) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the hasLegalHold property: The hasLegalHold property.
- setHost(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the URL host, ex.
- setHourMetrics(BlobMetrics) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the hourMetrics property: The hourMetrics property.
- setHttpHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's HTTP header properties.
- setHttpHeaders(BlobHttpHeaders) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's HTTP header properties.
- setHttpHeadersWithResponse(BlobHttpHeaders, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's HTTP header properties.
- setHttpHeadersWithResponse(BlobHttpHeaders, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's HTTP header properties.
- setId(String) - Method in class com.azure.storage.blob.models.BlobSignedIdentifier
-
Set the id property: a unique id.
- setIdentifier(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the name of the access policy on the container this SAS references if any.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
.
- setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
.
- setIfModifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfSequenceNumberEqualTo(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Sets the value that the page blob's sequence number must be less equal to.
- setIfSequenceNumberLessThan(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Sets the value that the page blob's sequence number must be less than.
- setIfSequenceNumberLessThanOrEqualTo(Long) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Sets the value that the page blob's sequence number must be less than or equal to.
- setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
.
- setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
.
- setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
.
- setIncludeApis(Boolean) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the includeApis property: Indicates whether metrics should generate
summary statistics for called API operations.
- setIncrementalCopy(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the incrementalCopy property: The incrementalCopy property.
- setIndexDocument(String) - Method in class com.azure.storage.blob.models.StaticWebsite
-
Set the indexDocument property: The default name of the index page under
each directory.
- setIsPrefix(Boolean) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the isPrefix property: The isPrefix property.
- setIsServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the isServerEncrypted property: The value of this header is set to
true if the blob data and application metadata are completely encrypted
using the specified algorithm.
- setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the lastModified property: The lastModified property.
- setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the lastModified property: Returns the date and time the container
was last modified.
- setLastModified(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the lastModified property: The lastModified property.
- setLastSyncTime(OffsetDateTime) - Method in class com.azure.storage.blob.models.GeoReplication
-
Set the lastSyncTime property: A GMT date/time value, to the second.
- setLatest(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
-
Set the latest property: The latest property.
- setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the leaseDuration property: Possible values include: 'infinite',
'fixed'.
- setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the leaseDuration property: When a blob is leased, specifies whether
the lease is of infinite or fixed duration.
- setLeaseDuration(LeaseDurationType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the leaseDuration property: Possible values include: 'infinite',
'fixed'.
- setLeaseId(String) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Optionally limits requests to blobs and containers that match the lease ID.
- setLeaseId(String) - Method in class com.azure.storage.blob.models.BlobRequestConditions
-
Optionally limits requests to blobs and containers that match the lease ID.
- setLeaseId(String) - Method in class com.azure.storage.blob.models.PageBlobRequestConditions
-
Optionally limits requests to blobs and containers that match the lease ID.
- setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
- setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the leaseState property: Lease state of the blob.
- setLeaseState(LeaseStateType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the leaseState property: Possible values include: 'available',
'leased', 'expired', 'breaking', 'broken'.
- setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the leaseStatus property: Possible values include: 'locked',
'unlocked'.
- setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the leaseStatus property: The current lease status of the blob.
- setLeaseStatus(LeaseStatusType) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the leaseStatus property: Possible values include: 'locked',
'unlocked'.
- setListPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the list permission status.
- setLogging(BlobAnalyticsLogging) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the logging property: The logging property.
- setMaxAgeInSeconds(int) - Method in class com.azure.storage.blob.models.BlobCorsRule
-
Set the maxAgeInSeconds property: The maximum amount time that a browser
should cache the preflight OPTIONS request.
- setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- setMaxResultsPerPage(Integer) - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
- setMaxRetryRequests(int) - Method in class com.azure.storage.blob.models.DownloadRetryOptions
-
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a
response body.
- setMaxSize(Long) - Method in class com.azure.storage.blob.models.AppendBlobRequestConditions
-
Sets the max length in bytes allowed for the append blob.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's metadata.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's metadata.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the metadata property: The metadata property.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the metadata property: The metadata property.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the metadata property: The metadata property.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's metadata.
- setMetadata(Map<String, String>) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.BlobContainerAsyncClient
-
Sets the container's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.BlobContainerClient
-
Sets the container's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Changes a blob's metadata.
- setMetadataWithResponse(Map<String, String>, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlobClientBase
-
Changes a blob's metadata.
- setMinuteMetrics(BlobMetrics) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the minuteMetrics property: The minuteMetrics property.
- setName(String) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the name property: The name property.
- setName(String) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the name property: The name property.
- setName(String) - Method in class com.azure.storage.blob.models.BlobPrefix
-
Set the name property: The name property.
- setName(String) - Method in class com.azure.storage.blob.models.Block
-
Set the name property: The base64 encoded block ID.
- setOffset(long) - Method in class com.azure.storage.blob.HttpGetterInfo
-
Sets the start offset that is used when creating the Range header.
- setPageRange(List<PageRange>) - Method in class com.azure.storage.blob.models.PageList
-
Set the pageRange property: The pageRange property.
- setPermissions(String) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Set the permissions property: the permissions for the acl policy.
- setPermissions(BlobSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the Blob permissions allowed by the SAS.
- setPermissions(BlobContainerSasPermission) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the Container permissions allowed by the SAS.
- setPrefix(String) - Method in class com.azure.storage.blob.models.ListBlobContainersOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- setPrefix(String) - Method in class com.azure.storage.blob.models.ListBlobsOptions
-
Filters the results to return only blobs whose names begin with the specified prefix.
- setProperties(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Sets properties for a storage account's Blob service endpoint.
- setProperties(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceClient
-
Sets properties for a storage account's Blob service endpoint.
- setProperties(BlobContainerItemProperties) - Method in class com.azure.storage.blob.models.BlobContainerItem
-
Set the properties property: The properties property.
- setProperties(BlobItemProperties) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the properties property: The properties property.
- setPropertiesWithResponse(BlobServiceProperties) - Method in class com.azure.storage.blob.BlobServiceAsyncClient
-
Sets properties for a storage account's Blob service endpoint.
- setPropertiesWithResponse(BlobServiceProperties, Duration, Context) - Method in class com.azure.storage.blob.BlobServiceClient
-
Sets properties for a storage account's Blob service endpoint.
- setProtocol(SasProtocol) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the
SasProtocol
which determines the protocols allowed by the SAS.
- setPublicAccess(PublicAccessType) - Method in class com.azure.storage.blob.models.BlobContainerItemProperties
-
Set the publicAccess property: Possible values include: 'container',
'blob'.
- setRead(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the read property: Indicates whether all read requests should be
logged.
- setReadPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the read permission status.
- setReadPermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the read permission status.
- setRemainingRetentionDays(Integer) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the remainingRetentionDays property: The remainingRetentionDays
property.
- setRequestId(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the requestId property: This header uniquely identifies the request
that was made and can be used for troubleshooting the request.
- setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the retentionPolicy property: The retentionPolicy property.
- setRetentionPolicy(BlobRetentionPolicy) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the retentionPolicy property: The retentionPolicy property.
- setRetrieveCopy(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
- setRetrieveDeletedBlobs(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs which have been soft deleted should be returned.
- setRetrieveMetadata(boolean) - Method in class com.azure.storage.blob.models.BlobContainerListDetails
-
Whether metadata should be returned.
- setRetrieveMetadata(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blob metadata should be returned.
- setRetrieveSnapshots(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether snapshots should be returned.
- setRetrieveUncommittedBlobs(boolean) - Method in class com.azure.storage.blob.models.BlobListDetails
-
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should
be included in the response.
- setSasIpRange(SasIpRange) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the
SasIpRange
which determines the IP ranges that are allowed to use the SAS.
- setSasQueryParameters(BlobServiceSasQueryParameters) - Method in class com.azure.storage.blob.BlobUrlParts
-
- setScheme(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the URL scheme, ex.
- setServerEncrypted(Boolean) - Method in class com.azure.storage.blob.models.BlobItemProperties
-
Set the serverEncrypted property: The serverEncrypted property.
- setSignedExpiry(OffsetDateTime) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedExpiry property: The date-time the key expires.
- setSignedObjectId(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedObjectId property: The Azure Active Directory object ID in
GUID format.
- setSignedService(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedService property: Abbreviation of the Azure Storage
service that accepts the key.
- setSignedStart(OffsetDateTime) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedStart property: The date-time the key is active.
- setSignedTenantId(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedTenantId property: The Azure Active Directory tenant ID in
GUID format.
- setSignedVersion(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the signedVersion property: The service version that created the
key.
- setSize(int) - Method in class com.azure.storage.blob.models.Block
-
Set the size property: The block size in bytes.
- setSnapshot(String) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the snapshot identifier that will be used as part of the query string if set.
- setSnapshot(String) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the snapshot property: The snapshot property.
- setSnapshotId(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the specific snapshot the SAS user may access.
- setStart(long) - Method in class com.azure.storage.blob.models.ClearRange
-
Set the start property: The start property.
- setStart(String) - Method in class com.azure.storage.blob.models.KeyInfo
-
Set the start property: The date-time the key is active in ISO 8601 UTC
time.
- setStart(long) - Method in class com.azure.storage.blob.models.PageRange
-
Set the start property: The start property.
- setStartsOn(OffsetDateTime) - Method in class com.azure.storage.blob.models.BlobAccessPolicy
-
Set the startsOn property: the date-time the policy is active.
- setStartTime(OffsetDateTime) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets when the SAS will take effect.
- setStaticWebsite(StaticWebsite) - Method in class com.azure.storage.blob.models.BlobServiceProperties
-
Set the staticWebsite property: The staticWebsite property.
- setStatus(GeoReplicationStatus) - Method in class com.azure.storage.blob.models.GeoReplication
-
Set the status property: The status of the secondary location.
- setUncommitted(List<String>) - Method in class com.azure.storage.blob.models.BlockLookupList
-
Set the uncommitted property: The uncommitted property.
- setUncommittedBlocks(List<Block>) - Method in class com.azure.storage.blob.models.BlockList
-
Set the uncommittedBlocks property: The uncommittedBlocks property.
- setUnparsedParameters(Map<String, String[]>) - Method in class com.azure.storage.blob.BlobUrlParts
-
Sets the query string parameters that aren't part of the SAS token that will be used by this URL.
- setValue(String) - Method in class com.azure.storage.blob.models.UserDelegationKey
-
Set the value property: The key as a base64 string.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the version property: The version of Storage Analytics to configure.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobDownloadHeaders
-
Set the version property: Indicates the version of the Blob service used
to execute the request.
- setVersion(String) - Method in class com.azure.storage.blob.models.BlobMetrics
-
Set the version property: The version of Storage Analytics to configure.
- setVersion(String) - Method in class com.azure.storage.blob.sas.BlobServiceSasSignatureValues
-
Sets the version of the service this SAS will target.
- setVersionId(String) - Method in class com.azure.storage.blob.models.BlobItem
-
Set the versionId property: The versionId property.
- setWrite(boolean) - Method in class com.azure.storage.blob.models.BlobAnalyticsLogging
-
Set the write property: Indicates whether all write requests should be
logged.
- setWritePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobContainerSasPermission
-
Sets the write permission status.
- setWritePermission(boolean) - Method in class com.azure.storage.blob.sas.BlobSasPermission
-
Sets the write permission status.
- SkuName - Enum in com.azure.storage.blob.models
-
Defines values for SkuName.
- SNAPHOT_OPERATION_RATE_EXCEEDED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SnaphotOperationRateExceeded for BlobErrorCode.
- snapshot(String) - Method in class com.azure.storage.blob.BlobClientBuilder
-
Sets the snapshot identifier of the blob.
- snapshot(String) - Method in class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
Sets the snapshot identifier of the blob.
- SNAPSHOT_COUNT_EXCEEDED - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SnapshotCountExceeded for BlobErrorCode.
- SNAPSHOTS_PRESENT - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SnapshotsPresent for BlobErrorCode.
- SOURCE_CONDITION_NOT_MET - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SourceConditionNotMet for BlobErrorCode.
- SpecializedBlobClientBuilder - Class in com.azure.storage.blob.specialized
-
- SpecializedBlobClientBuilder() - Constructor for class com.azure.storage.blob.specialized.SpecializedBlobClientBuilder
-
- stageBlock(String, Flux<ByteBuffer>, long) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to
commitBlockList.
- stageBlock(String, InputStream, long) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to
commitBlockList.
- stageBlockFromUrl(String, String, BlobRange) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrl(String, String, BlobRange) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrlWithResponse(String, String, BlobRange, byte[], String, BlobRequestConditions) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockFromUrlWithResponse(String, String, BlobRange, byte[], String, BlobRequestConditions, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Creates a new block to be committed as part of a blob where the contents are read from a URL.
- stageBlockWithResponse(String, Flux<ByteBuffer>, long, byte[], String) - Method in class com.azure.storage.blob.specialized.BlockBlobAsyncClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to
commitBlockList.
- stageBlockWithResponse(String, InputStream, long, byte[], String, Duration, Context) - Method in class com.azure.storage.blob.specialized.BlockBlobClient
-
Uploads the specified block to the block blob's "staging area" to be later committed by a call to
commitBlockList.
- STANDARD - Static variable in class com.azure.storage.blob.models.RehydratePriority
-
Static value Standard for RehydratePriority.
- STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerAsyncClient
-
- STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.azure.storage.blob.BlobContainerClient
-
- StaticWebsite - Class in com.azure.storage.blob.models
-
The properties that enable an account to host a static website.
- StaticWebsite() - Constructor for class com.azure.storage.blob.models.StaticWebsite
-
- StorageAccountInfo - Class in com.azure.storage.blob.models
-
This class contains information about the storage account.
- StorageAccountInfo(SkuName, AccountKind) - Constructor for class com.azure.storage.blob.models.StorageAccountInfo
-
- SyncCopyStatusType - Enum in com.azure.storage.blob.models
-
Defines values for SyncCopyStatusType.
- SYSTEM_IN_USE - Static variable in class com.azure.storage.blob.models.BlobErrorCode
-
Static value SystemInUse for BlobErrorCode.