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

A

abortCopyFromURL(String) - Method in class com.microsoft.azure.storage.blob.BlobURL
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
abortCopyFromURL(String, LeaseAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Stops a pending copy that was previously started and leaves a destination blob with 0 length and metadata.
abortCopyFromURL(Context, String, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Abort Copy From URL operation aborts a pending Copy From URL operation, and leaves a destination blob with zero length and full metadata.
abortCopyFromURLAsync(Context, String, Integer, String, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Abort Copy From URL operation aborts a pending Copy From URL operation, and leaves a destination blob with zero length and full metadata.
abortCopyFromURLAsync(Context, String, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Abort Copy From URL operation aborts a pending Copy From URL operation, and leaves a destination blob with zero length and full metadata.
abortCopyFromURLWithRestResponseAsync(Context, String, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Abort Copy From URL operation aborts a pending Copy From URL operation, and leaves a destination blob with zero length and full metadata.
acceptRanges() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the acceptRanges value.
acceptRanges() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the acceptRanges value.
accessConditions() - Method in class com.microsoft.azure.storage.blob.TransferManagerDownloadFromBlobOptions
accessConditions() - Method in class com.microsoft.azure.storage.blob.TransferManagerUploadToBlockBlobOptions
AccessPolicy - Class in com.microsoft.azure.storage.blob.models
An Access policy.
AccessPolicy() - Constructor for class com.microsoft.azure.storage.blob.models.AccessPolicy
 
accessPolicy() - Method in class com.microsoft.azure.storage.blob.models.SignedIdentifier
Get the accessPolicy value.
AccessTier - Class in com.microsoft.azure.storage.blob.models
Defines values for AccessTier.
AccessTier() - Constructor for class com.microsoft.azure.storage.blob.models.AccessTier
 
accessTier() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the accessTier value.
accessTier() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the accessTier value.
accessTierChangeTime() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the accessTierChangeTime value.
accessTierChangeTime() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the accessTierChangeTime value.
accessTierInferred() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the accessTierInferred value.
accessTierInferred() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the accessTierInferred value.
ACCOUNT_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value AccountAlreadyExists for StorageErrorCode.
ACCOUNT_BEING_CREATED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value AccountBeingCreated for StorageErrorCode.
ACCOUNT_IS_DISABLED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value AccountIsDisabled for StorageErrorCode.
AccountKind - Enum in com.microsoft.azure.storage.blob.models
Defines values for AccountKind.
accountKind() - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Get the accountKind value.
accountKind() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Get the accountKind value.
accountKind() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Get the accountKind value.
AccountSASPermission - Class in com.microsoft.azure.storage.blob
This is a helper class to construct a string representing the permissions granted by an AccountSAS.
AccountSASPermission() - Constructor for class com.microsoft.azure.storage.blob.AccountSASPermission
Initializes an AccountSASPermission object with all fields set to false.
AccountSASResourceType - Class in com.microsoft.azure.storage.blob
This is a helper class to construct a string representing the resources accessible by an AccountSAS.
AccountSASResourceType() - Constructor for class com.microsoft.azure.storage.blob.AccountSASResourceType
Initializes an AccountSASResourceType object with all fields set to false.
AccountSASService - Class in com.microsoft.azure.storage.blob
This is a helper class to construct a string representing the services accessible by an AccountSAS.
AccountSASService() - Constructor for class com.microsoft.azure.storage.blob.AccountSASService
Initializes an AccountSASService object with all fields set to false.
AccountSASSignatureValues - Class in com.microsoft.azure.storage.blob
AccountSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage account.
AccountSASSignatureValues() - Constructor for class com.microsoft.azure.storage.blob.AccountSASSignatureValues
Initializes an AccountSASSignatureValues object with the version number set to the default and all other values empty.
acquireLease(String, int) - Method in class com.microsoft.azure.storage.blob.BlobURL
Acquires a lease on the blob for write and delete operations.
acquireLease(String, int, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Acquires a lease on the blob for write and delete operations.
acquireLease(String, int) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Acquires a lease on the container for delete operations.
acquireLease(String, int, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Acquires a lease on the container for delete operations.
acquireLease(Context, Integer, Integer, String, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
acquireLease(Context, Integer, Integer, String, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
acquireLeaseAsync(Context, Integer, Integer, String, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
acquireLeaseAsync(Context, Integer, Integer, String, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
acquireLeaseAsync(Context, Integer, Integer, String, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
acquireLeaseAsync(Context, Integer, Integer, String, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
acquireLeaseWithRestResponseAsync(Context, Integer, Integer, String, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
acquireLeaseWithRestResponseAsync(Context, Integer, Integer, String, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
add() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to add messages, table entities, and append to blobs granted.
add() - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Add access granted.
add() - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Add access granted.
addProgressReporting(Flowable<ByteBuffer>, IProgressReceiver) - Static method in class com.microsoft.azure.storage.blob.ProgressReporter
Adds progress reporting functionality to the given Flowable.
allowedHeaders() - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Get the allowedHeaders value.
allowedMethods() - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Get the allowedMethods value.
allowedOrigins() - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Get the allowedOrigins value.
AnonymousCredentials - Class in com.microsoft.azure.storage.blob
Anonymous credentials are to be used with with HTTP(S) requests that read blobs from public containers or requests that use a Shared Access Signature (SAS).
AnonymousCredentials() - Constructor for class com.microsoft.azure.storage.blob.AnonymousCredentials
Returns an empty instance of AnonymousCredentials.
APPEND_POSITION_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value AppendPositionConditionNotMet for StorageErrorCode.
AppendBlobAccessConditions - Class in com.microsoft.azure.storage.blob
This class contains values that restrict the successful completion of AppendBlock operations to certain conditions.
AppendBlobAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
Creates an instance which has fields set to non-null, empty values.
AppendBlobAppendBlockHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for AppendBlock operation.
AppendBlobAppendBlockHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
 
AppendBlobAppendBlockResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the appendBlock operation.
AppendBlobAppendBlockResponse(HttpRequest, int, AppendBlobAppendBlockHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockResponse
Creates an instance of AppendBlobAppendBlockResponse.
AppendBlobCreateHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Create operation.
AppendBlobCreateHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
 
AppendBlobCreateResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the create operation.
AppendBlobCreateResponse(HttpRequest, int, AppendBlobCreateHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.AppendBlobCreateResponse
Creates an instance of AppendBlobCreateResponse.
AppendBlobURL - Class in com.microsoft.azure.storage.blob
Represents a URL to an append blob.
AppendBlobURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.AppendBlobURL
Creates a AppendBlobURL object pointing to the account specified by the URL and using the provided pipeline to make HTTP requests.
appendBlock(Flowable<ByteBuffer>, long) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
Commits a new block of data to the end of the existing append blob.
appendBlock(Flowable<ByteBuffer>, long, AppendBlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
Commits a new block of data to the end of the existing append blob.
appendBlock(Context, Flowable<ByteBuffer>, long, Integer, byte[], String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Append Block operation commits a new block of data to the end of an existing append blob.
appendBlockAsync(Context, Flowable<ByteBuffer>, long, Integer, byte[], String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Append Block operation commits a new block of data to the end of an existing append blob.
appendBlockAsync(Context, Flowable<ByteBuffer>, long, Integer, byte[], String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Append Block operation commits a new block of data to the end of an existing append blob.
appendBlockWithRestResponseAsync(Context, Flowable<ByteBuffer>, long, Integer, byte[], String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Append Block operation commits a new block of data to the end of an existing append blob.
appendPosition() - Method in class com.microsoft.azure.storage.blob.models.AppendPositionAccessConditions
Get the appendPosition value.
appendPositionAccessConditions() - Method in class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
Access conditions used for appending data only if the operation meets the provided conditions related to the size of the append blob.
AppendPositionAccessConditions - Class in com.microsoft.azure.storage.blob.models
Additional parameters for appendBlock operation.
AppendPositionAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.models.AppendPositionAccessConditions
 
appendToURLPath(URL, String) - Static method in class com.microsoft.azure.storage.blob.StorageURL
Appends a string to the end of a URL's path (prefixing the string with a '/' if required).
ARCHIVE - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value Archive for AccessTier.
ArchiveStatus - Class in com.microsoft.azure.storage.blob.models
Defines values for ArchiveStatus.
ArchiveStatus() - Constructor for class com.microsoft.azure.storage.blob.models.ArchiveStatus
 
archiveStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the archiveStatus value.
archiveStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the archiveStatus value.
AUTHENTICATION_FAILED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value AuthenticationFailed for StorageErrorCode.

B

blob() - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access blob resources granted.
BLOB - Static variable in class com.microsoft.azure.storage.blob.models.PublicAccessType
Static value blob for PublicAccessType.
BLOB_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlobAlreadyExists for StorageErrorCode.
BLOB_ARCHIVED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlobArchived for StorageErrorCode.
BLOB_BEING_REHYDRATED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlobBeingRehydrated for StorageErrorCode.
BLOB_DEFAULT_DOWNLOAD_BLOCK_SIZE - Static variable in class com.microsoft.azure.storage.blob.TransferManager
The default size of a download chunk for download large blobs.
BLOB_NOT_ARCHIVED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlobNotArchived for StorageErrorCode.
BLOB_NOT_FOUND - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlobNotFound for StorageErrorCode.
BLOB_OVERWRITTEN - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlobOverwritten for StorageErrorCode.
BLOB_TIER_INADEQUATE_FOR_CONTENT_LENGTH - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlobTierInadequateForContentLength for StorageErrorCode.
BlobAbortCopyFromURLHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for AbortCopyFromURL operation.
BlobAbortCopyFromURLHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLHeaders
 
BlobAbortCopyFromURLResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the abortCopyFromURL operation.
BlobAbortCopyFromURLResponse(HttpRequest, int, BlobAbortCopyFromURLHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLResponse
Creates an instance of BlobAbortCopyFromURLResponse.
BlobAccessConditions - Class in com.microsoft.azure.storage.blob
This class contains values which will restrict the successful operation of a variety of requests to the conditions present.
BlobAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.BlobAccessConditions
Creates an instance which has fields set to non-null, empty values.
BlobAcquireLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for AcquireLease operation.
BlobAcquireLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
 
BlobAcquireLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the acquireLease operation.
BlobAcquireLeaseResponse(HttpRequest, int, BlobAcquireLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseResponse
Creates an instance of BlobAcquireLeaseResponse.
blobAppendOffset() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the blobAppendOffset value.
BlobBreakLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for BreakLease operation.
BlobBreakLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
 
BlobBreakLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the breakLease operation.
BlobBreakLeaseResponse(HttpRequest, int, BlobBreakLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobBreakLeaseResponse
Creates an instance of BlobBreakLeaseResponse.
blobCacheControl() - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Get the blobCacheControl value.
BlobChangeLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ChangeLease operation.
BlobChangeLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
 
BlobChangeLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the changeLease operation.
BlobChangeLeaseResponse(HttpRequest, int, BlobChangeLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobChangeLeaseResponse
Creates an instance of BlobChangeLeaseResponse.
blobCommittedBlockCount() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the blobCommittedBlockCount value.
blobCommittedBlockCount() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the blobCommittedBlockCount value.
blobCommittedBlockCount() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the blobCommittedBlockCount value.
blobContentDisposition() - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Get the blobContentDisposition value.
blobContentEncoding() - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Get the blobContentEncoding value.
blobContentLanguage() - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Get the blobContentLanguage value.
blobContentLength() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Get the blobContentLength value.
blobContentLength() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Get the blobContentLength value.
blobContentLength() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Get the blobContentLength value.
blobContentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the blobContentMD5 value.
blobContentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Get the blobContentMD5 value.
blobContentType() - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Get the blobContentType value.
BlobCopyFromURLHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for CopyFromURL operation.
BlobCopyFromURLHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
 
BlobCopyFromURLResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the copyFromURL operation.
BlobCopyFromURLResponse(HttpRequest, int, BlobCopyFromURLHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobCopyFromURLResponse
Creates an instance of BlobCopyFromURLResponse.
BlobCreateSnapshotHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for CreateSnapshot operation.
BlobCreateSnapshotHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
 
BlobCreateSnapshotResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the createSnapshot operation.
BlobCreateSnapshotResponse(HttpRequest, int, BlobCreateSnapshotHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotResponse
Creates an instance of BlobCreateSnapshotResponse.
BlobDeleteHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Delete operation.
BlobDeleteHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobDeleteHeaders
 
BlobDeleteResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the delete operation.
BlobDeleteResponse(HttpRequest, int, BlobDeleteHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobDeleteResponse
Creates an instance of BlobDeleteResponse.
BlobDownloadHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Download operation.
BlobDownloadHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
 
BlobDownloadResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the download operation.
BlobDownloadResponse(HttpRequest, int, BlobDownloadHeaders, Map<String, String>, Flowable<ByteBuffer>) - Constructor for class com.microsoft.azure.storage.blob.models.BlobDownloadResponse
Creates an instance of BlobDownloadResponse.
BlobFlatListSegment - Class in com.microsoft.azure.storage.blob.models
The BlobFlatListSegment model.
BlobFlatListSegment() - Constructor for class com.microsoft.azure.storage.blob.models.BlobFlatListSegment
 
BlobGetAccountInfoHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetAccountInfo operation.
BlobGetAccountInfoHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
 
BlobGetAccountInfoResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getAccountInfo operation.
BlobGetAccountInfoResponse(HttpRequest, int, BlobGetAccountInfoHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoResponse
Creates an instance of BlobGetAccountInfoResponse.
BlobGetPropertiesHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetProperties operation.
BlobGetPropertiesHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
 
BlobGetPropertiesResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getProperties operation.
BlobGetPropertiesResponse(HttpRequest, int, BlobGetPropertiesHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobGetPropertiesResponse
Creates an instance of BlobGetPropertiesResponse.
BlobHierarchyListSegment - Class in com.microsoft.azure.storage.blob.models
The BlobHierarchyListSegment model.
BlobHierarchyListSegment() - Constructor for class com.microsoft.azure.storage.blob.models.BlobHierarchyListSegment
 
BlobHTTPHeaders - Class in com.microsoft.azure.storage.blob.models
Additional parameters for a set of operations.
BlobHTTPHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
 
BlobItem - Class in com.microsoft.azure.storage.blob.models
An Azure Storage blob.
BlobItem() - Constructor for class com.microsoft.azure.storage.blob.models.BlobItem
 
blobItems() - Method in class com.microsoft.azure.storage.blob.models.BlobFlatListSegment
Get the blobItems value.
blobItems() - Method in class com.microsoft.azure.storage.blob.models.BlobHierarchyListSegment
Get the blobItems value.
BlobListingDetails - Class in com.microsoft.azure.storage.blob
This type allows users to specify additional information the service should return with each blob when listing blobs in a container (via a ContainerURL object).
BlobListingDetails() - Constructor for class com.microsoft.azure.storage.blob.BlobListingDetails
 
blobName() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The blob name or null if a ServiceURL or ContainerURL was parsed.
blobName() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The name of the container the SAS user may access.
BlobPrefix - Class in com.microsoft.azure.storage.blob.models
The BlobPrefix model.
BlobPrefix() - Constructor for class com.microsoft.azure.storage.blob.models.BlobPrefix
 
blobPrefixes() - Method in class com.microsoft.azure.storage.blob.models.BlobHierarchyListSegment
Get the blobPrefixes value.
BlobProperties - Class in com.microsoft.azure.storage.blob.models
Properties of a blob.
BlobProperties() - Constructor for class com.microsoft.azure.storage.blob.models.BlobProperties
 
blobPublicAccess() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Get the blobPublicAccess value.
blobPublicAccess() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the blobPublicAccess value.
BlobRange - Class in com.microsoft.azure.storage.blob
This is a representation of a range of bytes on a blob, typically used during a download operation.
BlobRange() - Constructor for class com.microsoft.azure.storage.blob.BlobRange
 
BlobReleaseLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ReleaseLease operation.
BlobReleaseLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
 
BlobReleaseLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the releaseLease operation.
BlobReleaseLeaseResponse(HttpRequest, int, BlobReleaseLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseResponse
Creates an instance of BlobReleaseLeaseResponse.
BlobRenewLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for RenewLease operation.
BlobRenewLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
 
BlobRenewLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the renewLease operation.
BlobRenewLeaseResponse(HttpRequest, int, BlobRenewLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobRenewLeaseResponse
Creates an instance of BlobRenewLeaseResponse.
BlobSASPermission - Class in com.microsoft.azure.storage.blob
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a blob.
BlobSASPermission() - Constructor for class com.microsoft.azure.storage.blob.BlobSASPermission
Initializes a BlobSASPermission object with all fields set to false.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the blobSequenceNumber value.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the blobSequenceNumber value.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the blobSequenceNumber value.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Get the blobSequenceNumber value.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Get the blobSequenceNumber value.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Get the blobSequenceNumber value.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Get the blobSequenceNumber value.
blobSequenceNumber() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the blobSequenceNumber value.
BlobSetHTTPHeadersHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for SetHTTPHeaders operation.
BlobSetHTTPHeadersHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
 
BlobSetHTTPHeadersResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the setHTTPHeaders operation.
BlobSetHTTPHeadersResponse(HttpRequest, int, BlobSetHTTPHeadersHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersResponse
Creates an instance of BlobSetHTTPHeadersResponse.
BlobSetMetadataHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for SetMetadata operation.
BlobSetMetadataHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
 
BlobSetMetadataResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the setMetadata operation.
BlobSetMetadataResponse(HttpRequest, int, BlobSetMetadataHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobSetMetadataResponse
Creates an instance of BlobSetMetadataResponse.
BlobSetTierHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for SetTier operation.
BlobSetTierHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobSetTierHeaders
 
BlobSetTierResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the setTier operation.
BlobSetTierResponse(HttpRequest, int, BlobSetTierHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobSetTierResponse
Creates an instance of BlobSetTierResponse.
BlobStartCopyFromURLHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for StartCopyFromURL operation.
BlobStartCopyFromURLHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
 
BlobStartCopyFromURLResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the startCopyFromURL operation.
BlobStartCopyFromURLResponse(HttpRequest, int, BlobStartCopyFromURLHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLResponse
Creates an instance of BlobStartCopyFromURLResponse.
blobType() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the blobType value.
blobType() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the blobType value.
blobType() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the blobType value.
BlobType - Enum in com.microsoft.azure.storage.blob.models
Defines values for BlobType.
BlobUndeleteHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Undelete operation.
BlobUndeleteHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlobUndeleteHeaders
 
BlobUndeleteResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the undelete operation.
BlobUndeleteResponse(HttpRequest, int, BlobUndeleteHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlobUndeleteResponse
Creates an instance of BlobUndeleteResponse.
BlobURL - Class in com.microsoft.azure.storage.blob
Represents a URL to a blob of any type: block, append, or page.
BlobURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.BlobURL
Creates a BlobURL object pointing to the account specified by the URL and using the provided pipeline to make HTTP requests.
BlobURLParts - Class in com.microsoft.azure.storage.blob
A BlobURLParts object represents the components that make up an Azure Storage Container/Blob URL.
BlobURLParts() - Constructor for class com.microsoft.azure.storage.blob.BlobURLParts
Initializes a BlobURLParts object with all fields set to null, except unparsedParameters, which is an empty map.
Block - Class in com.microsoft.azure.storage.blob.models
Represents a single block in a block blob.
Block() - Constructor for class com.microsoft.azure.storage.blob.models.Block
 
BLOCK_COUNT_EXCEEDS_LIMIT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlockCountExceedsLimit for StorageErrorCode.
BLOCK_LIST_TOO_LONG - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value BlockListTooLong for StorageErrorCode.
BlockBlobCommitBlockListHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for CommitBlockList operation.
BlockBlobCommitBlockListHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
 
BlockBlobCommitBlockListResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the commitBlockList operation.
BlockBlobCommitBlockListResponse(HttpRequest, int, BlockBlobCommitBlockListHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListResponse
Creates an instance of BlockBlobCommitBlockListResponse.
BlockBlobGetBlockListHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetBlockList operation.
BlockBlobGetBlockListHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
 
BlockBlobGetBlockListResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getBlockList operation.
BlockBlobGetBlockListResponse(HttpRequest, int, BlockBlobGetBlockListHeaders, Map<String, String>, BlockList) - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListResponse
Creates an instance of BlockBlobGetBlockListResponse.
BlockBlobStageBlockFromURLHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for StageBlockFromURL operation.
BlockBlobStageBlockFromURLHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
 
BlockBlobStageBlockFromURLResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the stageBlockFromURL operation.
BlockBlobStageBlockFromURLResponse(HttpRequest, int, BlockBlobStageBlockFromURLHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLResponse
Creates an instance of BlockBlobStageBlockFromURLResponse.
BlockBlobStageBlockHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for StageBlock operation.
BlockBlobStageBlockHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
 
BlockBlobStageBlockResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the stageBlock operation.
BlockBlobStageBlockResponse(HttpRequest, int, BlockBlobStageBlockHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockResponse
Creates an instance of BlockBlobStageBlockResponse.
BlockBlobUploadHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Upload operation.
BlockBlobUploadHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
 
BlockBlobUploadResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the upload operation.
BlockBlobUploadResponse(HttpRequest, int, BlockBlobUploadHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.BlockBlobUploadResponse
Creates an instance of BlockBlobUploadResponse.
BlockBlobURL - Class in com.microsoft.azure.storage.blob
Represents a URL to a block blob.
BlockBlobURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.BlockBlobURL
Creates a BlockBlobURL object pointing to the account specified by the URL and using the provided pipeline to make HTTP requests.
BlockList - Class in com.microsoft.azure.storage.blob.models
The BlockList model.
BlockList() - Constructor for class com.microsoft.azure.storage.blob.models.BlockList
 
BlockListType - Enum in com.microsoft.azure.storage.blob.models
Defines values for BlockListType.
BlockLookupList - Class in com.microsoft.azure.storage.blob.models
The BlockLookupList model.
BlockLookupList() - Constructor for class com.microsoft.azure.storage.blob.models.BlockLookupList
 
body(ReliableDownloadOptions) - Method in class com.microsoft.azure.storage.blob.DownloadResponse
Returns the response body which has been modified to enable reliably reading data if desired (if options.maxRetryRequests > 0.
body() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsResponse
 
body() - Method in class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentResponse
 
body() - Method in exception com.microsoft.azure.storage.blob.models.StorageErrorException
 
BOOTSTRAP - Static variable in class com.microsoft.azure.storage.blob.models.GeoReplicationStatusType
Static value bootstrap for GeoReplicationStatusType.
breakLease() - Method in class com.microsoft.azure.storage.blob.BlobURL
BreakLease breaks the blob's previously-acquired lease (if it exists).
breakLease(Integer, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
BreakLease breaks the blob's previously-acquired lease (if it exists).
breakLease() - Method in class com.microsoft.azure.storage.blob.ContainerURL
Breaks the container's previously-acquired lease.
breakLease(Integer, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Breaks the container's previously-acquired lease.
breakLease(Context, Integer, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
breakLease(Context, Integer, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
breakLeaseAsync(Context, Integer, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
breakLeaseAsync(Context, Integer, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
breakLeaseAsync(Context, Integer, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
breakLeaseAsync(Context, Integer, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
breakLeaseWithRestResponseAsync(Context, Integer, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
breakLeaseWithRestResponseAsync(Context, Integer, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.

C

cacheControl() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the cacheControl value.
cacheControl() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the cacheControl value.
cacheControl() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the cacheControl value.
cacheControl() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
cacheControl() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The cache-control header for the SAS.
CANNOT_CHANGE_TO_LOWER_TIER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value CannotChangeToLowerTier for StorageErrorCode.
CANNOT_VERIFY_COPY_SOURCE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value CannotVerifyCopySource for StorageErrorCode.
changeLease(String, String) - Method in class com.microsoft.azure.storage.blob.BlobURL
ChangeLease changes the blob's lease ID.
changeLease(String, String, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
ChangeLease changes the blob's lease ID.
changeLease(String, String) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Changes the container's leaseAccessConditions.
changeLease(String, String, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Changes the container's leaseAccessConditions.
changeLease(Context, String, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
changeLease(Context, String, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
changeLeaseAsync(Context, String, String, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
changeLeaseAsync(Context, String, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
changeLeaseAsync(Context, String, String, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
changeLeaseAsync(Context, String, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
changeLeaseWithRestResponseAsync(Context, String, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
changeLeaseWithRestResponseAsync(Context, String, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
chunkSize() - Method in class com.microsoft.azure.storage.blob.TransferManagerDownloadFromBlobOptions
The size of the chunk into which large download operations will be broken into.
clearPages(PageRange) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Frees the specified pages from the page blob.
clearPages(PageRange, PageBlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Frees the specified pages from the page blob.
clearPages(Context, long, Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Clear Pages operation clears a set of pages from a page blob.
clearPagesAsync(Context, long, Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Clear Pages operation clears a set of pages from a page blob.
clearPagesAsync(Context, long, Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Clear Pages operation clears a set of pages from a page blob.
clearPagesWithRestResponseAsync(Context, long, Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Clear Pages operation clears a set of pages from a page blob.
ClearRange - Class in com.microsoft.azure.storage.blob.models
The ClearRange model.
ClearRange() - Constructor for class com.microsoft.azure.storage.blob.models.ClearRange
 
clearRange() - Method in class com.microsoft.azure.storage.blob.models.PageList
Get the clearRange value.
client() - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Specifies which HttpClient to use to send the requests.
close() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadResponse
Disposes of the connection associated with this stream response.
com.microsoft.azure.storage - package com.microsoft.azure.storage
This package contains the classes for StorageClient.
com.microsoft.azure.storage.blob - package com.microsoft.azure.storage.blob
This package contains the core types for interacting with Azure Storage; start here.
com.microsoft.azure.storage.blob.implementation - package com.microsoft.azure.storage.blob.implementation
This package contains the blob.implementation classes for StorageClient.
com.microsoft.azure.storage.blob.models - package com.microsoft.azure.storage.blob.models
This package contains the blob.models classes for StorageClient.
commitBlockList(List<String>) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockList(List<String>, BlobHTTPHeaders, Metadata, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Writes a blob by specifying the list of block IDs that are to make up the blob.
commitBlockList(Context, BlockLookupList, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Commit Block List operation writes a blob by specifying the list of block IDs that make up the blob.
commitBlockListAsync(Context, BlockLookupList, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Commit Block List operation writes a blob by specifying the list of block IDs that make up the blob.
commitBlockListAsync(Context, BlockLookupList, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Commit Block List operation writes a blob by specifying the list of block IDs that make up the blob.
commitBlockListWithRestResponseAsync(Context, BlockLookupList, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Commit Block List operation writes a blob by specifying the list of block IDs that make up the blob.
committed() - Method in class com.microsoft.azure.storage.blob.models.BlockLookupList
Get the committed value.
committedBlocks() - Method in class com.microsoft.azure.storage.blob.models.BlockList
Get the committedBlocks value.
CommonRestResponse - Class in com.microsoft.azure.storage.blob
A generic wrapper for any type of blob REST API response.
CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ConditionHeadersNotSupported for StorageErrorCode.
CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ConditionNotMet for StorageErrorCode.
container() - Method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Permission to access container level APIs (Blob Containers, Tables, Queues, File Shares) granted.
CONTAINER - Static variable in class com.microsoft.azure.storage.blob.models.PublicAccessType
Static value container for PublicAccessType.
CONTAINER_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ContainerAlreadyExists for StorageErrorCode.
CONTAINER_BEING_DELETED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ContainerBeingDeleted for StorageErrorCode.
CONTAINER_DISABLED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ContainerDisabled for StorageErrorCode.
CONTAINER_NOT_FOUND - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ContainerNotFound for StorageErrorCode.
ContainerAccessConditions - Class in com.microsoft.azure.storage.blob
This class contains values which will restrict the successful operation of a variety of requests to the conditions present.
ContainerAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.ContainerAccessConditions
Creates an instance which has fields set to non-null, empty values.
ContainerAcquireLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for AcquireLease operation.
ContainerAcquireLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
 
ContainerAcquireLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the acquireLease operation.
ContainerAcquireLeaseResponse(HttpRequest, int, ContainerAcquireLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseResponse
Creates an instance of ContainerAcquireLeaseResponse.
ContainerBreakLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for BreakLease operation.
ContainerBreakLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
 
ContainerBreakLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the breakLease operation.
ContainerBreakLeaseResponse(HttpRequest, int, ContainerBreakLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseResponse
Creates an instance of ContainerBreakLeaseResponse.
ContainerChangeLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ChangeLease operation.
ContainerChangeLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
 
ContainerChangeLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the changeLease operation.
ContainerChangeLeaseResponse(HttpRequest, int, ContainerChangeLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseResponse
Creates an instance of ContainerChangeLeaseResponse.
ContainerCreateHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Create operation.
ContainerCreateHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
 
ContainerCreateResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the create operation.
ContainerCreateResponse(HttpRequest, int, ContainerCreateHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerCreateResponse
Creates an instance of ContainerCreateResponse.
ContainerDeleteHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Delete operation.
ContainerDeleteHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerDeleteHeaders
 
ContainerDeleteResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the delete operation.
ContainerDeleteResponse(HttpRequest, int, ContainerDeleteHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerDeleteResponse
Creates an instance of ContainerDeleteResponse.
ContainerGetAccessPolicyHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetAccessPolicy operation.
ContainerGetAccessPolicyHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
 
ContainerGetAccessPolicyResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getAccessPolicy operation.
ContainerGetAccessPolicyResponse(HttpRequest, int, ContainerGetAccessPolicyHeaders, Map<String, String>, List<SignedIdentifier>) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyResponse
Creates an instance of ContainerGetAccessPolicyResponse.
ContainerGetAccountInfoHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetAccountInfo operation.
ContainerGetAccountInfoHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
 
ContainerGetAccountInfoResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getAccountInfo operation.
ContainerGetAccountInfoResponse(HttpRequest, int, ContainerGetAccountInfoHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoResponse
Creates an instance of ContainerGetAccountInfoResponse.
ContainerGetPropertiesHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetProperties operation.
ContainerGetPropertiesHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
 
ContainerGetPropertiesResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getProperties operation.
ContainerGetPropertiesResponse(HttpRequest, int, ContainerGetPropertiesHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesResponse
Creates an instance of ContainerGetPropertiesResponse.
ContainerItem - Class in com.microsoft.azure.storage.blob.models
An Azure Storage container.
ContainerItem() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerItem
 
containerItems() - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Get the containerItems value.
ContainerListBlobFlatSegmentHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ListBlobFlatSegment operation.
ContainerListBlobFlatSegmentHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
 
ContainerListBlobFlatSegmentResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the listBlobFlatSegment operation.
ContainerListBlobFlatSegmentResponse(HttpRequest, int, ContainerListBlobFlatSegmentHeaders, Map<String, String>, ListBlobsFlatSegmentResponse) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentResponse
Creates an instance of ContainerListBlobFlatSegmentResponse.
ContainerListBlobHierarchySegmentHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ListBlobHierarchySegment operation.
ContainerListBlobHierarchySegmentHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
 
ContainerListBlobHierarchySegmentResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the listBlobHierarchySegment operation.
ContainerListBlobHierarchySegmentResponse(HttpRequest, int, ContainerListBlobHierarchySegmentHeaders, Map<String, String>, ListBlobsHierarchySegmentResponse) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentResponse
Creates an instance of ContainerListBlobHierarchySegmentResponse.
ContainerListingDetails - Class in com.microsoft.azure.storage.blob
This type allows users to specify additional information the service should return with each container when listing containers in an account (via a ServiceURL object).
ContainerListingDetails() - Constructor for class com.microsoft.azure.storage.blob.ContainerListingDetails
 
containerName() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The container name or null if a ServiceURL was parsed.
containerName() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the containerName value.
containerName() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the containerName value.
containerName() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The name of the container the SAS user may access.
ContainerProperties - Class in com.microsoft.azure.storage.blob.models
Properties of a container.
ContainerProperties() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerProperties
 
ContainerReleaseLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ReleaseLease operation.
ContainerReleaseLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
 
ContainerReleaseLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the releaseLease operation.
ContainerReleaseLeaseResponse(HttpRequest, int, ContainerReleaseLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseResponse
Creates an instance of ContainerReleaseLeaseResponse.
ContainerRenewLeaseHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for RenewLease operation.
ContainerRenewLeaseHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
 
ContainerRenewLeaseResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the renewLease operation.
ContainerRenewLeaseResponse(HttpRequest, int, ContainerRenewLeaseHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseResponse
Creates an instance of ContainerRenewLeaseResponse.
ContainerSASPermission - Class in com.microsoft.azure.storage.blob
This is a helper class to construct a string representing the permissions granted by a ServiceSAS to a container.
ContainerSASPermission() - Constructor for class com.microsoft.azure.storage.blob.ContainerSASPermission
Initializes an ContainerSASPermssion object with all fields set to false.
ContainerSetAccessPolicyHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for SetAccessPolicy operation.
ContainerSetAccessPolicyHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
 
ContainerSetAccessPolicyResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the setAccessPolicy operation.
ContainerSetAccessPolicyResponse(HttpRequest, int, ContainerSetAccessPolicyHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyResponse
Creates an instance of ContainerSetAccessPolicyResponse.
ContainerSetMetadataHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for SetMetadata operation.
ContainerSetMetadataHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
 
ContainerSetMetadataResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the setMetadata operation.
ContainerSetMetadataResponse(HttpRequest, int, ContainerSetMetadataHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ContainerSetMetadataResponse
Creates an instance of ContainerSetMetadataResponse.
ContainerURL - Class in com.microsoft.azure.storage.blob
Represents a URL to a container.
ContainerURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.ContainerURL
Creates a ContainerURL object pointing to the account specified by the URL and using the provided pipeline to make HTTP requests.
CONTENT_LENGTH_LARGER_THAN_TIER_LIMIT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ContentLengthLargerThanTierLimit for StorageErrorCode.
contentDisposition() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the contentDisposition value.
contentDisposition() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the contentDisposition value.
contentDisposition() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the contentDisposition value.
contentDisposition() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
contentDisposition() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-disposition header for the SAS.
contentEncoding() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the contentEncoding value.
contentEncoding() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the contentEncoding value.
contentEncoding() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the contentEncoding value.
contentEncoding() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
contentEncoding() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-encoding header for the SAS.
contentLanguage() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the contentLanguage value.
contentLanguage() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the contentLanguage value.
contentLanguage() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the contentLanguage value.
contentLanguage() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
contentLanguage() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-language header for the SAS.
contentLength() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the contentLength value.
contentLength() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the contentLength value.
contentLength() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the contentLength value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Get the contentMD5 value.
contentMD5() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the contentMD5 value.
contentRange() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the contentRange value.
contentType() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the contentType value.
contentType() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the contentType value.
contentType() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the contentType value.
contentType() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Get the contentType value.
contentType() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Get the contentType value.
contentType() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Get the contentType value.
contentType() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
contentType() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-type header for the SAS.
COOL - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value Cool for AccessTier.
copy() - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value CopyAcrossAccountsNotSupported for StorageErrorCode.
COPY_ID_MISMATCH - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value CopyIdMismatch for StorageErrorCode.
copyCompletionTime() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the copyCompletionTime value.
copyCompletionTime() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the copyCompletionTime value.
copyCompletionTime() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the copyCompletionTime value.
copyFromURL(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Copy From URL operation copies a blob or an internet resource to a new blob.
copyFromURLAsync(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Copy From URL operation copies a blob or an internet resource to a new blob.
copyFromURLAsync(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Copy From URL operation copies a blob or an internet resource to a new blob.
copyFromURLWithRestResponseAsync(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Copy From URL operation copies a blob or an internet resource to a new blob.
copyId() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Get the copyId value.
copyId() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the copyId value.
copyId() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the copyId value.
copyId() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the copyId value.
copyId() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Get the copyId value.
copyId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Get the copyId value.
copyIncremental(URL, String) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
copyIncremental(URL, String, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Begins an operation to start an incremental copy from one page blob's snapshot to this page blob.
copyIncremental(Context, URL, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Copy Incremental operation copies a snapshot of the source page blob to a destination page blob.
copyIncrementalAsync(Context, URL, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Copy Incremental operation copies a snapshot of the source page blob to a destination page blob.
copyIncrementalAsync(Context, URL, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Copy Incremental operation copies a snapshot of the source page blob to a destination page blob.
copyIncrementalWithRestResponseAsync(Context, URL, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Copy Incremental operation copies a snapshot of the source page blob to a destination page blob.
copyProgress() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the copyProgress value.
copyProgress() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the copyProgress value.
copyProgress() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the copyProgress value.
copySource() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the copySource value.
copySource() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the copySource value.
copySource() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the copySource value.
copyStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Get the copyStatus value.
copyStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the copyStatus value.
copyStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the copyStatus value.
copyStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the copyStatus value.
copyStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Get the copyStatus value.
copyStatus() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Get the copyStatus value.
copyStatusDescription() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the copyStatusDescription value.
copyStatusDescription() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the copyStatusDescription value.
copyStatusDescription() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the copyStatusDescription value.
CopyStatusType - Enum in com.microsoft.azure.storage.blob.models
Defines values for CopyStatusType.
cors() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Get the cors value.
CorsRule - Class in com.microsoft.azure.storage.blob.models
CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain.
CorsRule() - Constructor for class com.microsoft.azure.storage.blob.models.CorsRule
 
count() - Method in class com.microsoft.azure.storage.blob.BlobRange
How many bytes to include in the range.
count() - Method in class com.microsoft.azure.storage.blob.HTTPGetterInfo
The count of bytes that should be used to calculate the end offset when creating the HTTP GET request's Range header.
create() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to create blobs and files granted.
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.blob.AnonymousCredentials
Creates a new AnonymousCredentialsPolicy.
create() - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
Creates a 0-length append blob.
create(BlobHTTPHeaders, Metadata, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
Creates a 0-length append blob.
create() - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Create access granted.
create() - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Create access granted.
create() - Method in class com.microsoft.azure.storage.blob.ContainerURL
Creates a new container within a storage account.
create(Metadata, PublicAccessType, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Creates a new container within a storage account.
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.blob.LoggingFactory
 
create(long) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Creates a page blob of the specified length.
create(long, Long, BlobHTTPHeaders, Metadata, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Creates a page blob of the specified length.
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.blob.RequestIDFactory
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.blob.RequestRetryFactory
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.blob.SharedKeyCredentials
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.blob.TelemetryFactory
 
create(RequestPolicy, RequestPolicyOptions) - Method in class com.microsoft.azure.storage.blob.TokenCredentials
 
create(Context, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Create Append Blob operation creates a new append blob.
create(Context, Integer, Map<String, String>, PublicAccessType, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
creates a new container under the specified account.
create(Context, long, long, Integer, Map<String, String>, Long, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Create operation creates a new page blob.
createAppendBlobURL(String) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Creates creates a new AppendBlobURL object by concatenating blobName to the end of ContainerURL's URL.
createAsync(Context, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Create Append Blob operation creates a new append blob.
createAsync(Context, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Create Append Blob operation creates a new append blob.
createAsync(Context, Integer, Map<String, String>, PublicAccessType, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
creates a new container under the specified account.
createAsync(Context, Integer, Map<String, String>, PublicAccessType, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
creates a new container under the specified account.
createAsync(Context, long, long, Integer, Map<String, String>, Long, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Create operation creates a new page blob.
createAsync(Context, long, long, Integer, Map<String, String>, Long, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Create operation creates a new page blob.
createBlobURL(String) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Creates a new BlobURL object by concatenating blobName to the end of ContainerURL's URL.
createBlockBlobURL(String) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Creates a new BlockBlobURL object by concatenating the blobName to the end of ContainerURL's URL.
createContainerURL(String) - Method in class com.microsoft.azure.storage.blob.ServiceURL
 
createPageBlobURL(String) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Creates creates a new PageBlobURL object by concatenating blobName to the end of ContainerURL's URL.
createPipeline() - Static method in class com.microsoft.azure.storage.blob.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createPipeline(ICredentials) - Static method in class com.microsoft.azure.storage.blob.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createPipeline(PipelineOptions) - Static method in class com.microsoft.azure.storage.blob.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createPipeline(ICredentials, PipelineOptions) - Static method in class com.microsoft.azure.storage.blob.StorageURL
Creates an pipeline to process the HTTP requests and Responses.
createSnapshot() - Method in class com.microsoft.azure.storage.blob.BlobURL
Creates a read-only snapshot of a blob.
createSnapshot(Metadata, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Creates a read-only snapshot of a blob.
createSnapshot(Context, Integer, Map<String, String>, String, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Create Snapshot operation creates a read-only snapshot of a blob.
createSnapshotAsync(Context, Integer, Map<String, String>, String, ModifiedAccessConditions, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Create Snapshot operation creates a read-only snapshot of a blob.
createSnapshotAsync(Context, Integer, Map<String, String>, String, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Create Snapshot operation creates a read-only snapshot of a blob.
createSnapshotWithRestResponseAsync(Context, Integer, Map<String, String>, String, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Create Snapshot operation creates a read-only snapshot of a blob.
createWithRestResponseAsync(Context, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedAppendBlobs
The Create Append Blob operation creates a new append blob.
createWithRestResponseAsync(Context, Integer, Map<String, String>, PublicAccessType, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
creates a new container under the specified account.
createWithRestResponseAsync(Context, long, long, Integer, Map<String, String>, Long, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Create operation creates a new page blob.
creationTime() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the creationTime value.
creationTime() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the creationTime value.

D

date() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
 
date() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobDeleteHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlobUndeleteHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerDeleteHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Get the date value.
date() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsHeaders
Get the date value.
days() - Method in class com.microsoft.azure.storage.blob.models.RetentionPolicy
Get the days value.
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.BlobRange
An object which reflects the service's default range, which is the whole blob.
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.IPRange
 
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.ListBlobsOptions
An object representing the default options: no details, prefix, or delimiter.
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.ListContainersOptions
An object representing the default options: no details or prefix and using the service's default for maxResults.
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.LoggingOptions
Default logging options.
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.RequestRetryOptions
An object representing default retry values: Exponential backoff, maxTries=4, tryTimeout=30, retryDelayInMs=4000, maxRetryDelayInMs=120000, secondaryHost=null.
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.TelemetryOptions
 
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.TransferManagerDownloadFromBlobOptions
The default download options.
DEFAULT - Static variable in class com.microsoft.azure.storage.blob.TransferManagerUploadToBlockBlobOptions
An object which represents the default parallel upload options.
defaultServiceVersion() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Get the defaultServiceVersion value.
delete() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to delete resources granted.
delete() - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Delete access granted.
delete() - Method in class com.microsoft.azure.storage.blob.BlobURL
Deletes the specified blob or snapshot.
delete(DeleteSnapshotsOptionType, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Deletes the specified blob or snapshot.
delete() - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Delete access granted.
delete() - Method in class com.microsoft.azure.storage.blob.ContainerURL
Marks the specified container for deletion.
delete(ContainerAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Marks the specified container for deletion.
delete() - Method in class com.microsoft.azure.storage.blob.models.Logging
Get the delete value.
delete(Context, String, Integer, DeleteSnapshotsOptionType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
delete(Context, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation marks the specified container for deletion.
deleteAsync(Context, String, Integer, DeleteSnapshotsOptionType, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
deleteAsync(Context, String, Integer, DeleteSnapshotsOptionType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
deleteAsync(Context, Integer, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation marks the specified container for deletion.
deleteAsync(Context, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation marks the specified container for deletion.
deleted() - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Get the deleted value.
deletedBlobs() - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blobs which have been soft deleted should be returned.
deletedTime() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the deletedTime value.
deleteRetentionPolicy() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Get the deleteRetentionPolicy value.
DeleteSnapshotsOptionType - Enum in com.microsoft.azure.storage.blob.models
Defines values for DeleteSnapshotsOptionType.
deleteWithRestResponseAsync(Context, String, Integer, DeleteSnapshotsOptionType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
If the storage account's soft delete feature is disabled then, when a blob is deleted, it is permanently removed from the storage account.
deleteWithRestResponseAsync(Context, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation marks the specified container for deletion.
delimiter() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the delimiter value.
delimiter() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the delimiter value.
destinationSnapshot() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the destinationSnapshot value.
destinationSnapshot() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the destinationSnapshot value.
details() - Method in class com.microsoft.azure.storage.blob.ListBlobsOptions
details() - Method in class com.microsoft.azure.storage.blob.ListContainersOptions
disableDefaultLogging() - Method in class com.microsoft.azure.storage.blob.LoggingOptions
 
download() - Method in class com.microsoft.azure.storage.blob.BlobURL
Reads a range of bytes from a blob.
download(BlobRange, BlobAccessConditions, boolean, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Reads a range of bytes from a blob.
download(Context, String, Integer, String, Boolean, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Download operation reads or downloads a blob from the system, including its metadata and properties.
downloadAsync(Context, String, Integer, String, Boolean, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Flowable<ByteBuffer>>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Download operation reads or downloads a blob from the system, including its metadata and properties.
downloadAsync(Context, String, Integer, String, Boolean, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Download operation reads or downloads a blob from the system, including its metadata and properties.
downloadBlobToFile(AsynchronousFileChannel, BlobURL, BlobRange, TransferManagerDownloadFromBlobOptions) - Static method in class com.microsoft.azure.storage.blob.TransferManager
Downloads a file directly into a file, splitting the download into chunks and parallelizing as necessary.
DownloadResponse - Class in com.microsoft.azure.storage.blob
DownloadResponse wraps the protocol-layer response from BlobURL.download(BlobRange, BlobAccessConditions, boolean, com.microsoft.rest.v2.Context) to automatically retry failed reads from the body as appropriate.
DownloadResponse(RestResponse<BlobDownloadHeaders, Flowable<ByteBuffer>>, HTTPGetterInfo, Function<HTTPGetterInfo, Single<DownloadResponse>>) - Constructor for class com.microsoft.azure.storage.blob.DownloadResponse
 
downloadWithRestResponseAsync(Context, String, Integer, String, Boolean, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Download operation reads or downloads a blob from the system, including its metadata and properties.

E

EMPTY_METADATA_KEY - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value EmptyMetadataKey for StorageErrorCode.
enabled() - Method in class com.microsoft.azure.storage.blob.models.Metrics
Get the enabled value.
enabled() - Method in class com.microsoft.azure.storage.blob.models.RetentionPolicy
Get the enabled value.
enabled() - Method in class com.microsoft.azure.storage.blob.models.StaticWebsite
Get the enabled value.
encode() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
Encodes all SAS query parameters into a string that can be appended to a URL.
end() - Method in class com.microsoft.azure.storage.blob.models.ClearRange
Get the end value.
end() - Method in class com.microsoft.azure.storage.blob.models.PageRange
Get the end value.
errorCode() - Method in exception com.microsoft.azure.storage.blob.StorageException
 
errorDocument404Path() - Method in class com.microsoft.azure.storage.blob.models.StaticWebsite
Get the errorDocument404Path value.
eTag() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
 
eTag() - Method in class com.microsoft.azure.storage.blob.HTTPGetterInfo
The resource's etag that should be used when creating the HTTP GET request's If-Match header.
eTag() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the eTag value.
etag() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the etag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the eTag value.
etag() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the etag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Get the eTag value.
eTag() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the eTag value.
expiry() - Method in class com.microsoft.azure.storage.blob.models.AccessPolicy
Get the expiry value.
expiryTime() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
The time after which the SAS will no longer work.
expiryTime() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
expiryTime() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The time after which the SAS will no longer work.
exposedHeaders() - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Get the exposedHeaders value.

F

FEATURE_VERSION_MISMATCH - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value FeatureVersionMismatch for StorageErrorCode.
file() - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access file resources granted.
fromString(String) - Static method in class com.microsoft.azure.storage.blob.models.AccessTier
Creates or finds a AccessTier from its string representation.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.AccountKind
Parses a serialized value to a AccountKind instance.
fromString(String) - Static method in class com.microsoft.azure.storage.blob.models.ArchiveStatus
Creates or finds a ArchiveStatus from its string representation.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.BlobType
Parses a serialized value to a BlobType instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.BlockListType
Parses a serialized value to a BlockListType instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.CopyStatusType
Parses a serialized value to a CopyStatusType instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.DeleteSnapshotsOptionType
Parses a serialized value to a DeleteSnapshotsOptionType instance.
fromString(String) - Static method in class com.microsoft.azure.storage.blob.models.GeoReplicationStatusType
Creates or finds a GeoReplicationStatusType from its string representation.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.LeaseDurationType
Parses a serialized value to a LeaseDurationType instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.LeaseStateType
Parses a serialized value to a LeaseStateType instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.LeaseStatusType
Parses a serialized value to a LeaseStatusType instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.ListBlobsIncludeItem
Parses a serialized value to a ListBlobsIncludeItem instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.ListContainersIncludeType
Parses a serialized value to a ListContainersIncludeType instance.
fromString(String) - Static method in class com.microsoft.azure.storage.blob.models.PublicAccessType
Creates or finds a PublicAccessType from its string representation.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.SequenceNumberActionType
Parses a serialized value to a SequenceNumberActionType instance.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.SkuName
Parses a serialized value to a SkuName instance.
fromString(String) - Static method in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Creates or finds a StorageErrorCode from its string representation.
fromString(String) - Static method in enum com.microsoft.azure.storage.blob.models.SyncCopyStatusType
Parses a serialized value to a SyncCopyStatusType instance.

G

GeneratedAppendBlobs - Class in com.microsoft.azure.storage
An instance of this class provides access to all the operations defined in GeneratedAppendBlobs.
GeneratedAppendBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.GeneratedAppendBlobs
Initializes an instance of GeneratedAppendBlobs.
generatedAppendBlobs() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets the GeneratedAppendBlobs object to access its operations.
GeneratedBlobs - Class in com.microsoft.azure.storage
An instance of this class provides access to all the operations defined in GeneratedBlobs.
GeneratedBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.GeneratedBlobs
Initializes an instance of GeneratedBlobs.
generatedBlobs() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets the GeneratedBlobs object to access its operations.
GeneratedBlockBlobs - Class in com.microsoft.azure.storage
An instance of this class provides access to all the operations defined in GeneratedBlockBlobs.
GeneratedBlockBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.GeneratedBlockBlobs
Initializes an instance of GeneratedBlockBlobs.
generatedBlockBlobs() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets the GeneratedBlockBlobs object to access its operations.
GeneratedContainers - Class in com.microsoft.azure.storage
An instance of this class provides access to all the operations defined in GeneratedContainers.
GeneratedContainers(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.GeneratedContainers
Initializes an instance of GeneratedContainers.
generatedContainers() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets the GeneratedContainers object to access its operations.
GeneratedPageBlobs - Class in com.microsoft.azure.storage
An instance of this class provides access to all the operations defined in GeneratedPageBlobs.
GeneratedPageBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.GeneratedPageBlobs
Initializes an instance of GeneratedPageBlobs.
generatedPageBlobs() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets the GeneratedPageBlobs object to access its operations.
GeneratedServices - Class in com.microsoft.azure.storage
An instance of this class provides access to all the operations defined in GeneratedServices.
GeneratedServices(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.GeneratedServices
Initializes an instance of GeneratedServices.
generatedServices() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets the GeneratedServices object to access its operations.
GeneratedStorageClient - Class in com.microsoft.azure.storage
Initializes a new instance of the GeneratedStorageClient type.
GeneratedStorageClient() - Constructor for class com.microsoft.azure.storage.GeneratedStorageClient
Initializes an instance of GeneratedStorageClient client.
GeneratedStorageClient(HttpPipeline) - Constructor for class com.microsoft.azure.storage.GeneratedStorageClient
Initializes an instance of GeneratedStorageClient client.
generateSASQueryParameters(SharedKeyCredentials) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
Generates a SASQueryParameters object which contains all SAS query parameters needed to make an actual REST request.
generateSASQueryParameters(SharedKeyCredentials) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
Uses an account's shared key credential to sign these signature values to produce the proper SAS query parameters.
GeoReplication - Class in com.microsoft.azure.storage.blob.models
Geo-Replication information for the Secondary Storage Service.
GeoReplication() - Constructor for class com.microsoft.azure.storage.blob.models.GeoReplication
 
geoReplication() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceStats
Get the geoReplication value.
GeoReplicationStatusType - Class in com.microsoft.azure.storage.blob.models
Defines values for GeoReplicationStatusType.
GeoReplicationStatusType() - Constructor for class com.microsoft.azure.storage.blob.models.GeoReplicationStatusType
 
getAccessPolicy() - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns the container's permissions.
getAccessPolicy(LeaseAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns the container's permissions.
getAccessPolicy(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
gets the permissions for the specified container.
getAccessPolicyAsync(Context, Integer, String, LeaseAccessConditions, ServiceCallback<List<SignedIdentifier>>) - Method in class com.microsoft.azure.storage.GeneratedContainers
gets the permissions for the specified container.
getAccessPolicyAsync(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
gets the permissions for the specified container.
getAccessPolicyWithRestResponseAsync(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
gets the permissions for the specified container.
getAccountInfo() - Method in class com.microsoft.azure.storage.blob.BlobURL
Returns the sku name and account kind for the account.
getAccountInfo(Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Returns the sku name and account kind for the account.
getAccountInfo() - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns the sku name and account kind for the account.
getAccountInfo(Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns the sku name and account kind for the account.
getAccountInfo() - Method in class com.microsoft.azure.storage.blob.ServiceURL
Returns the sku name and account kind for the account.
getAccountInfo(Context) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Returns the sku name and account kind for the account.
getAccountInfo(Context) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Returns the sku name and account kind.
getAccountInfo(Context) - Method in class com.microsoft.azure.storage.GeneratedContainers
Returns the sku name and account kind.
getAccountInfo(Context) - Method in class com.microsoft.azure.storage.GeneratedServices
Returns the sku name and account kind.
getAccountInfoAsync(Context, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Returns the sku name and account kind.
getAccountInfoAsync(Context) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Returns the sku name and account kind.
getAccountInfoAsync(Context, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
Returns the sku name and account kind.
getAccountInfoAsync(Context) - Method in class com.microsoft.azure.storage.GeneratedContainers
Returns the sku name and account kind.
getAccountInfoAsync(Context, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedServices
Returns the sku name and account kind.
getAccountInfoAsync(Context) - Method in class com.microsoft.azure.storage.GeneratedServices
Returns the sku name and account kind.
getAccountInfoWithRestResponseAsync(Context) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Returns the sku name and account kind.
getAccountInfoWithRestResponseAsync(Context) - Method in class com.microsoft.azure.storage.GeneratedContainers
Returns the sku name and account kind.
getAccountInfoWithRestResponseAsync(Context) - Method in class com.microsoft.azure.storage.GeneratedServices
Returns the sku name and account kind.
getAccountName() - Method in class com.microsoft.azure.storage.blob.SharedKeyCredentials
Gets the account name associated with the request.
getBlockList(BlockListType) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
getBlockList(BlockListType, LeaseAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
getBlockList(Context, BlockListType, String, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Get Block List operation retrieves the list of blocks that have been uploaded as part of a block blob.
getBlockListAsync(Context, BlockListType, String, Integer, String, LeaseAccessConditions, ServiceCallback<BlockList>) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Get Block List operation retrieves the list of blocks that have been uploaded as part of a block blob.
getBlockListAsync(Context, BlockListType, String, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Get Block List operation retrieves the list of blocks that have been uploaded as part of a block blob.
getBlockListWithRestResponseAsync(Context, BlockListType, String, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Get Block List operation retrieves the list of blocks that have been uploaded as part of a block blob.
getPageRanges(BlobRange) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
getPageRanges(BlobRange, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
getPageRanges(Context, String, Integer, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
getPageRangesAsync(Context, String, Integer, String, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<PageList>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
getPageRangesAsync(Context, String, Integer, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
getPageRangesDiff(BlobRange, String) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
getPageRangesDiff(BlobRange, String, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
getPageRangesDiff(Context, String, Integer, String, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
getPageRangesDiffAsync(Context, String, Integer, String, String, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<PageList>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
getPageRangesDiffAsync(Context, String, Integer, String, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
getPageRangesDiffWithRestResponseAsync(Context, String, Integer, String, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
[Update] The Get Page Ranges Diff operation returns the list of valid page ranges for a page blob that were changed between target blob and previous snapshot.
getPageRangesWithRestResponseAsync(Context, String, Integer, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
getProperties() - Method in class com.microsoft.azure.storage.blob.BlobURL
Returns the blob's metadata and properties.
getProperties(BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Returns the blob's metadata and properties.
getProperties() - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns the container's metadata and system properties.
getProperties(LeaseAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns the container's metadata and system properties.
getProperties() - Method in class com.microsoft.azure.storage.blob.ServiceURL
Gets the properties of a storage account’s Blob service.
getProperties(Context) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Gets the properties of a storage account’s Blob service.
getProperties(Context, String, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Get Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob.
getProperties(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
returns all user-defined metadata and system properties for the specified container.
getProperties(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getPropertiesAsync(Context, String, Integer, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Get Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob.
getPropertiesAsync(Context, String, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Get Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob.
getPropertiesAsync(Context, Integer, String, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
returns all user-defined metadata and system properties for the specified container.
getPropertiesAsync(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
returns all user-defined metadata and system properties for the specified container.
getPropertiesAsync(Context, Integer, String, ServiceCallback<StorageServiceProperties>) - Method in class com.microsoft.azure.storage.GeneratedServices
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getPropertiesAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getPropertiesWithRestResponseAsync(Context, String, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Get Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob.
getPropertiesWithRestResponseAsync(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
returns all user-defined metadata and system properties for the specified container.
getPropertiesWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
getStatistics() - Method in class com.microsoft.azure.storage.blob.ServiceURL
Retrieves statistics related to replication for the Blob service.
getStatistics(Context) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Retrieves statistics related to replication for the Blob service.
getStatistics(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
Retrieves statistics related to replication for the Blob service.
getStatisticsAsync(Context, Integer, String, ServiceCallback<StorageServiceStats>) - Method in class com.microsoft.azure.storage.GeneratedServices
Retrieves statistics related to replication for the Blob service.
getStatisticsAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
Retrieves statistics related to replication for the Blob service.
getStatisticsWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
Retrieves statistics related to replication for the Blob service.
getToken() - Method in class com.microsoft.azure.storage.blob.TokenCredentials
Retrieve the value of the token used by this factory.

H

hasImmutabilityPolicy() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the hasImmutabilityPolicy value.
hasImmutabilityPolicy() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the hasImmutabilityPolicy value.
hasLegalHold() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the hasLegalHold value.
hasLegalHold() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the hasLegalHold value.
headers() - Method in class com.microsoft.azure.storage.blob.DownloadResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobDeleteResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobSetTierResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlobUndeleteResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerDeleteResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentResponse
 
headers() - Method in class com.microsoft.azure.storage.blob.models.ServiceSetPropertiesResponse
 
host() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The host.
HOT - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value Hot for AccessTier.
hourMetrics() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Get the hourMetrics value.
HTTPGetterInfo - Class in com.microsoft.azure.storage.blob
HTTPGetterInfo is a passed to the getter function of a reliable download to specify parameters needed for the GET request.
HTTPGetterInfo() - Constructor for class com.microsoft.azure.storage.blob.HTTPGetterInfo
 
httpHeaders() - Method in class com.microsoft.azure.storage.blob.TransferManagerUploadToBlockBlobOptions
Most often used when creating a blob or setting its properties, this class contains fields for typical HTTP properties, which, if specified, will be attached to the target blob.

I

ICredentials - Interface in com.microsoft.azure.storage.blob
Credentials represent any credential type it is used to create a credential policy Factory.
id() - Method in class com.microsoft.azure.storage.blob.models.SignedIdentifier
Get the id value.
identifier() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
identifier() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The name of the access policy on the container this SAS references if any.
ifMatch() - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Get the ifMatch value.
ifModifiedSince() - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Get the ifModifiedSince value.
ifNoneMatch() - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Get the ifNoneMatch value.
ifSequenceNumberEqualTo() - Method in class com.microsoft.azure.storage.blob.models.SequenceNumberAccessConditions
Get the ifSequenceNumberEqualTo value.
ifSequenceNumberLessThan() - Method in class com.microsoft.azure.storage.blob.models.SequenceNumberAccessConditions
Get the ifSequenceNumberLessThan value.
ifSequenceNumberLessThanOrEqualTo() - Method in class com.microsoft.azure.storage.blob.models.SequenceNumberAccessConditions
Get the ifSequenceNumberLessThanOrEqualTo value.
ifUnmodifiedSince() - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Get the ifUnmodifiedSince value.
includeAPIs() - Method in class com.microsoft.azure.storage.blob.models.Metrics
Get the includeAPIs value.
INCREMENTAL_COPY_BLOB_MISMATCH - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value IncrementalCopyBlobMismatch for StorageErrorCode.
INCREMENTAL_COPY_OF_ERALIER_VERSION_SNAPSHOT_NOT_ALLOWED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value IncrementalCopyOfEralierVersionSnapshotNotAllowed for StorageErrorCode.
INCREMENTAL_COPY_SOURCE_MUST_BE_SNAPSHOT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value IncrementalCopySourceMustBeSnapshot for StorageErrorCode.
incrementalCopy() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the incrementalCopy value.
indexDocument() - Method in class com.microsoft.azure.storage.blob.models.StaticWebsite
Get the indexDocument value.
INFINITE_LEASE_DURATION_REQUIRED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InfiniteLeaseDurationRequired for StorageErrorCode.
INSUFFICIENT_ACCOUNT_PERMISSIONS - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InsufficientAccountPermissions for StorageErrorCode.
INTERNAL_ERROR - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InternalError for StorageErrorCode.
INVALID_AUTHENTICATION_INFO - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidAuthenticationInfo for StorageErrorCode.
INVALID_BLOB_OR_BLOCK - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidBlobOrBlock for StorageErrorCode.
INVALID_BLOB_TIER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidBlobTier for StorageErrorCode.
INVALID_BLOB_TYPE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidBlobType for StorageErrorCode.
INVALID_BLOCK_ID - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidBlockId for StorageErrorCode.
INVALID_BLOCK_LIST - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidBlockList for StorageErrorCode.
INVALID_HEADER_VALUE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidHeaderValue for StorageErrorCode.
INVALID_HTTP_VERB - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidHttpVerb for StorageErrorCode.
INVALID_INPUT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidInput for StorageErrorCode.
INVALID_MD5 - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidMd5 for StorageErrorCode.
INVALID_METADATA - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidMetadata for StorageErrorCode.
INVALID_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidOperation for StorageErrorCode.
INVALID_PAGE_RANGE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidPageRange for StorageErrorCode.
INVALID_QUERY_PARAMETER_VALUE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidQueryParameterValue for StorageErrorCode.
INVALID_RANGE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidRange for StorageErrorCode.
INVALID_RESOURCE_NAME - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidResourceName for StorageErrorCode.
INVALID_SOURCE_BLOB_TYPE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidSourceBlobType for StorageErrorCode.
INVALID_SOURCE_BLOB_URL - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidSourceBlobUrl for StorageErrorCode.
INVALID_URI - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidUri for StorageErrorCode.
INVALID_VERSION_FOR_PAGE_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidVersionForPageBlobOperation for StorageErrorCode.
INVALID_XML_DOCUMENT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidXmlDocument for StorageErrorCode.
INVALID_XML_NODE_VALUE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value InvalidXmlNodeValue for StorageErrorCode.
ipMax() - Method in class com.microsoft.azure.storage.blob.IPRange
The maximum IP address of the range.
ipMin() - Method in class com.microsoft.azure.storage.blob.IPRange
The minimum IP address of the range.
ipRange() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
IPRange - Class in com.microsoft.azure.storage.blob
This type specifies a continuous range of IP addresses.
IPRange() - Constructor for class com.microsoft.azure.storage.blob.IPRange
 
ipRange() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
ipRange() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
IProgressReceiver - Interface in com.microsoft.azure.storage.blob
An IProgressReceiver is an object that can be used to report progress on network transfers.
isIncrementalCopy() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the isIncrementalCopy value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Get the isServerEncrypted value.
isServerEncrypted() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the isServerEncrypted value.
items() - Method in class com.microsoft.azure.storage.blob.implementation.ListBlobsIncludeItemWrapper
Get the List<ListBlobsIncludeItem> contained in this wrapper.
items() - Method in class com.microsoft.azure.storage.blob.implementation.SignedIdentifiersWrapper
Get the List<SignedIdentifier> contained in this wrapper.
items() - Method in class com.microsoft.azure.storage.blob.implementation.SignedIdentifierWrapper
Get the List<SignedIdentifier> contained in this wrapper.

L

lastModified() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
 
lastModified() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Get the lastModified value.
lastModified() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the lastModified value.
lastSyncTime() - Method in class com.microsoft.azure.storage.blob.models.GeoReplication
Get the lastSyncTime value.
latest() - Method in class com.microsoft.azure.storage.blob.models.BlockLookupList
Get the latest value.
LEASE_ALREADY_BROKEN - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseAlreadyBroken for StorageErrorCode.
LEASE_ALREADY_PRESENT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseAlreadyPresent for StorageErrorCode.
LEASE_ID_MISMATCH_WITH_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseIdMismatchWithBlobOperation for StorageErrorCode.
LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseIdMismatchWithContainerOperation for StorageErrorCode.
LEASE_ID_MISMATCH_WITH_LEASE_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseIdMismatchWithLeaseOperation for StorageErrorCode.
LEASE_ID_MISSING - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseIdMissing for StorageErrorCode.
LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseIsBreakingAndCannotBeAcquired for StorageErrorCode.
LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseIsBreakingAndCannotBeChanged for StorageErrorCode.
LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseIsBrokenAndCannotBeRenewed for StorageErrorCode.
LEASE_LOST - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseLost for StorageErrorCode.
LEASE_NOT_PRESENT_WITH_BLOB_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseNotPresentWithBlobOperation for StorageErrorCode.
LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseNotPresentWithContainerOperation for StorageErrorCode.
LEASE_NOT_PRESENT_WITH_LEASE_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value LeaseNotPresentWithLeaseOperation for StorageErrorCode.
leaseAccessConditions() - Method in class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
leaseAccessConditions() - Method in class com.microsoft.azure.storage.blob.BlobAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
leaseAccessConditions() - Method in class com.microsoft.azure.storage.blob.ContainerAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
LeaseAccessConditions - Class in com.microsoft.azure.storage.blob.models
Additional parameters for a set of operations.
LeaseAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.models.LeaseAccessConditions
 
leaseAccessConditions() - Method in class com.microsoft.azure.storage.blob.PageBlobAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
leaseDuration() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the leaseDuration value.
leaseDuration() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the leaseDuration value.
leaseDuration() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the leaseDuration value.
leaseDuration() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the leaseDuration value.
leaseDuration() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the leaseDuration value.
LeaseDurationType - Enum in com.microsoft.azure.storage.blob.models
Defines values for LeaseDurationType.
leaseId() - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Get the leaseId value.
leaseId() - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Get the leaseId value.
leaseId() - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Get the leaseId value.
leaseId() - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Get the leaseId value.
leaseId() - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Get the leaseId value.
leaseId() - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Get the leaseId value.
leaseId() - Method in class com.microsoft.azure.storage.blob.models.LeaseAccessConditions
Get the leaseId value.
leaseState() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the leaseState value.
leaseState() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the leaseState value.
leaseState() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the leaseState value.
leaseState() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the leaseState value.
leaseState() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the leaseState value.
LeaseStateType - Enum in com.microsoft.azure.storage.blob.models
Defines values for LeaseStateType.
leaseStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the leaseStatus value.
leaseStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the leaseStatus value.
leaseStatus() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the leaseStatus value.
leaseStatus() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the leaseStatus value.
leaseStatus() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the leaseStatus value.
LeaseStatusType - Enum in com.microsoft.azure.storage.blob.models
Defines values for LeaseStatusType.
leaseTime() - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Get the leaseTime value.
leaseTime() - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Get the leaseTime value.
list() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to list blob containers, blobs, shares, directories, and files granted.
list() - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies List access granted.
listBlobFlatSegment(Context, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobFlatSegmentAsync(Context, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String, ServiceCallback<ListBlobsFlatSegmentResponse>) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobFlatSegmentAsync(Context, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobFlatSegmentWithRestResponseAsync(Context, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobHierarchySegment(Context, String, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobHierarchySegmentAsync(Context, String, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String, ServiceCallback<ListBlobsHierarchySegmentResponse>) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobHierarchySegmentAsync(Context, String, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobHierarchySegmentWithRestResponseAsync(Context, String, String, String, Integer, List<ListBlobsIncludeItem>, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] The List Blobs operation returns a list of the blobs under the specified container.
listBlobsFlatSegment(String, ListBlobsOptions) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns a single segment of blobs starting from the specified Marker.
listBlobsFlatSegment(String, ListBlobsOptions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns a single segment of blobs starting from the specified Marker.
ListBlobsFlatSegmentResponse - Class in com.microsoft.azure.storage.blob.models
An enumeration of blobs.
ListBlobsFlatSegmentResponse() - Constructor for class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
 
listBlobsHierarchySegment(String, String, ListBlobsOptions) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns a single segment of blobs and blob prefixes starting from the specified Marker.
listBlobsHierarchySegment(String, String, ListBlobsOptions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Returns a single segment of blobs and blob prefixes starting from the specified Marker.
ListBlobsHierarchySegmentResponse - Class in com.microsoft.azure.storage.blob.models
An enumeration of blobs.
ListBlobsHierarchySegmentResponse() - Constructor for class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
 
ListBlobsIncludeItem - Enum in com.microsoft.azure.storage.blob.models
Defines values for ListBlobsIncludeItem.
ListBlobsIncludeItemWrapper - Class in com.microsoft.azure.storage.blob.implementation
A wrapper around List<ListBlobsIncludeItem> which provides top-level metadata for serialization.
ListBlobsIncludeItemWrapper(List<ListBlobsIncludeItem>) - Constructor for class com.microsoft.azure.storage.blob.implementation.ListBlobsIncludeItemWrapper
Creates an instance of ListBlobsIncludeItemWrapper.
ListBlobsOptions - Class in com.microsoft.azure.storage.blob
Defines options available to configure the behavior of a call to listBlobsFlatSegment on a ContainerURL object.
ListBlobsOptions() - Constructor for class com.microsoft.azure.storage.blob.ListBlobsOptions
 
ListContainersIncludeType - Enum in com.microsoft.azure.storage.blob.models
Defines values for ListContainersIncludeType.
ListContainersOptions - Class in com.microsoft.azure.storage.blob
Defines options available to configure the behavior of a call to listContainersSegment on a ServiceURL object.
ListContainersOptions() - Constructor for class com.microsoft.azure.storage.blob.ListContainersOptions
 
listContainersSegment(String, ListContainersOptions) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Returns a single segment of containers starting from the specified Marker.
listContainersSegment(String, ListContainersOptions, Context) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Returns a single segment of containers starting from the specified Marker.
listContainersSegment(Context, String, String, Integer, ListContainersIncludeType, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
The List Containers Segment operation returns a list of the containers under the specified account.
listContainersSegmentAsync(Context, String, String, Integer, ListContainersIncludeType, Integer, String, ServiceCallback<ListContainersSegmentResponse>) - Method in class com.microsoft.azure.storage.GeneratedServices
The List Containers Segment operation returns a list of the containers under the specified account.
listContainersSegmentAsync(Context, String, String, Integer, ListContainersIncludeType, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
The List Containers Segment operation returns a list of the containers under the specified account.
ListContainersSegmentResponse - Class in com.microsoft.azure.storage.blob.models
An enumeration of containers.
ListContainersSegmentResponse() - Constructor for class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
 
listContainersSegmentWithRestResponseAsync(Context, String, String, Integer, ListContainersIncludeType, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
The List Containers Segment operation returns a list of the containers under the specified account.
LIVE - Static variable in class com.microsoft.azure.storage.blob.models.GeoReplicationStatusType
Static value live for GeoReplicationStatusType.
LOG_CONTAINER_NAME - Static variable in class com.microsoft.azure.storage.blob.ContainerURL
 
logger() - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Specifies the logger for the pipeline.
Logging - Class in com.microsoft.azure.storage.blob.models
Azure Analytics Logging settings.
Logging() - Constructor for class com.microsoft.azure.storage.blob.models.Logging
 
logging() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Get the logging value.
LoggingFactory - Class in com.microsoft.azure.storage.blob
This is a factory which creates policies in an HttpPipeline for logging requests and responses.
LoggingFactory(LoggingOptions) - Constructor for class com.microsoft.azure.storage.blob.LoggingFactory
Creates a factory which can create LoggingPolicy objects to insert in the pipeline.
LoggingOptions - Class in com.microsoft.azure.storage.blob
Options to configure the LoggingFactory.
LoggingOptions(long) - Constructor for class com.microsoft.azure.storage.blob.LoggingOptions
Creates a new LoggingOptions object.
LoggingOptions(long, boolean) - Constructor for class com.microsoft.azure.storage.blob.LoggingOptions
Creates a new LoggingOptions object.
loggingOptions() - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Configures the built-in request logging policy.

M

marker() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the marker value.
marker() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the marker value.
marker() - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Get the marker value.
MAX_APPEND_BLOCK_BYTES - Static variable in class com.microsoft.azure.storage.blob.AppendBlobURL
Indicates the maximum number of bytes that can be sent in a call to appendBlock.
MAX_BLOB_SIZE_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value MaxBlobSizeConditionNotMet for StorageErrorCode.
MAX_BLOCKS - Static variable in class com.microsoft.azure.storage.blob.AppendBlobURL
Indicates the maximum number of blocks allowed in an append blob.
MAX_BLOCKS - Static variable in class com.microsoft.azure.storage.blob.BlockBlobURL
Indicates the maximum number of blocks allowed in a block blob.
MAX_PUT_PAGES_BYTES - Static variable in class com.microsoft.azure.storage.blob.PageBlobURL
Indicates the maximum number of bytes that may be sent in a call to putPage.
MAX_STAGE_BLOCK_BYTES - Static variable in class com.microsoft.azure.storage.blob.BlockBlobURL
Indicates the maximum number of bytes that can be sent in a call to stageBlock.
MAX_UPLOAD_BLOB_BYTES - Static variable in class com.microsoft.azure.storage.blob.BlockBlobURL
Indicates the maximum number of bytes that can be sent in a call to upload.
maxAgeInSeconds() - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Get the maxAgeInSeconds value.
maxResults() - Method in class com.microsoft.azure.storage.blob.ListBlobsOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
maxResults() - Method in class com.microsoft.azure.storage.blob.ListContainersOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
maxResults() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the maxResults value.
maxResults() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the maxResults value.
maxResults() - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Get the maxResults value.
maxRetryRequests() - Method in class com.microsoft.azure.storage.blob.ReliableDownloadOptions
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
maxSize() - Method in class com.microsoft.azure.storage.blob.models.AppendPositionAccessConditions
Get the maxSize value.
MD5MISMATCH - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value Md5Mismatch for StorageErrorCode.
message() - Method in class com.microsoft.azure.storage.blob.models.StorageError
Get the message value.
message() - Method in exception com.microsoft.azure.storage.blob.StorageException
 
metadata() - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blob metadata should be returned.
metadata() - Method in class com.microsoft.azure.storage.blob.ContainerListingDetails
Whether metadata should be returned.
Metadata - Class in com.microsoft.azure.storage.blob
Contains metadata key/value pairs to be associated with a storage resource.
Metadata() - Constructor for class com.microsoft.azure.storage.blob.Metadata
 
Metadata(Map<? extends String, ? extends String>) - Constructor for class com.microsoft.azure.storage.blob.Metadata
 
metadata() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the metadata value.
metadata() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the metadata value.
metadata() - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Get the metadata value.
metadata() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the metadata value.
metadata() - Method in class com.microsoft.azure.storage.blob.models.ContainerItem
Get the metadata value.
metadata() - Method in class com.microsoft.azure.storage.blob.TransferManagerUploadToBlockBlobOptions
METADATA_TOO_LARGE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value MetadataTooLarge for StorageErrorCode.
Metrics - Class in com.microsoft.azure.storage.blob.models
a summary of request statistics grouped by API in hour or minute aggregates for blobs.
Metrics() - Constructor for class com.microsoft.azure.storage.blob.models.Metrics
 
minDurationToLogSlowRequestsInMs() - Method in class com.microsoft.azure.storage.blob.LoggingOptions
 
minuteMetrics() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Get the minuteMetrics value.
MISSING_CONTENT_LENGTH_HEADER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value MissingContentLengthHeader for StorageErrorCode.
MISSING_REQUIRED_HEADER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value MissingRequiredHeader for StorageErrorCode.
MISSING_REQUIRED_QUERY_PARAMETER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value MissingRequiredQueryParameter for StorageErrorCode.
MISSING_REQUIRED_XML_NODE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value MissingRequiredXmlNode for StorageErrorCode.
modifiedAccessConditions() - Method in class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
Standard HTTP Access conditions related to the modification of data.
modifiedAccessConditions() - Method in class com.microsoft.azure.storage.blob.BlobAccessConditions
Standard HTTP Access conditions related to the modification of data.
modifiedAccessConditions() - Method in class com.microsoft.azure.storage.blob.ContainerAccessConditions
Standard HTTP Access conditions related to the modification of data.
ModifiedAccessConditions - Class in com.microsoft.azure.storage.blob.models
Additional parameters for a set of operations.
ModifiedAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
 
modifiedAccessConditions() - Method in class com.microsoft.azure.storage.blob.PageBlobAccessConditions
Standard HTTP Access conditions related to the modification of data.
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value MultipleConditionHeadersNotSupported for StorageErrorCode.

N

name() - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Get the name value.
name() - Method in class com.microsoft.azure.storage.blob.models.BlobPrefix
Get the name value.
name() - Method in class com.microsoft.azure.storage.blob.models.Block
Get the name value.
name() - Method in class com.microsoft.azure.storage.blob.models.ContainerItem
Get the name value.
nextMarker() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the nextMarker value.
nextMarker() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the nextMarker value.
nextMarker() - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Get the nextMarker value.
NO_PENDING_COPY_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value NoPendingCopyOperation for StorageErrorCode.
NONE - Static variable in class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
An object representing no access conditions.
NONE - Static variable in class com.microsoft.azure.storage.blob.BlobAccessConditions
 
NONE - Static variable in class com.microsoft.azure.storage.blob.BlobListingDetails
An object representing no listing details.
NONE - Static variable in class com.microsoft.azure.storage.blob.ContainerAccessConditions
An object representing no access conditions.
NONE - Static variable in class com.microsoft.azure.storage.blob.ContainerListingDetails
An object indicating that no extra details should be returned.
NONE - Static variable in class com.microsoft.azure.storage.blob.Metadata
 
NONE - Static variable in class com.microsoft.azure.storage.blob.PageBlobAccessConditions
An object representing no access conditions.

O

object() - Method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Permission to access object level APIs (Blobs, Table Entities, Queue Messages, Files) granted.
offset() - Method in class com.microsoft.azure.storage.blob.BlobRange
The start of the range.
offset() - Method in class com.microsoft.azure.storage.blob.HTTPGetterInfo
The start offset that should be used when creating the HTTP GET request's Range header.
OPERATION_NOT_ALLOWED_ON_INCREMENTAL_COPY_BLOB - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value OperationNotAllowedOnIncrementalCopyBlob for StorageErrorCode.
OPERATION_TIMED_OUT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value OperationTimedOut for StorageErrorCode.
OUT_OF_RANGE_INPUT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value OutOfRangeInput for StorageErrorCode.
OUT_OF_RANGE_QUERY_PARAMETER_VALUE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value OutOfRangeQueryParameterValue for StorageErrorCode.

P

P10 - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value P10 for AccessTier.
P20 - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value P20 for AccessTier.
P30 - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value P30 for AccessTier.
P4 - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value P4 for AccessTier.
P40 - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value P40 for AccessTier.
P50 - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value P50 for AccessTier.
P6 - Static variable in class com.microsoft.azure.storage.blob.models.AccessTier
Static value P6 for AccessTier.
PAGE_BYTES - Static variable in class com.microsoft.azure.storage.blob.PageBlobURL
Indicates the number of bytes in a page.
PageBlobAccessConditions - Class in com.microsoft.azure.storage.blob
This class contains values that restrict the successful completion of PageBlob operations to certain conditions.
PageBlobAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.PageBlobAccessConditions
Creates an instance which has fields set to non-null, empty values.
PageBlobClearPagesHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ClearPages operation.
PageBlobClearPagesHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
 
PageBlobClearPagesResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the clearPages operation.
PageBlobClearPagesResponse(HttpRequest, int, PageBlobClearPagesHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobClearPagesResponse
Creates an instance of PageBlobClearPagesResponse.
PageBlobCopyIncrementalHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for CopyIncremental operation.
PageBlobCopyIncrementalHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
 
PageBlobCopyIncrementalResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the copyIncremental operation.
PageBlobCopyIncrementalResponse(HttpRequest, int, PageBlobCopyIncrementalHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalResponse
Creates an instance of PageBlobCopyIncrementalResponse.
PageBlobCreateHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Create operation.
PageBlobCreateHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
 
PageBlobCreateResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the create operation.
PageBlobCreateResponse(HttpRequest, int, PageBlobCreateHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobCreateResponse
Creates an instance of PageBlobCreateResponse.
PageBlobGetPageRangesDiffHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetPageRangesDiff operation.
PageBlobGetPageRangesDiffHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
 
PageBlobGetPageRangesDiffResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getPageRangesDiff operation.
PageBlobGetPageRangesDiffResponse(HttpRequest, int, PageBlobGetPageRangesDiffHeaders, Map<String, String>, PageList) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffResponse
Creates an instance of PageBlobGetPageRangesDiffResponse.
PageBlobGetPageRangesHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetPageRanges operation.
PageBlobGetPageRangesHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
 
PageBlobGetPageRangesResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getPageRanges operation.
PageBlobGetPageRangesResponse(HttpRequest, int, PageBlobGetPageRangesHeaders, Map<String, String>, PageList) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesResponse
Creates an instance of PageBlobGetPageRangesResponse.
PageBlobResizeHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for Resize operation.
PageBlobResizeHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
 
PageBlobResizeResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the resize operation.
PageBlobResizeResponse(HttpRequest, int, PageBlobResizeHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobResizeResponse
Creates an instance of PageBlobResizeResponse.
PageBlobUpdateSequenceNumberHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for UpdateSequenceNumber operation.
PageBlobUpdateSequenceNumberHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
 
PageBlobUpdateSequenceNumberResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the updateSequenceNumber operation.
PageBlobUpdateSequenceNumberResponse(HttpRequest, int, PageBlobUpdateSequenceNumberHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberResponse
Creates an instance of PageBlobUpdateSequenceNumberResponse.
PageBlobUploadPagesHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for UploadPages operation.
PageBlobUploadPagesHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
 
PageBlobUploadPagesResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the uploadPages operation.
PageBlobUploadPagesResponse(HttpRequest, int, PageBlobUploadPagesHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesResponse
Creates an instance of PageBlobUploadPagesResponse.
PageBlobURL - Class in com.microsoft.azure.storage.blob
Represents a URL to a page blob.
PageBlobURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.PageBlobURL
Creates a PageBlobURL object pointing to the account specified by the URL and using the provided pipeline to make HTTP requests.
PageList - Class in com.microsoft.azure.storage.blob.models
the list of pages.
PageList() - Constructor for class com.microsoft.azure.storage.blob.models.PageList
 
pageRange() - Method in class com.microsoft.azure.storage.blob.models.PageList
Get the pageRange value.
PageRange - Class in com.microsoft.azure.storage.blob.models
The PageRange model.
PageRange() - Constructor for class com.microsoft.azure.storage.blob.models.PageRange
 
parallelism() - Method in class com.microsoft.azure.storage.blob.TransferManagerDownloadFromBlobOptions
A int that indicates the maximum number of chunks to download in parallel.
parallelism() - Method in class com.microsoft.azure.storage.blob.TransferManagerUploadToBlockBlobOptions
A int that indicates the maximum number of blocks to upload in parallel.
parse(String) - Static method in class com.microsoft.azure.storage.blob.AccountSASPermission
Creates an AccountSASPermission from the specified permissions string.
parse(String) - Static method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Creates an AccountSASResourceType from the specified resource types string.
parse(String) - Static method in class com.microsoft.azure.storage.blob.AccountSASService
Creates an AccountSASService from the specified services string.
parse(String) - Static method in class com.microsoft.azure.storage.blob.BlobSASPermission
Creates a BlobSASPermission from the specified permissions string.
parse(String) - Static method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Creates an ContainerSASPermission from the specified permissions string.
parse(String) - Static method in class com.microsoft.azure.storage.blob.IPRange
Creates a IPRange from the specified string.
parse(String) - Static method in enum com.microsoft.azure.storage.blob.SASProtocol
Parses a String into a SASProtocl value if possible.
parse(URL) - Static method in class com.microsoft.azure.storage.blob.URLParser
URLParser parses a URL initializing BlobURLParts' fields including any SAS-related and snapshot query parameters.
PENDING_COPY_OPERATION - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value PendingCopyOperation for StorageErrorCode.
permission() - Method in class com.microsoft.azure.storage.blob.models.AccessPolicy
Get the permission value.
permissions() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
Specifies which operations the SAS user may perform.
permissions() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
permissions() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
Please refer to either ContainerSASPermission or BlobSASPermission depending on the resource being accessed for help constructing the permissions string.
PipelineOptions - Class in com.microsoft.azure.storage.blob
This type encapsulates all the possible configuration for the default pipeline.
PipelineOptions() - Constructor for class com.microsoft.azure.storage.blob.PipelineOptions
Returns a PipelineOptions object with default values for each of the options fields.
prefix() - Method in class com.microsoft.azure.storage.blob.ListBlobsOptions
Filters the results to return only blobs whose names begin with the specified prefix.
prefix() - Method in class com.microsoft.azure.storage.blob.ListContainersOptions
Filters the results to return only blobs whose names begin with the specified prefix.
prefix() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the prefix value.
prefix() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the prefix value.
prefix() - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Get the prefix value.
PREVIOUS_SNAPSHOT_CANNOT_BE_NEWER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value PreviousSnapshotCannotBeNewer for StorageErrorCode.
PREVIOUS_SNAPSHOT_NOT_FOUND - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value PreviousSnapshotNotFound for StorageErrorCode.
PREVIOUS_SNAPSHOT_OPERATION_NOT_SUPPORTED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value PreviousSnapshotOperationNotSupported for StorageErrorCode.
processMessages() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to get and delete messages granted.
progressReceiver() - Method in class com.microsoft.azure.storage.blob.TransferManagerDownloadFromBlobOptions
progressReceiver() - Method in class com.microsoft.azure.storage.blob.TransferManagerUploadToBlockBlobOptions
ProgressReporter - Class in com.microsoft.azure.storage.blob
ProgressReporterImpl offers a convenient way to add progress tracking to a given Flowable.
ProgressReporter() - Constructor for class com.microsoft.azure.storage.blob.ProgressReporter
 
properties() - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Get the properties value.
properties() - Method in class com.microsoft.azure.storage.blob.models.ContainerItem
Get the properties value.
protocol() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
protocol() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
protocol() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
publicAccess() - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Get the publicAccess value.
PublicAccessType - Class in com.microsoft.azure.storage.blob.models
Defines values for PublicAccessType.
PublicAccessType() - Constructor for class com.microsoft.azure.storage.blob.models.PublicAccessType
 

Q

queue() - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access queue resources granted.

R

rawHeaders() - Method in class com.microsoft.azure.storage.blob.DownloadResponse
 
rawResponse() - Method in class com.microsoft.azure.storage.blob.DownloadResponse
 
read() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to read resources and list queues and tables granted.
read() - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Read access granted.
read() - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Read access granted.
read() - Method in class com.microsoft.azure.storage.blob.models.Logging
Get the read value.
REHYDRATE_PENDING_TO_COOL - Static variable in class com.microsoft.azure.storage.blob.models.ArchiveStatus
Static value rehydrate-pending-to-cool for ArchiveStatus.
REHYDRATE_PENDING_TO_HOT - Static variable in class com.microsoft.azure.storage.blob.models.ArchiveStatus
Static value rehydrate-pending-to-hot for ArchiveStatus.
releaseLease(String) - Method in class com.microsoft.azure.storage.blob.BlobURL
Releases the blob's previously-acquired lease.
releaseLease(String, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Releases the blob's previously-acquired lease.
releaseLease(String) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Releases the container's previously-acquired lease.
releaseLease(String, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Releases the container's previously-acquired lease.
releaseLease(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
releaseLease(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
releaseLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
releaseLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
releaseLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
releaseLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
releaseLeaseWithRestResponseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
releaseLeaseWithRestResponseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
ReliableDownloadOptions - Class in com.microsoft.azure.storage.blob
ReliableDownloadOptions contains properties which help the Flowable returned from DownloadResponse.body(ReliableDownloadOptions) determine when to retry.
ReliableDownloadOptions() - Constructor for class com.microsoft.azure.storage.blob.ReliableDownloadOptions
 
reliableDownloadOptionsPerBlock() - Method in class com.microsoft.azure.storage.blob.TransferManagerDownloadFromBlobOptions
remainingRetentionDays() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the remainingRetentionDays value.
renewLease(String) - Method in class com.microsoft.azure.storage.blob.BlobURL
Renews the blob's previously-acquired lease.
renewLease(String, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Renews the blob's previously-acquired lease.
renewLease(String) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Renews the container's previously-acquired lease.
renewLease(String, ModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Renews the container's previously-acquired lease.
renewLease(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
renewLease(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
renewLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
renewLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
renewLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
renewLeaseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
renewLeaseWithRestResponseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
[Update] The Lease Blob operation establishes and manages a lock on a blob for write and delete operations.
renewLeaseWithRestResponseAsync(Context, String, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
[Update] establishes and manages a lock on a container for delete operations.
reportProgress(long) - Method in interface com.microsoft.azure.storage.blob.IProgressReceiver
The callback function invoked as progress is reported.
REQUEST_BODY_TOO_LARGE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value RequestBodyTooLarge for StorageErrorCode.
REQUEST_URL_FAILED_TO_PARSE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value RequestUrlFailedToParse for StorageErrorCode.
requestId() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
 
requestId() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobDeleteHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobSetTierHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlobUndeleteHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerDeleteHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentHeaders
Get the requestId value.
requestId() - Method in class com.microsoft.azure.storage.blob.models.ServiceSetPropertiesHeaders
Get the requestId value.
RequestIDFactory - Class in com.microsoft.azure.storage.blob
This is a factory which creates policies in an HttpPipeline for setting a unique request ID in the x-ms-client-request-id header as is required for all requests to the service.
RequestIDFactory() - Constructor for class com.microsoft.azure.storage.blob.RequestIDFactory
 
RequestRetryFactory - Class in com.microsoft.azure.storage.blob
This is a factory which creates policies in an HttpPipeline for retrying a given HTTP request.
RequestRetryFactory(RequestRetryOptions) - Constructor for class com.microsoft.azure.storage.blob.RequestRetryFactory
Creates a factory capable of generating RequestRetry policies for the HttpPipeline.
requestRetryOptions() - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Configures the retry policy's behavior.
RequestRetryOptions - Class in com.microsoft.azure.storage.blob
Options for configuring the RequestRetryFactory.
RequestRetryOptions(RetryPolicyType, Integer, Integer, Long, Long, String) - Constructor for class com.microsoft.azure.storage.blob.RequestRetryOptions
Configures how the HttpPipeline should retry requests.
resize(long) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Resizes the page blob to the specified size (which must be a multiple of 512).
resize(long, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Resizes the page blob to the specified size (which must be a multiple of 512).
resize(Context, long, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Resize the Blob.
resizeAsync(Context, long, Integer, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Resize the Blob.
resizeAsync(Context, long, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Resize the Blob.
resizeWithRestResponseAsync(Context, long, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Resize the Blob.
resource() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
RESOURCE_ALREADY_EXISTS - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ResourceAlreadyExists for StorageErrorCode.
RESOURCE_NOT_FOUND - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ResourceNotFound for StorageErrorCode.
RESOURCE_TYPE_MISMATCH - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ResourceTypeMismatch for StorageErrorCode.
resourceTypes() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
The values that indicate the resource types accessible with this SAS.
resourceTypes() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
response() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
 
retentionPolicy() - Method in class com.microsoft.azure.storage.blob.models.Logging
Get the retentionPolicy value.
retentionPolicy() - Method in class com.microsoft.azure.storage.blob.models.Metrics
Get the retentionPolicy value.
RetentionPolicy - Class in com.microsoft.azure.storage.blob.models
the retention policy which determines how long the associated data should persist.
RetentionPolicy() - Constructor for class com.microsoft.azure.storage.blob.models.RetentionPolicy
 
RetryPolicyType - Enum in com.microsoft.azure.storage.blob
This type holds possible options for retry backoff algorithms.
ROOT_CONTAINER_NAME - Static variable in class com.microsoft.azure.storage.blob.ContainerURL
 

S

SASProtocol - Enum in com.microsoft.azure.storage.blob
Specifies the set of possible permissions for a shared access signature protocol.
sasQueryParameters() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
A SASQueryParameters representing the SAS query parameters or null if there were no such parameters.
SASQueryParameters - Class in com.microsoft.azure.storage.blob
Represents the components that make up an Azure Storage SAS' query parameters.
scheme() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The scheme.
segment() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the segment value.
segment() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the segment value.
SEQUENCE_NUMBER_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value SequenceNumberConditionNotMet for StorageErrorCode.
SEQUENCE_NUMBER_INCREMENT_TOO_LARGE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value SequenceNumberIncrementTooLarge for StorageErrorCode.
SequenceNumberAccessConditions - Class in com.microsoft.azure.storage.blob.models
Additional parameters for a set of operations, such as: PageBlob_uploadPages, PageBlob_clearPages.
SequenceNumberAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.models.SequenceNumberAccessConditions
 
sequenceNumberAccessConditions() - Method in class com.microsoft.azure.storage.blob.PageBlobAccessConditions
Access conditions that will fail the request if the sequence number does not meet the provided condition.
SequenceNumberActionType - Enum in com.microsoft.azure.storage.blob.models
Defines values for SequenceNumberActionType.
SERVER_BUSY - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value ServerBusy for StorageErrorCode.
serverEncrypted() - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Get the serverEncrypted value.
service() - Method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Permission to access service level APIs granted.
serviceEndpoint() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Get the serviceEndpoint value.
serviceEndpoint() - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Get the serviceEndpoint value.
serviceEndpoint() - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Get the serviceEndpoint value.
ServiceGetAccountInfoHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetAccountInfo operation.
ServiceGetAccountInfoHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
 
ServiceGetAccountInfoResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getAccountInfo operation.
ServiceGetAccountInfoResponse(HttpRequest, int, ServiceGetAccountInfoHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoResponse
Creates an instance of ServiceGetAccountInfoResponse.
ServiceGetPropertiesHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetProperties operation.
ServiceGetPropertiesHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesHeaders
 
ServiceGetPropertiesResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getProperties operation.
ServiceGetPropertiesResponse(HttpRequest, int, ServiceGetPropertiesHeaders, Map<String, String>, StorageServiceProperties) - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesResponse
Creates an instance of ServiceGetPropertiesResponse.
ServiceGetStatisticsHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for GetStatistics operation.
ServiceGetStatisticsHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsHeaders
 
ServiceGetStatisticsResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the getStatistics operation.
ServiceGetStatisticsResponse(HttpRequest, int, ServiceGetStatisticsHeaders, Map<String, String>, StorageServiceStats) - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsResponse
Creates an instance of ServiceGetStatisticsResponse.
ServiceListContainersSegmentHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for ListContainersSegment operation.
ServiceListContainersSegmentHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentHeaders
 
ServiceListContainersSegmentResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the listContainersSegment operation.
ServiceListContainersSegmentResponse(HttpRequest, int, ServiceListContainersSegmentHeaders, Map<String, String>, ListContainersSegmentResponse) - Constructor for class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentResponse
Creates an instance of ServiceListContainersSegmentResponse.
services() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
The values that indicate the services accessible with this SAS.
services() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
ServiceSASSignatureValues - Class in com.microsoft.azure.storage.blob
ServiceSASSignatureValues is used to generate a Shared Access Signature (SAS) for an Azure Storage service.
ServiceSASSignatureValues() - Constructor for class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
Creates an object with empty values for all fields.
ServiceSetPropertiesHeaders - Class in com.microsoft.azure.storage.blob.models
Defines headers for SetProperties operation.
ServiceSetPropertiesHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ServiceSetPropertiesHeaders
 
ServiceSetPropertiesResponse - Class in com.microsoft.azure.storage.blob.models
Contains all response data for the setProperties operation.
ServiceSetPropertiesResponse(HttpRequest, int, ServiceSetPropertiesHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.ServiceSetPropertiesResponse
Creates an instance of ServiceSetPropertiesResponse.
ServiceURL - Class in com.microsoft.azure.storage.blob
Represents a URL to a blob service.
ServiceURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.ServiceURL
Creates a ServiceURL object pointing to the account specified by the URL and using the provided pipeline to make HTTP requests.
setAccessPolicy(PublicAccessType, List<SignedIdentifier>) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Sets the container's permissions.
setAccessPolicy(PublicAccessType, List<SignedIdentifier>, ContainerAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Sets the container's permissions.
setAccessPolicy(Context, List<SignedIdentifier>, Integer, PublicAccessType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
sets the permissions for the specified container.
setAccessPolicyAsync(Context, List<SignedIdentifier>, Integer, PublicAccessType, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
sets the permissions for the specified container.
setAccessPolicyAsync(Context, List<SignedIdentifier>, Integer, PublicAccessType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
sets the permissions for the specified container.
setAccessPolicyWithRestResponseAsync(Context, List<SignedIdentifier>, Integer, PublicAccessType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
sets the permissions for the specified container.
setHTTPHeaders(BlobHTTPHeaders) - Method in class com.microsoft.azure.storage.blob.BlobURL
Changes a blob's HTTP header properties.
setHTTPHeaders(BlobHTTPHeaders, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Changes a blob's HTTP header properties.
setHTTPHeaders(Context, Integer, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set HTTP Headers operation sets system properties on the blob.
setHTTPHeadersAsync(Context, Integer, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set HTTP Headers operation sets system properties on the blob.
setHTTPHeadersAsync(Context, Integer, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set HTTP Headers operation sets system properties on the blob.
setHTTPHeadersWithRestResponseAsync(Context, Integer, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set HTTP Headers operation sets system properties on the blob.
setMetadata(Metadata) - Method in class com.microsoft.azure.storage.blob.BlobURL
Changes a blob's metadata.
setMetadata(Metadata, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Changes a blob's metadata.
setMetadata(Metadata) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Sets the container's metadata.
setMetadata(Metadata, ContainerAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Sets the container's metadata.
setMetadata(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs.
setMetadata(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation sets one or more user-defined name-value pairs for the specified container.
setMetadataAsync(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs.
setMetadataAsync(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs.
setMetadataAsync(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation sets one or more user-defined name-value pairs for the specified container.
setMetadataAsync(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation sets one or more user-defined name-value pairs for the specified container.
setMetadataWithRestResponseAsync(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs.
setMetadataWithRestResponseAsync(Context, Integer, Map<String, String>, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedContainers
operation sets one or more user-defined name-value pairs for the specified container.
setProperties(StorageServiceProperties) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Sets properties for a storage account's Blob service endpoint.
setProperties(StorageServiceProperties, Context) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Sets properties for a storage account's Blob service endpoint.
setProperties(Context, StorageServiceProperties, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setPropertiesAsync(Context, StorageServiceProperties, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedServices
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setPropertiesAsync(Context, StorageServiceProperties, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setPropertiesWithRestResponseAsync(Context, StorageServiceProperties, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedServices
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
setTier(AccessTier) - Method in class com.microsoft.azure.storage.blob.BlobURL
Sets the tier on a blob.
setTier(AccessTier, LeaseAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Sets the tier on a blob.
setTier(Context, AccessTier, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Tier operation sets the tier on a blob.
setTierAsync(Context, AccessTier, Integer, String, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Tier operation sets the tier on a blob.
setTierAsync(Context, AccessTier, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Tier operation sets the tier on a blob.
setTierWithRestResponseAsync(Context, AccessTier, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Set Tier operation sets the tier on a blob.
setToken(String) - Method in class com.microsoft.azure.storage.blob.TokenCredentials
Update the token to a new value.
SharedKeyCredentials - Class in com.microsoft.azure.storage.blob
SharedKeyCredentials are a means of signing and authenticating storage requests.
SharedKeyCredentials(String, String) - Constructor for class com.microsoft.azure.storage.blob.SharedKeyCredentials
Initializes a new instance of SharedKeyCredentials contains an account's name and its primary or secondary accountKey.
signature() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
SignedIdentifier - Class in com.microsoft.azure.storage.blob.models
signed identifier.
SignedIdentifier() - Constructor for class com.microsoft.azure.storage.blob.models.SignedIdentifier
 
SignedIdentifiersWrapper - Class in com.microsoft.azure.storage.blob.implementation
A wrapper around List<SignedIdentifier> which provides top-level metadata for serialization.
SignedIdentifiersWrapper(List<SignedIdentifier>) - Constructor for class com.microsoft.azure.storage.blob.implementation.SignedIdentifiersWrapper
Creates an instance of SignedIdentifiersWrapper.
SignedIdentifierWrapper - Class in com.microsoft.azure.storage.blob.implementation
A wrapper around List<SignedIdentifier> which provides top-level metadata for serialization.
SignedIdentifierWrapper(List<SignedIdentifier>) - Constructor for class com.microsoft.azure.storage.blob.implementation.SignedIdentifierWrapper
Creates an instance of SignedIdentifierWrapper.
size() - Method in class com.microsoft.azure.storage.blob.models.Block
Get the size value.
skuName() - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Get the skuName value.
skuName() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Get the skuName value.
skuName() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Get the skuName value.
SkuName - Enum in com.microsoft.azure.storage.blob.models
Defines values for SkuName.
SNAPHOT_OPERATION_RATE_EXCEEDED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value SnaphotOperationRateExceeded for StorageErrorCode.
snapshot() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The snapshot time or null if anything except a URL to a snapshot was parsed.
snapshot() - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Get the snapshot value.
snapshot() - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Get the snapshot value.
SNAPSHOT_COUNT_EXCEEDED - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value SnapshotCountExceeded for StorageErrorCode.
snapshots() - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether snapshots should be returned.
SNAPSHOTS_PRESENT - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value SnapshotsPresent for StorageErrorCode.
SOURCE_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value SourceConditionNotMet for StorageErrorCode.
sourceIfMatch() - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Get the sourceIfMatch value.
sourceIfModifiedSince() - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Get the sourceIfModifiedSince value.
sourceIfNoneMatch() - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Get the sourceIfNoneMatch value.
sourceIfUnmodifiedSince() - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Get the sourceIfUnmodifiedSince value.
SourceModifiedAccessConditions - Class in com.microsoft.azure.storage.blob.models
Additional parameters for a set of operations, such as: Blob_startCopyFromURL, Blob_copyFromURL.
SourceModifiedAccessConditions() - Constructor for class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
 
stageBlock(String, Flowable<ByteBuffer>, long) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlock(String, Flowable<ByteBuffer>, long, LeaseAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Uploads the specified block to the block blob's "staging area" to be later committed by a call to commitBlockList.
stageBlock(Context, String, long, Flowable<ByteBuffer>, byte[], Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob.
stageBlockAsync(Context, String, long, Flowable<ByteBuffer>, byte[], Integer, String, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob.
stageBlockAsync(Context, String, long, Flowable<ByteBuffer>, byte[], Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob.
stageBlockFromURL(String, URL, BlobRange) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromURL(String, URL, BlobRange, byte[], LeaseAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromURL(Context, String, long, URL, String, byte[], Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromURLAsync(Context, String, long, URL, String, byte[], Integer, String, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromURLAsync(Context, String, long, URL, String, byte[], Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockFromURLWithRestResponseAsync(Context, String, long, URL, String, byte[], Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob where the contents are read from a URL.
stageBlockWithRestResponseAsync(Context, String, long, Flowable<ByteBuffer>, byte[], Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Stage Block operation creates a new block to be committed as part of a blob.
start() - Method in class com.microsoft.azure.storage.blob.models.AccessPolicy
Get the start value.
start() - Method in class com.microsoft.azure.storage.blob.models.ClearRange
Get the start value.
start() - Method in class com.microsoft.azure.storage.blob.models.PageRange
Get the start value.
startCopyFromURL(URL) - Method in class com.microsoft.azure.storage.blob.BlobURL
Copies the data at the source URL to a blob.
startCopyFromURL(URL, Metadata, ModifiedAccessConditions, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Copies the data at the source URL to a blob.
startCopyFromURL(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
startCopyFromURLAsync(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
startCopyFromURLAsync(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
startCopyFromURLWithRestResponseAsync(Context, URL, Integer, Map<String, String>, String, SourceModifiedAccessConditions, ModifiedAccessConditions, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlobs
The Start Copy From URL operation copies a blob or an internet resource to a new blob.
startTime() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
When the SAS will take effect.
startTime() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
startTime() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
When the SAS will take effect.
STATIC_WEBSITE_CONTAINER_NAME - Static variable in class com.microsoft.azure.storage.blob.ContainerURL
 
StaticWebsite - Class in com.microsoft.azure.storage.blob.models
The properties that enable an account to host a static website.
StaticWebsite() - Constructor for class com.microsoft.azure.storage.blob.models.StaticWebsite
 
staticWebsite() - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Get the staticWebsite value.
status() - Method in class com.microsoft.azure.storage.blob.models.GeoReplication
Get the status value.
statusCode() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
 
statusCode() - Method in class com.microsoft.azure.storage.blob.DownloadResponse
 
statusCode() - Method in exception com.microsoft.azure.storage.blob.StorageException
 
storageClient - Variable in class com.microsoft.azure.storage.blob.StorageURL
 
StorageError - Class in com.microsoft.azure.storage.blob.models
The StorageError model.
StorageError() - Constructor for class com.microsoft.azure.storage.blob.models.StorageError
 
StorageErrorCode - Class in com.microsoft.azure.storage.blob.models
Defines values for StorageErrorCode.
StorageErrorCode() - Constructor for class com.microsoft.azure.storage.blob.models.StorageErrorCode
 
StorageErrorException - Exception in com.microsoft.azure.storage.blob.models
Exception thrown for an invalid response with StorageError information.
StorageErrorException(String, HttpResponse) - Constructor for exception com.microsoft.azure.storage.blob.models.StorageErrorException
Initializes a new instance of the StorageErrorException class.
StorageErrorException(String, HttpResponse, StorageError) - Constructor for exception com.microsoft.azure.storage.blob.models.StorageErrorException
Initializes a new instance of the StorageErrorException class.
StorageException - Exception in com.microsoft.azure.storage.blob
A StorageException is thrown whenever Azure Storage successfully returns an error code that is not 200-level.
StorageServiceProperties - Class in com.microsoft.azure.storage.blob.models
Storage Service Properties.
StorageServiceProperties() - Constructor for class com.microsoft.azure.storage.blob.models.StorageServiceProperties
 
StorageServiceStats - Class in com.microsoft.azure.storage.blob.models
Stats for the storage service.
StorageServiceStats() - Constructor for class com.microsoft.azure.storage.blob.models.StorageServiceStats
 
StorageURL - Class in com.microsoft.azure.storage.blob
Represents a URL to a Azure storage object.
StorageURL(URL, HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.StorageURL
 
syncCopyFromURL(URL) - Method in class com.microsoft.azure.storage.blob.BlobURL
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
syncCopyFromURL(URL, Metadata, ModifiedAccessConditions, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Copies the data at the source URL to a blob and waits for the copy to complete before returning a response.
SyncCopyStatusType - Enum in com.microsoft.azure.storage.blob.models
Defines values for SyncCopyStatusType.
SYSTEM_IN_USE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value SystemInUse for StorageErrorCode.

T

table() - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access table resources granted.
TARGET_CONDITION_NOT_MET - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value TargetConditionNotMet for StorageErrorCode.
TelemetryFactory - Class in com.microsoft.azure.storage.blob
This is a factory which creates policies in an HttpPipeline for adding telemetry to a given HTTP request.
TelemetryFactory(TelemetryOptions) - Constructor for class com.microsoft.azure.storage.blob.TelemetryFactory
Creates a factory that can create telemetry policy objects which add telemetry information to the outgoing HTTP requests.
telemetryOptions() - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Configures the built-in telemetry policy behavior.
TelemetryOptions - Class in com.microsoft.azure.storage.blob
Options for configuring the TelemetryFactory.
TelemetryOptions(String) - Constructor for class com.microsoft.azure.storage.blob.TelemetryOptions
 
toAppendBlobURL() - Method in class com.microsoft.azure.storage.blob.BlobURL
Converts this BlobURL to an AppendBlobURL object.
toBlockBlobURL() - Method in class com.microsoft.azure.storage.blob.BlobURL
Converts this BlobURL to a BlockBlobURL object.
TokenCredentials - Class in com.microsoft.azure.storage.blob
TokenCredentials are a means of authenticating requests to Azure Storage via OAuth user tokens.
TokenCredentials(String) - Constructor for class com.microsoft.azure.storage.blob.TokenCredentials
Creates a token credential for use with role-based access control (RBAC) access to Azure Storage resources.
toPageBlobURL() - Method in class com.microsoft.azure.storage.blob.BlobURL
Converts this BlobURL to a PageBlobURL object.
toString() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Converts the given permissions to a String.
toString() - Method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Converts the given resource types to a String.
toString() - Method in class com.microsoft.azure.storage.blob.AccountSASService
Converts the given services to a String.
toString() - Method in class com.microsoft.azure.storage.blob.BlobRange
 
toString() - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Converts the given permissions to a String.
toString() - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Converts the given permissions to a String.
toString() - Method in class com.microsoft.azure.storage.blob.IPRange
Output the single IP address or range of IP addresses for.
toString() - Method in enum com.microsoft.azure.storage.blob.models.AccountKind
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.BlobType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.BlockListType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.CopyStatusType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.DeleteSnapshotsOptionType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.LeaseDurationType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.LeaseStateType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.LeaseStatusType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.ListBlobsIncludeItem
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.ListContainersIncludeType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.SequenceNumberActionType
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.SkuName
 
toString() - Method in enum com.microsoft.azure.storage.blob.models.SyncCopyStatusType
 
toString() - Method in enum com.microsoft.azure.storage.blob.SASProtocol
 
toString() - Method in class com.microsoft.azure.storage.blob.StorageURL
 
toURL() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
Converts the blob URL parts to a URL.
toURL() - Method in class com.microsoft.azure.storage.blob.StorageURL
 
TransferManager - Class in com.microsoft.azure.storage.blob
This class contains a collection of methods (and structures associated with those methods) which perform higher-level operations.
TransferManager() - Constructor for class com.microsoft.azure.storage.blob.TransferManager
 
TransferManagerDownloadFromBlobOptions - Class in com.microsoft.azure.storage.blob
Configures the parallel download behavior for methods on the TransferManager.
TransferManagerDownloadFromBlobOptions(Long, IProgressReceiver, BlobAccessConditions, ReliableDownloadOptions, Integer) - Constructor for class com.microsoft.azure.storage.blob.TransferManagerDownloadFromBlobOptions
Returns an object that configures the parallel download behavior for methods on the TransferManager.
TransferManagerUploadToBlockBlobOptions - Class in com.microsoft.azure.storage.blob
Configures the parallel upload behavior for methods on the TransferManager.
TransferManagerUploadToBlockBlobOptions(IProgressReceiver, BlobHTTPHeaders, Metadata, BlobAccessConditions, Integer) - Constructor for class com.microsoft.azure.storage.blob.TransferManagerUploadToBlockBlobOptions
Creates a new object that configures the parallel upload behavior.

U

UNAUTHORIZED_BLOB_OVERWRITE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value UnauthorizedBlobOverwrite for StorageErrorCode.
UNAVAILABLE - Static variable in class com.microsoft.azure.storage.blob.models.GeoReplicationStatusType
Static value unavailable for GeoReplicationStatusType.
uncommitted() - Method in class com.microsoft.azure.storage.blob.models.BlockLookupList
Get the uncommitted value.
uncommittedBlobs() - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should be included in the response.
uncommittedBlocks() - Method in class com.microsoft.azure.storage.blob.models.BlockList
Get the uncommittedBlocks value.
undelete() - Method in class com.microsoft.azure.storage.blob.BlobURL
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
undelete(Context) - Method in class com.microsoft.azure.storage.blob.BlobURL
Undelete restores the content and metadata of a soft-deleted blob and/or any associated soft-deleted snapshots.
undelete(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Undelete a blob that was previously soft deleted.
undeleteAsync(Context, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Undelete a blob that was previously soft deleted.
undeleteAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Undelete a blob that was previously soft deleted.
undeleteWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.GeneratedBlobs
Undelete a blob that was previously soft deleted.
unparsedParameters() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The query parameter key value pairs aside from SAS parameters and snapshot time or null if there were no such parameters.
UNSUPPORTED_HEADER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value UnsupportedHeader for StorageErrorCode.
UNSUPPORTED_HTTP_VERB - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value UnsupportedHttpVerb for StorageErrorCode.
UNSUPPORTED_QUERY_PARAMETER - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value UnsupportedQueryParameter for StorageErrorCode.
UNSUPPORTED_XML_NODE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
Static value UnsupportedXmlNode for StorageErrorCode.
update() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permissions to update messages and table entities granted.
updateSequenceNumber(SequenceNumberActionType, Long) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Sets the page blob's sequence number.
updateSequenceNumber(SequenceNumberActionType, Long, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Sets the page blob's sequence number.
updateSequenceNumber(Context, SequenceNumberActionType, Integer, Long, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Update the sequence number of the blob.
updateSequenceNumberAsync(Context, SequenceNumberActionType, Integer, Long, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Update the sequence number of the blob.
updateSequenceNumberAsync(Context, SequenceNumberActionType, Integer, Long, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Update the sequence number of the blob.
updateSequenceNumberWithRestResponseAsync(Context, SequenceNumberActionType, Integer, Long, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
Update the sequence number of the blob.
upload(Flowable<ByteBuffer>, long) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Creates a new block blob, or updates the content of an existing block blob.
upload(Flowable<ByteBuffer>, long, BlobHTTPHeaders, Metadata, BlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Creates a new block blob, or updates the content of an existing block blob.
upload(Context, Flowable<ByteBuffer>, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Upload Block Blob operation updates the content of an existing block blob.
uploadAsync(Context, Flowable<ByteBuffer>, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Upload Block Blob operation updates the content of an existing block blob.
uploadAsync(Context, Flowable<ByteBuffer>, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Upload Block Blob operation updates the content of an existing block blob.
uploadFileToBlockBlob(AsynchronousFileChannel, BlockBlobURL, int, TransferManagerUploadToBlockBlobOptions) - Static method in class com.microsoft.azure.storage.blob.TransferManager
Uploads the contents of a file to a block blob in parallel, breaking it into block-size chunks if necessary.
uploadPages(PageRange, Flowable<ByteBuffer>) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Writes 1 or more pages to the page blob.
uploadPages(PageRange, Flowable<ByteBuffer>, PageBlobAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Writes 1 or more pages to the page blob.
uploadPages(Context, Flowable<ByteBuffer>, long, byte[], Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Upload Pages operation writes a range of pages to a page blob.
uploadPagesAsync(Context, Flowable<ByteBuffer>, long, byte[], Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Upload Pages operation writes a range of pages to a page blob.
uploadPagesAsync(Context, Flowable<ByteBuffer>, long, byte[], Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Upload Pages operation writes a range of pages to a page blob.
uploadPagesWithRestResponseAsync(Context, Flowable<ByteBuffer>, long, byte[], Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedPageBlobs
The Upload Pages operation writes a range of pages to a page blob.
uploadWithRestResponseAsync(Context, Flowable<ByteBuffer>, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.GeneratedBlockBlobs
The Upload Block Blob operation updates the content of an existing block blob.
url() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets The URL of the service account, container, or blob that is the targe of the desired operation.
URLParser - Class in com.microsoft.azure.storage.blob
A class used to conveniently parse URLs into BlobURLParts to modify the components of the URL.
URLParser() - Constructor for class com.microsoft.azure.storage.blob.URLParser
 
userAgentPrefix() - Method in class com.microsoft.azure.storage.blob.TelemetryOptions
 

V

valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.AccountKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.BlobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.BlockListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.CopyStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.DeleteSnapshotsOptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.LeaseDurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.LeaseStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.LeaseStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.ListBlobsIncludeItem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.ListContainersIncludeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.SequenceNumberActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.SkuName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.models.SyncCopyStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.RetryPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.storage.blob.SASProtocol
Returns the enum constant of this type with the specified name.
values() - Static method in class com.microsoft.azure.storage.blob.models.AccessTier
 
values() - Static method in enum com.microsoft.azure.storage.blob.models.AccountKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.microsoft.azure.storage.blob.models.ArchiveStatus
 
values() - Static method in enum com.microsoft.azure.storage.blob.models.BlobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.BlockListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.CopyStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.DeleteSnapshotsOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.microsoft.azure.storage.blob.models.GeoReplicationStatusType
 
values() - Static method in enum com.microsoft.azure.storage.blob.models.LeaseDurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.LeaseStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.LeaseStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.ListBlobsIncludeItem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.ListContainersIncludeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.microsoft.azure.storage.blob.models.PublicAccessType
 
values() - Static method in enum com.microsoft.azure.storage.blob.models.SequenceNumberActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.models.SkuName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.microsoft.azure.storage.blob.models.StorageErrorCode
 
values() - Static method in enum com.microsoft.azure.storage.blob.models.SyncCopyStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.RetryPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.storage.blob.SASProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
If null or empty, this defaults to the service version targeted by this version of the library.
version() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
 
version() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobDeleteHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobSetTierHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlobUndeleteHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerDeleteHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.Logging
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.Metrics
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.models.ServiceSetPropertiesHeaders
Get the version value.
version() - Method in class com.microsoft.azure.storage.blob.SASQueryParameters
 
version() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The version of the service this SAS will target.
version() - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Gets Specifies the version of the operation to use for this request.

W

withAcceptRanges(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the acceptRanges value.
withAcceptRanges(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the acceptRanges value.
withAccessPolicy(AccessPolicy) - Method in class com.microsoft.azure.storage.blob.models.SignedIdentifier
Set the accessPolicy value.
withAccessTier(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the accessTier value.
withAccessTier(AccessTier) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the accessTier value.
withAccessTierChangeTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the accessTierChangeTime value.
withAccessTierChangeTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the accessTierChangeTime value.
withAccessTierInferred(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the accessTierInferred value.
withAccessTierInferred(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the accessTierInferred value.
withAccountKind(AccountKind) - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Set the accountKind value.
withAccountKind(AccountKind) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Set the accountKind value.
withAccountKind(AccountKind) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Set the accountKind value.
withAdd(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to add messages, table entities, and append to blobs granted.
withAdd(boolean) - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Add access granted.
withAdd(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Add access granted.
withAllowedHeaders(String) - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Set the allowedHeaders value.
withAllowedMethods(String) - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Set the allowedMethods value.
withAllowedOrigins(String) - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Set the allowedOrigins value.
withAppendPosition(Long) - Method in class com.microsoft.azure.storage.blob.models.AppendPositionAccessConditions
Set the appendPosition value.
withAppendPositionAccessConditions(AppendPositionAccessConditions) - Method in class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
Access conditions used for appending data only if the operation meets the provided conditions related to the size of the append blob.
withArchiveStatus(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the archiveStatus value.
withArchiveStatus(ArchiveStatus) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the archiveStatus value.
withBlob(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access blob resources granted.
withBlobAppendOffset(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the blobAppendOffset value.
withBlobCacheControl(String) - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Set the blobCacheControl value.
withBlobCommittedBlockCount(Integer) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the blobCommittedBlockCount value.
withBlobCommittedBlockCount(Integer) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the blobCommittedBlockCount value.
withBlobCommittedBlockCount(Integer) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the blobCommittedBlockCount value.
withBlobContentDisposition(String) - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Set the blobContentDisposition value.
withBlobContentEncoding(String) - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Set the blobContentEncoding value.
withBlobContentLanguage(String) - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Set the blobContentLanguage value.
withBlobContentLength(Long) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Set the blobContentLength value.
withBlobContentLength(Long) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Set the blobContentLength value.
withBlobContentLength(Long) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Set the blobContentLength value.
withBlobContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the blobContentMD5 value.
withBlobContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Set the blobContentMD5 value.
withBlobContentType(String) - Method in class com.microsoft.azure.storage.blob.models.BlobHTTPHeaders
Set the blobContentType value.
withBlobItems(List<BlobItem>) - Method in class com.microsoft.azure.storage.blob.models.BlobFlatListSegment
Set the blobItems value.
withBlobItems(List<BlobItem>) - Method in class com.microsoft.azure.storage.blob.models.BlobHierarchyListSegment
Set the blobItems value.
withBlobName(String) - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The blob name or null if a ServiceURL or ContainerURL was parsed.
withBlobName(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The name of the container the SAS user may access.
withBlobPrefixes(List<BlobPrefix>) - Method in class com.microsoft.azure.storage.blob.models.BlobHierarchyListSegment
Set the blobPrefixes value.
withBlobPublicAccess(PublicAccessType) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Set the blobPublicAccess value.
withBlobPublicAccess(PublicAccessType) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the blobPublicAccess value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the blobSequenceNumber value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the blobSequenceNumber value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the blobSequenceNumber value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Set the blobSequenceNumber value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Set the blobSequenceNumber value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Set the blobSequenceNumber value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Set the blobSequenceNumber value.
withBlobSequenceNumber(Long) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the blobSequenceNumber value.
withBlobType(BlobType) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the blobType value.
withBlobType(BlobType) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the blobType value.
withBlobType(BlobType) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the blobType value.
withCacheControl(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the cacheControl value.
withCacheControl(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the cacheControl value.
withCacheControl(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the cacheControl value.
withCacheControl(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The cache-control header for the SAS.
withClearRange(List<ClearRange>) - Method in class com.microsoft.azure.storage.blob.models.PageList
Set the clearRange value.
withClient(HttpClient) - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Specifies which HttpClient to use to send the requests.
withCommitted(List<String>) - Method in class com.microsoft.azure.storage.blob.models.BlockLookupList
Set the committed value.
withCommittedBlocks(List<Block>) - Method in class com.microsoft.azure.storage.blob.models.BlockList
Set the committedBlocks value.
withContainer(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Permission to access container level APIs (Blob Containers, Tables, Queues, File Shares) granted.
withContainerItems(List<ContainerItem>) - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Set the containerItems value.
withContainerName(String) - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The container name or null if a ServiceURL was parsed.
withContainerName(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the containerName value.
withContainerName(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the containerName value.
withContainerName(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The name of the container the SAS user may access.
withContentDisposition(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the contentDisposition value.
withContentDisposition(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the contentDisposition value.
withContentDisposition(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the contentDisposition value.
withContentDisposition(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-disposition header for the SAS.
withContentEncoding(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the contentEncoding value.
withContentEncoding(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the contentEncoding value.
withContentEncoding(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the contentEncoding value.
withContentEncoding(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-encoding header for the SAS.
withContentLanguage(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the contentLanguage value.
withContentLanguage(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the contentLanguage value.
withContentLanguage(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the contentLanguage value.
withContentLanguage(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-language header for the SAS.
withContentLength(Long) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the contentLength value.
withContentLength(Long) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the contentLength value.
withContentLength(Long) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the contentLength value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Set the contentMD5 value.
withContentMD5(byte[]) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the contentMD5 value.
withContentRange(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the contentRange value.
withContentType(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the contentType value.
withContentType(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the contentType value.
withContentType(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the contentType value.
withContentType(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Set the contentType value.
withContentType(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Set the contentType value.
withContentType(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Set the contentType value.
withContentType(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The content-type header for the SAS.
withCopy(boolean) - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blob metadata related to any current or previous Copy Blob operation should be included in the response.
withCopyCompletionTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the copyCompletionTime value.
withCopyCompletionTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the copyCompletionTime value.
withCopyCompletionTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the copyCompletionTime value.
withCopyId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Set the copyId value.
withCopyId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the copyId value.
withCopyId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the copyId value.
withCopyId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the copyId value.
withCopyId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Set the copyId value.
withCopyId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Set the copyId value.
withCopyProgress(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the copyProgress value.
withCopyProgress(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the copyProgress value.
withCopyProgress(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the copyProgress value.
withCopySource(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the copySource value.
withCopySource(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the copySource value.
withCopySource(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the copySource value.
withCopyStatus(SyncCopyStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Set the copyStatus value.
withCopyStatus(CopyStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the copyStatus value.
withCopyStatus(CopyStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the copyStatus value.
withCopyStatus(CopyStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the copyStatus value.
withCopyStatus(CopyStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Set the copyStatus value.
withCopyStatus(CopyStatusType) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Set the copyStatus value.
withCopyStatusDescription(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the copyStatusDescription value.
withCopyStatusDescription(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the copyStatusDescription value.
withCopyStatusDescription(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the copyStatusDescription value.
withCors(List<CorsRule>) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Set the cors value.
withCount(Long) - Method in class com.microsoft.azure.storage.blob.BlobRange
How many bytes to include in the range.
withCount(Long) - Method in class com.microsoft.azure.storage.blob.HTTPGetterInfo
The count of bytes that should be used to calculate the end offset when creating the HTTP GET request's Range header.
withCreate(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to create blobs and files granted.
withCreate(boolean) - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Create access granted.
withCreate(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Create access granted.
withCreationTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the creationTime value.
withCreationTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the creationTime value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobDeleteHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobUndeleteHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerDeleteHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Set the date value.
withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsHeaders
Set the date value.
withDays(Integer) - Method in class com.microsoft.azure.storage.blob.models.RetentionPolicy
Set the days value.
withDefaultServiceVersion(String) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Set the defaultServiceVersion value.
withDelete(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to delete resources granted.
withDelete(boolean) - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Delete access granted.
withDelete(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Delete access granted.
withDelete(boolean) - Method in class com.microsoft.azure.storage.blob.models.Logging
Set the delete value.
withDeleted(boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Set the deleted value.
withDeletedBlobs(boolean) - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blobs which have been soft deleted should be returned.
withDeletedTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the deletedTime value.
withDeleteRetentionPolicy(RetentionPolicy) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Set the deleteRetentionPolicy value.
withDelimiter(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the delimiter value.
withDelimiter(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the delimiter value.
withDestinationSnapshot(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the destinationSnapshot value.
withDestinationSnapshot(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the destinationSnapshot value.
withDetails(BlobListingDetails) - Method in class com.microsoft.azure.storage.blob.ListBlobsOptions
withDetails(ContainerListingDetails) - Method in class com.microsoft.azure.storage.blob.ListContainersOptions
withEnabled(boolean) - Method in class com.microsoft.azure.storage.blob.models.Metrics
Set the enabled value.
withEnabled(boolean) - Method in class com.microsoft.azure.storage.blob.models.RetentionPolicy
Set the enabled value.
withEnabled(boolean) - Method in class com.microsoft.azure.storage.blob.models.StaticWebsite
Set the enabled value.
withEnd(long) - Method in class com.microsoft.azure.storage.blob.models.ClearRange
Set the end value.
withEnd(long) - Method in class com.microsoft.azure.storage.blob.models.PageRange
Set the end value.
withErrorDocument404Path(String) - Method in class com.microsoft.azure.storage.blob.models.StaticWebsite
Set the errorDocument404Path value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.HTTPGetterInfo
The resource's etag that should be used when creating the HTTP GET request's If-Match header.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the eTag value.
withEtag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the etag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the eTag value.
withEtag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the etag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Set the eTag value.
withETag(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the eTag value.
withExpiry(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.AccessPolicy
Set the expiry value.
withExpiryTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
The time after which the SAS will no longer work.
withExpiryTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The time after which the SAS will no longer work.
withExposedHeaders(String) - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Set the exposedHeaders value.
withFile(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access file resources granted.
withGeoReplication(GeoReplication) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceStats
Set the geoReplication value.
withHasImmutabilityPolicy(Boolean) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the hasImmutabilityPolicy value.
withHasImmutabilityPolicy(Boolean) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the hasImmutabilityPolicy value.
withHasLegalHold(Boolean) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the hasLegalHold value.
withHasLegalHold(Boolean) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the hasLegalHold value.
withHost(String) - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The host.
withHourMetrics(Metrics) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Set the hourMetrics value.
withId(String) - Method in class com.microsoft.azure.storage.blob.models.SignedIdentifier
Set the id value.
withIdentifier(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The name of the access policy on the container this SAS references if any.
withIfMatch(String) - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Set the ifMatch value.
withIfModifiedSince(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Set the ifModifiedSince value.
withIfNoneMatch(String) - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Set the ifNoneMatch value.
withIfSequenceNumberEqualTo(Long) - Method in class com.microsoft.azure.storage.blob.models.SequenceNumberAccessConditions
Set the ifSequenceNumberEqualTo value.
withIfSequenceNumberLessThan(Long) - Method in class com.microsoft.azure.storage.blob.models.SequenceNumberAccessConditions
Set the ifSequenceNumberLessThan value.
withIfSequenceNumberLessThanOrEqualTo(Long) - Method in class com.microsoft.azure.storage.blob.models.SequenceNumberAccessConditions
Set the ifSequenceNumberLessThanOrEqualTo value.
withIfUnmodifiedSince(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ModifiedAccessConditions
Set the ifUnmodifiedSince value.
withIncludeAPIs(Boolean) - Method in class com.microsoft.azure.storage.blob.models.Metrics
Set the includeAPIs value.
withIncrementalCopy(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the incrementalCopy value.
withIndexDocument(String) - Method in class com.microsoft.azure.storage.blob.models.StaticWebsite
Set the indexDocument value.
withIpMax(String) - Method in class com.microsoft.azure.storage.blob.IPRange
The maximum IP address of the range.
withIpMin(String) - Method in class com.microsoft.azure.storage.blob.IPRange
The minimum IP address of the range.
withIpRange(IPRange) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
withIpRange(IPRange) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
withIsIncrementalCopy(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the isIncrementalCopy value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Set the isServerEncrypted value.
withIsServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the isServerEncrypted value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Set the lastModified value.
withLastModified(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the lastModified value.
withLastSyncTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.GeoReplication
Set the lastSyncTime value.
withLatest(List<String>) - Method in class com.microsoft.azure.storage.blob.models.BlockLookupList
Set the latest value.
withLeaseAccessConditions(LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
withLeaseAccessConditions(LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.BlobAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
withLeaseAccessConditions(LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.ContainerAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
withLeaseAccessConditions(LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.PageBlobAccessConditions
By setting lease access conditions, requests will fail if the provided lease does not match the active lease on the blob.
withLeaseDuration(LeaseDurationType) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the leaseDuration value.
withLeaseDuration(LeaseDurationType) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the leaseDuration value.
withLeaseDuration(LeaseDurationType) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the leaseDuration value.
withLeaseDuration(LeaseDurationType) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the leaseDuration value.
withLeaseDuration(LeaseDurationType) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the leaseDuration value.
withLeaseId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Set the leaseId value.
withLeaseId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Set the leaseId value.
withLeaseId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Set the leaseId value.
withLeaseId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Set the leaseId value.
withLeaseId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Set the leaseId value.
withLeaseId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Set the leaseId value.
withLeaseId(String) - Method in class com.microsoft.azure.storage.blob.models.LeaseAccessConditions
Set the leaseId value.
withLeaseState(LeaseStateType) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the leaseState value.
withLeaseState(LeaseStateType) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the leaseState value.
withLeaseState(LeaseStateType) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the leaseState value.
withLeaseState(LeaseStateType) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the leaseState value.
withLeaseState(LeaseStateType) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the leaseState value.
withLeaseStatus(LeaseStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the leaseStatus value.
withLeaseStatus(LeaseStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the leaseStatus value.
withLeaseStatus(LeaseStatusType) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the leaseStatus value.
withLeaseStatus(LeaseStatusType) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the leaseStatus value.
withLeaseStatus(LeaseStatusType) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the leaseStatus value.
withLeaseTime(Integer) - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Set the leaseTime value.
withLeaseTime(Integer) - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Set the leaseTime value.
withList(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to list blob containers, blobs, shares, directories, and files granted.
withList(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies List access granted.
withLogger(HttpPipelineLogger) - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Specifies the logger for the pipeline.
withLogging(Logging) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Set the logging value.
withLoggingOptions(LoggingOptions) - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Configures the built-in request logging policy.
withMarker(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the marker value.
withMarker(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the marker value.
withMarker(String) - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Set the marker value.
withMaxAgeInSeconds(int) - Method in class com.microsoft.azure.storage.blob.models.CorsRule
Set the maxAgeInSeconds value.
withMaxResults(Integer) - Method in class com.microsoft.azure.storage.blob.ListBlobsOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
withMaxResults(Integer) - Method in class com.microsoft.azure.storage.blob.ListContainersOptions
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
withMaxResults(int) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the maxResults value.
withMaxResults(int) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the maxResults value.
withMaxResults(int) - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Set the maxResults value.
withMaxRetryRequests(int) - Method in class com.microsoft.azure.storage.blob.ReliableDownloadOptions
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
withMaxSize(Long) - Method in class com.microsoft.azure.storage.blob.models.AppendPositionAccessConditions
Set the maxSize value.
withMessage(String) - Method in class com.microsoft.azure.storage.blob.models.StorageError
Set the message value.
withMetadata(boolean) - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blob metadata should be returned.
withMetadata(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerListingDetails
Whether metadata should be returned.
withMetadata(Map<String, String>) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the metadata value.
withMetadata(Map<String, String>) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the metadata value.
withMetadata(Map<String, String>) - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Set the metadata value.
withMetadata(Map<String, String>) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the metadata value.
withMetadata(Map<String, String>) - Method in class com.microsoft.azure.storage.blob.models.ContainerItem
Set the metadata value.
withMinuteMetrics(Metrics) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Set the minuteMetrics value.
withModifiedAccessConditions(ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.AppendBlobAccessConditions
Standard HTTP Access conditions related to the modification of data.
withModifiedAccessConditions(ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.BlobAccessConditions
Standard HTTP Access conditions related to the modification of data.
withModifiedAccessConditions(ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.ContainerAccessConditions
Standard HTTP Access conditions related to the modification of data.
withModifiedAccessConditions(ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.PageBlobAccessConditions
Standard HTTP Access conditions related to the modification of data.
withName(String) - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Set the name value.
withName(String) - Method in class com.microsoft.azure.storage.blob.models.BlobPrefix
Set the name value.
withName(String) - Method in class com.microsoft.azure.storage.blob.models.Block
Set the name value.
withName(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerItem
Set the name value.
withNextMarker(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the nextMarker value.
withNextMarker(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the nextMarker value.
withNextMarker(String) - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Set the nextMarker value.
withObject(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Permission to access object level APIs (Blobs, Table Entities, Queue Messages, Files) granted.
withOffset(long) - Method in class com.microsoft.azure.storage.blob.BlobRange
The start of the range.
withOffset(long) - Method in class com.microsoft.azure.storage.blob.HTTPGetterInfo
The start offset that should be used when creating the HTTP GET request's Range header.
withPageRange(List<PageRange>) - Method in class com.microsoft.azure.storage.blob.models.PageList
Set the pageRange value.
withPermission(String) - Method in class com.microsoft.azure.storage.blob.models.AccessPolicy
Set the permission value.
withPermissions(String) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
Specifies which operations the SAS user may perform.
withPermissions(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
Please refer to either ContainerSASPermission or BlobSASPermission depending on the resource being accessed for help constructing the permissions string.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
Creates a new AppendBlobURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.BlobURL
Creates a new BlobURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Creates a new BlockBlobURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.ContainerURL
Creates a new ContainerURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Creates a new PageBlobURL with the given pipeline.
withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.ServiceURL
Creates a new ServiceURL with the given pipeline.
withPrefix(String) - Method in class com.microsoft.azure.storage.blob.ListBlobsOptions
Filters the results to return only blobs whose names begin with the specified prefix.
withPrefix(String) - Method in class com.microsoft.azure.storage.blob.ListContainersOptions
Filters the results to return only blobs whose names begin with the specified prefix.
withPrefix(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the prefix value.
withPrefix(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the prefix value.
withPrefix(String) - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Set the prefix value.
withProcessMessages(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to get and delete messages granted.
withProperties(BlobProperties) - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Set the properties value.
withProperties(ContainerProperties) - Method in class com.microsoft.azure.storage.blob.models.ContainerItem
Set the properties value.
withProtocol(SASProtocol) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
withProtocol(SASProtocol) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
withPublicAccess(PublicAccessType) - Method in class com.microsoft.azure.storage.blob.models.ContainerProperties
Set the publicAccess value.
withQueue(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access queue resources granted.
withRead(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to read resources and list queues and tables granted.
withRead(boolean) - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Read access granted.
withRead(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Read access granted.
withRead(boolean) - Method in class com.microsoft.azure.storage.blob.models.Logging
Set the read value.
withRemainingRetentionDays(Integer) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the remainingRetentionDays value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDeleteHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetTierHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlobUndeleteHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerDeleteHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentHeaders
Set the requestId value.
withRequestId(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceSetPropertiesHeaders
Set the requestId value.
withRequestRetryOptions(RequestRetryOptions) - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Configures the retry policy's behavior.
withResourceTypes(String) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
The values that indicate the resource types accessible with this SAS.
withRetentionPolicy(RetentionPolicy) - Method in class com.microsoft.azure.storage.blob.models.Logging
Set the retentionPolicy value.
withRetentionPolicy(RetentionPolicy) - Method in class com.microsoft.azure.storage.blob.models.Metrics
Set the retentionPolicy value.
withSasQueryParameters(SASQueryParameters) - Method in class com.microsoft.azure.storage.blob.BlobURLParts
A SASQueryParameters representing the SAS query parameters or null if there were no such parameters.
withScheme(String) - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The scheme.
withSegment(BlobFlatListSegment) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the segment value.
withSegment(BlobHierarchyListSegment) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the segment value.
withSequenceNumberAccessConditions(SequenceNumberAccessConditions) - Method in class com.microsoft.azure.storage.blob.PageBlobAccessConditions
Access conditions that will fail the request if the sequence number does not meet the provided condition.
withServerEncrypted(Boolean) - Method in class com.microsoft.azure.storage.blob.models.BlobProperties
Set the serverEncrypted value.
withService(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASResourceType
Permission to access service level APIs granted.
withServiceEndpoint(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
Set the serviceEndpoint value.
withServiceEndpoint(String) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
Set the serviceEndpoint value.
withServiceEndpoint(String) - Method in class com.microsoft.azure.storage.blob.models.ListContainersSegmentResponse
Set the serviceEndpoint value.
withServices(String) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
The values that indicate the services accessible with this SAS.
withSize(int) - Method in class com.microsoft.azure.storage.blob.models.Block
Set the size value.
withSkuName(SkuName) - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Set the skuName value.
withSkuName(SkuName) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Set the skuName value.
withSkuName(SkuName) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Set the skuName value.
withSnapshot(String) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
Creates a new AppendBlobURL with the given snapshot.
withSnapshot(String) - Method in class com.microsoft.azure.storage.blob.BlobURL
Creates a new BlobURL with the given snapshot.
withSnapshot(String) - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The snapshot time or null if anything except a URL to a snapshot was parsed.
withSnapshot(String) - Method in class com.microsoft.azure.storage.blob.BlockBlobURL
Creates a new BlockBlobURL with the given snapshot.
withSnapshot(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Set the snapshot value.
withSnapshot(String) - Method in class com.microsoft.azure.storage.blob.models.BlobItem
Set the snapshot value.
withSnapshot(String) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
Creates a new PageBlobURL with the given snapshot.
withSnapshots(boolean) - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether snapshots should be returned.
withSourceIfMatch(String) - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Set the sourceIfMatch value.
withSourceIfModifiedSince(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Set the sourceIfModifiedSince value.
withSourceIfNoneMatch(String) - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Set the sourceIfNoneMatch value.
withSourceIfUnmodifiedSince(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.SourceModifiedAccessConditions
Set the sourceIfUnmodifiedSince value.
withStart(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.AccessPolicy
Set the start value.
withStart(long) - Method in class com.microsoft.azure.storage.blob.models.ClearRange
Set the start value.
withStart(long) - Method in class com.microsoft.azure.storage.blob.models.PageRange
Set the start value.
withStartTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
When the SAS will take effect.
withStartTime(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
When the SAS will take effect.
withStaticWebsite(StaticWebsite) - Method in class com.microsoft.azure.storage.blob.models.StorageServiceProperties
Set the staticWebsite value.
withStatus(GeoReplicationStatusType) - Method in class com.microsoft.azure.storage.blob.models.GeoReplication
Set the status value.
withTable(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASService
Permission to access table resources granted.
withTelemetryOptions(TelemetryOptions) - Method in class com.microsoft.azure.storage.blob.PipelineOptions
Configures the built-in telemetry policy behavior.
withUncommitted(List<String>) - Method in class com.microsoft.azure.storage.blob.models.BlockLookupList
Set the uncommitted value.
withUncommittedBlobs(boolean) - Method in class com.microsoft.azure.storage.blob.BlobListingDetails
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List, should be included in the response.
withUncommittedBlocks(List<Block>) - Method in class com.microsoft.azure.storage.blob.models.BlockList
Set the uncommittedBlocks value.
withUnparsedParameters(Map<String, String[]>) - Method in class com.microsoft.azure.storage.blob.BlobURLParts
The query parameter key value pairs aside from SAS parameters and snapshot time or null if there were no such parameters.
withUpdate(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permissions to update messages and table entities granted.
withUrl(String) - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Sets The URL of the service account, container, or blob that is the targe of the desired operation.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.AccountSASSignatureValues
If null or empty, this defaults to the service version targeted by this version of the library.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobCreateHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobAbortCopyFromURLHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobAcquireLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobBreakLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobChangeLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCopyFromURLHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobCreateSnapshotHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDeleteHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobDownloadHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetAccountInfoHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobGetPropertiesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobReleaseLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobRenewLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetHTTPHeadersHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetMetadataHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobSetTierHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobStartCopyFromURLHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlobUndeleteHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobCommitBlockListHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobGetBlockListHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockFromURLHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobStageBlockHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.BlockBlobUploadHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerAcquireLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerBreakLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerChangeLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerCreateHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerDeleteHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccessPolicyHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetAccountInfoHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerGetPropertiesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobFlatSegmentHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerListBlobHierarchySegmentHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerReleaseLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerRenewLeaseHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetAccessPolicyHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ContainerSetMetadataHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.Logging
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.Metrics
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobClearPagesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCopyIncrementalHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobCreateHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesDiffHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobGetPageRangesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobResizeHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUpdateSequenceNumberHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetAccountInfoHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetPropertiesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetStatisticsHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceListContainersSegmentHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.ServiceSetPropertiesHeaders
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
The version of the service this SAS will target.
withVersion(String) - Method in class com.microsoft.azure.storage.GeneratedStorageClient
Sets Specifies the version of the operation to use for this request.
withWrite(boolean) - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to write resources granted.
withWrite(boolean) - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Write access granted.
withWrite(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Write access granted.
withWrite(boolean) - Method in class com.microsoft.azure.storage.blob.models.Logging
Set the write value.
write() - Method in class com.microsoft.azure.storage.blob.AccountSASPermission
Permission to write resources granted.
write() - Method in class com.microsoft.azure.storage.blob.BlobSASPermission
Specifies Write access granted.
write() - Method in class com.microsoft.azure.storage.blob.ContainerSASPermission
Specifies Write access granted.
write() - Method in class com.microsoft.azure.storage.blob.models.Logging
Get the write value.
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

This documentation was released into the public domain.