- 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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.
- AppendBlobAppendBlockFromUrlHeaders - Class in com.microsoft.azure.storage.blob.models
-
Defines headers for AppendBlockFromUrl operation.
- AppendBlobAppendBlockFromUrlHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockFromUrlHeaders
-
- AppendBlobAppendBlockFromUrlResponse - Class in com.microsoft.azure.storage.blob.models
-
Contains all response data for the appendBlockFromUrl operation.
- AppendBlobAppendBlockFromUrlResponse(HttpRequest, int, AppendBlobAppendBlockFromUrlHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockFromUrlResponse
-
Creates an instance of AppendBlobAppendBlockFromUrlResponse.
- 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.blob.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.blob.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.blob.GeneratedAppendBlobs
-
The Append Block operation commits a new block of data to the end of an existing append blob.
- appendBlockFromUrl(URL, BlobRange) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockFromUrl(URL, BlobRange, byte[], AppendBlobAccessConditions, SourceModifiedAccessConditions, Context) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
-
Commits a new block of data from another blob to the end of this append blob.
- appendBlockFromUrl(Context, URL, long, String, byte[], Integer, String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions, SourceModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedAppendBlobs
-
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
- appendBlockFromUrlAsync(Context, URL, long, String, byte[], Integer, String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions, SourceModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.GeneratedAppendBlobs
-
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
- appendBlockFromUrlAsync(Context, URL, long, String, byte[], Integer, String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions, SourceModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedAppendBlobs
-
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
- appendBlockFromUrlWithRestResponseAsync(Context, URL, long, String, byte[], Integer, String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions, SourceModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedAppendBlobs
-
The Append Block operation commits a new block of data to the end of an existing append blob where the contents are read from a source url.
- appendBlockWithRestResponseAsync(Context, Flowable<ByteBuffer>, long, Integer, byte[], String, LeaseAccessConditions, AppendPositionAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.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 a set of operations, such as:
AppendBlob_appendBlock, AppendBlob_appendBlockFromUrl.
- 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.
- AUTHORIZATION_FAILURE - Static variable in class com.microsoft.azure.storage.blob.models.StorageErrorCode
-
Static value AuthorizationFailure for StorageErrorCode.
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Get the blobAppendOffset value.
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Get the blobCommittedBlockCount value.
- 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.
- BlobListDetails - 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).
- BlobListDetails() - Constructor for class com.microsoft.azure.storage.blob.BlobListDetails
-
- blobName() - Method in class com.microsoft.azure.storage.blob.BlobURLParts
-
- blobName() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
-
The name of the blob 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.PageBlobUploadPagesFromURLHeaders
-
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.ServiceGetUserDelegationKeyResponse
-
- 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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.GeneratedContainers
-
[Update] establishes and manages a lock on a container for delete operations.
- 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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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(Context, long, Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedPageBlobs
-
The Clear Pages operation clears a set of pages from a page blob.
- 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.
- clearPagesAsync(Context, long, Integer, String, String, LeaseAccessConditions, SequenceNumberAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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.
- code() - Method in class com.microsoft.azure.storage.blob.models.StorageError
-
Get the code value.
- com.microsoft.azure.storage.blob - package com.microsoft.azure.storage.blob
-
This package contains the classes for StorageClient.
- com.microsoft.azure.storage.blob.models - package com.microsoft.azure.storage.blob.models
-
This package contains the 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.blob.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.blob.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.blob.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.blob.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.
- ContainerListDetails - 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).
- ContainerListDetails() - Constructor for class com.microsoft.azure.storage.blob.ContainerListDetails
-
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Get the contentMD5 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.PageBlobUploadPagesFromURLHeaders
-
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.BlobListDetails
-
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.blob.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.blob.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.blob.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.blob.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(Context, URL, Integer, String, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedPageBlobs
-
The Copy Incremental operation copies a snapshot of the source page blob to a destination page blob.
- 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.
- copyIncrementalAsync(Context, URL, Integer, String, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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.
- 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(Context, long, Integer, Map<String, String>, String, BlobHTTPHeaders, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.GeneratedPageBlobs
-
The Create operation creates a new page blob.
- 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
-
- 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.blob.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.blob.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.blob.GeneratedContainers
-
creates a new container under the specified account.
- createAsync(Context, Integer, Map<String, String>, PublicAccessType, String) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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
-
Creates a
ContainerURL
object pointing to the specified container.
- 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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.
- GeneratedAppendBlobs - Class in com.microsoft.azure.storage.blob
-
An instance of this class provides access to all the operations defined in
GeneratedAppendBlobs.
- GeneratedAppendBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.blob.GeneratedAppendBlobs
-
Initializes an instance of GeneratedAppendBlobs.
- generatedAppendBlobs() - Method in class com.microsoft.azure.storage.blob.GeneratedStorageClient
-
Gets the GeneratedAppendBlobs object to access its operations.
- GeneratedBlobs - Class in com.microsoft.azure.storage.blob
-
An instance of this class provides access to all the operations defined in
GeneratedBlobs.
- GeneratedBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.blob.GeneratedBlobs
-
Initializes an instance of GeneratedBlobs.
- generatedBlobs() - Method in class com.microsoft.azure.storage.blob.GeneratedStorageClient
-
Gets the GeneratedBlobs object to access its operations.
- GeneratedBlockBlobs - Class in com.microsoft.azure.storage.blob
-
An instance of this class provides access to all the operations defined in
GeneratedBlockBlobs.
- GeneratedBlockBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.blob.GeneratedBlockBlobs
-
Initializes an instance of GeneratedBlockBlobs.
- generatedBlockBlobs() - Method in class com.microsoft.azure.storage.blob.GeneratedStorageClient
-
Gets the GeneratedBlockBlobs object to access its operations.
- GeneratedContainers - Class in com.microsoft.azure.storage.blob
-
An instance of this class provides access to all the operations defined in
GeneratedContainers.
- GeneratedContainers(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.blob.GeneratedContainers
-
Initializes an instance of GeneratedContainers.
- generatedContainers() - Method in class com.microsoft.azure.storage.blob.GeneratedStorageClient
-
Gets the GeneratedContainers object to access its operations.
- GeneratedPageBlobs - Class in com.microsoft.azure.storage.blob
-
An instance of this class provides access to all the operations defined in
GeneratedPageBlobs.
- GeneratedPageBlobs(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.blob.GeneratedPageBlobs
-
Initializes an instance of GeneratedPageBlobs.
- generatedPageBlobs() - Method in class com.microsoft.azure.storage.blob.GeneratedStorageClient
-
Gets the GeneratedPageBlobs object to access its operations.
- GeneratedServices - Class in com.microsoft.azure.storage.blob
-
An instance of this class provides access to all the operations defined in
GeneratedServices.
- GeneratedServices(GeneratedStorageClient) - Constructor for class com.microsoft.azure.storage.blob.GeneratedServices
-
Initializes an instance of GeneratedServices.
- generatedServices() - Method in class com.microsoft.azure.storage.blob.GeneratedStorageClient
-
Gets the GeneratedServices object to access its operations.
- GeneratedStorageClient - Class in com.microsoft.azure.storage.blob
-
Initializes a new instance of the GeneratedStorageClient type.
- GeneratedStorageClient() - Constructor for class com.microsoft.azure.storage.blob.GeneratedStorageClient
-
Initializes an instance of GeneratedStorageClient client.
- GeneratedStorageClient(HttpPipeline) - Constructor for class com.microsoft.azure.storage.blob.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.
- generateSASQueryParameters(UserDelegationKey, String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
-
Uses a user delegation key 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.blob.GeneratedContainers
-
gets the permissions for the specified container.
- getAccessPolicyAsync(Context, Integer, String, LeaseAccessConditions, ServiceCallback<List<SignedIdentifier>>) - Method in class com.microsoft.azure.storage.blob.GeneratedContainers
-
gets the permissions for the specified container.
- getAccessPolicyAsync(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedContainers
-
gets the permissions for the specified container.
- getAccessPolicyWithRestResponseAsync(Context, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.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(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedBlobs
-
Returns the sku name and account kind.
- getAccountInfo(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedContainers
-
Returns the sku name and account kind.
- getAccountInfo(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Returns the sku name and account kind.
- 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.
- getAccountInfoAsync(Context, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.GeneratedBlobs
-
Returns the sku name and account kind.
- getAccountInfoAsync(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedBlobs
-
Returns the sku name and account kind.
- getAccountInfoAsync(Context, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.GeneratedContainers
-
Returns the sku name and account kind.
- getAccountInfoAsync(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedContainers
-
Returns the sku name and account kind.
- getAccountInfoAsync(Context, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Returns the sku name and account kind.
- getAccountInfoAsync(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Returns the sku name and account kind.
- getAccountInfoWithRestResponseAsync(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedBlobs
-
Returns the sku name and account kind.
- getAccountInfoWithRestResponseAsync(Context) - Method in class com.microsoft.azure.storage.blob.GeneratedContainers
-
Returns the sku name and account kind.
- getAccountInfoWithRestResponseAsync(Context) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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.blob.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.blob.GeneratedBlockBlobs
-
The Get Block List operation retrieves the list of blocks that have been uploaded as part of a block blob.
- getPageRanges(Context, String, Integer, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedPageBlobs
-
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page 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.
- getPageRangesAsync(Context, String, Integer, String, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<PageList>) - Method in class com.microsoft.azure.storage.blob.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.blob.GeneratedPageBlobs
-
The Get Page Ranges operation returns the list of valid page ranges for a page blob or snapshot of a page blob.
- getPageRangesDiff(Context, String, Integer, String, String, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedPageBlobs
-
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.
- 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.
- getPageRangesDiffAsync(Context, String, Integer, String, String, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<PageList>) - Method in class com.microsoft.azure.storage.blob.GeneratedPageBlobs
-
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.blob.GeneratedPageBlobs
-
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.blob.GeneratedPageBlobs
-
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.blob.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(Context, String, Integer, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.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.blob.GeneratedContainers
-
returns all user-defined metadata and system properties for the specified container.
- getProperties(Context, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
- 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.
- getPropertiesAsync(Context, String, Integer, String, LeaseAccessConditions, ModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.GeneratedContainers
-
returns all user-defined metadata and system properties for the specified container.
- getPropertiesWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
- getStatistics(Context, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Retrieves statistics related to replication for the Blob service.
- 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.
- getStatisticsAsync(Context, Integer, String, ServiceCallback<StorageServiceStats>) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Retrieves statistics related to replication for the Blob service.
- getStatisticsAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Retrieves statistics related to replication for the Blob service.
- getStatisticsWithRestResponseAsync(Context, Integer, String) - Method in class com.microsoft.azure.storage.blob.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.
- getUserDelegationKey(Context, KeyInfo, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Retrieves a user delgation key for the Blob service.
- getUserDelegationKey(OffsetDateTime, OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.ServiceURL
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKey(OffsetDateTime, OffsetDateTime, Context) - Method in class com.microsoft.azure.storage.blob.ServiceURL
-
Gets a user delegation key for use with this account's blob storage.
- getUserDelegationKeyAsync(Context, KeyInfo, Integer, String, ServiceCallback<UserDelegationKey>) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Retrieves a user delgation key for the Blob service.
- getUserDelegationKeyAsync(Context, KeyInfo, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Retrieves a user delgation key for the Blob service.
- getUserDelegationKeyWithRestResponseAsync(Context, KeyInfo, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Retrieves a user delgation key for the Blob service.
- lastModified() - Method in class com.microsoft.azure.storage.blob.CommonRestResponse
-
- lastModified() - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockFromUrlHeaders
-
Get the lastModified value.
- 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.PageBlobUploadPagesFromURLHeaders
-
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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.
- 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(Context, String, String, Integer, ListContainersIncludeType, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
The List Containers Segment operation returns a list of the containers under the specified account.
- 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.
- listContainersSegmentAsync(Context, String, String, Integer, ListContainersIncludeType, Integer, String, ServiceCallback<ListContainersSegmentResponse>) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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
-
- LoggingOptions() - Constructor for class com.microsoft.azure.storage.blob.LoggingOptions
-
- LoggingOptions(long) - Constructor for class com.microsoft.azure.storage.blob.LoggingOptions
-
- LoggingOptions(long, boolean) - Constructor for class com.microsoft.azure.storage.blob.LoggingOptions
-
- loggingOptions() - Method in class com.microsoft.azure.storage.blob.PipelineOptions
-
Configures the built-in request logging policy.
- 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.
- PageBlobUploadPagesFromURLHeaders - Class in com.microsoft.azure.storage.blob.models
-
Defines headers for UploadPagesFromURL operation.
- PageBlobUploadPagesFromURLHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesFromURLHeaders
-
- PageBlobUploadPagesFromURLResponse - Class in com.microsoft.azure.storage.blob.models
-
Contains all response data for the uploadPagesFromURL operation.
- PageBlobUploadPagesFromURLResponse(HttpRequest, int, PageBlobUploadPagesFromURLHeaders, Map<String, String>, Void) - Constructor for class com.microsoft.azure.storage.blob.models.PageBlobUploadPagesFromURLResponse
-
Creates an instance of PageBlobUploadPagesFromURLResponse.
- 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
-
- 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
-
- 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, PageBlob_uploadPagesFromURL.
- 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.
- ServiceGetUserDelegationKeyHeaders - Class in com.microsoft.azure.storage.blob.models
-
Defines headers for GetUserDelegationKey operation.
- ServiceGetUserDelegationKeyHeaders() - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetUserDelegationKeyHeaders
-
- ServiceGetUserDelegationKeyResponse - Class in com.microsoft.azure.storage.blob.models
-
Contains all response data for the getUserDelegationKey operation.
- ServiceGetUserDelegationKeyResponse(HttpRequest, int, ServiceGetUserDelegationKeyHeaders, Map<String, String>, UserDelegationKey) - Constructor for class com.microsoft.azure.storage.blob.models.ServiceGetUserDelegationKeyResponse
-
Creates an instance of ServiceGetUserDelegationKeyResponse.
- 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.blob.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.blob.GeneratedContainers
-
sets the permissions for the specified container.
- setAccessPolicyAsync(Context, List<SignedIdentifier>, Integer, PublicAccessType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedContainers
-
sets the permissions for the specified container.
- setAccessPolicyWithRestResponseAsync(Context, List<SignedIdentifier>, Integer, PublicAccessType, String, LeaseAccessConditions, ModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.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.blob.GeneratedContainers
-
operation sets one or more user-defined name-value pairs for the specified container.
- setProperties(Context, StorageServiceProperties, Integer, String) - Method in class com.microsoft.azure.storage.blob.GeneratedServices
-
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
- 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.
- setPropertiesAsync(Context, StorageServiceProperties, Integer, String, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.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.blob.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.blob.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.blob.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.blob.GeneratedBlobs
-
The Set Tier operation sets the tier on a blob.
- setTierAsync(Context, AccessTier, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.GeneratedBlobs
-
The Set Tier operation sets the tier on a blob.
- setTierWithRestResponseAsync(Context, AccessTier, Integer, String, LeaseAccessConditions) - Method in class com.microsoft.azure.storage.blob.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
-
- signedExpiry() - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Get the signedExpiry value.
- SignedIdentifier - Class in com.microsoft.azure.storage.blob.models
-
signed identifier.
- SignedIdentifier() - Constructor for class com.microsoft.azure.storage.blob.models.SignedIdentifier
-
- signedOid() - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Get the signedOid value.
- signedService() - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Get the signedService value.
- signedStart() - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Get the signedStart value.
- signedTid() - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Get the signedTid value.
- signedVersion() - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Get the signedVersion value.
- 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.
- snapshotId() - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
-
The specific snapshot the SAS user may access.
- snapshots() - Method in class com.microsoft.azure.storage.blob.BlobListDetails
-
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.
- 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.blob.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.blob.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.blob.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, SourceModifiedAccessConditions, 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, SourceModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.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, SourceModifiedAccessConditions, ServiceCallback<Void>) - Method in class com.microsoft.azure.storage.blob.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, SourceModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.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, SourceModifiedAccessConditions) - Method in class com.microsoft.azure.storage.blob.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.blob.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.KeyInfo
-
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.blob.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.blob.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.blob.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.blob.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.
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Set the blobAppendOffset value.
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Set the blobCommittedBlockCount 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
-
- withBlobName(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
-
The name of the blob 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.PageBlobUploadPagesFromURLHeaders
-
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.
- withCode(String) - Method in class com.microsoft.azure.storage.blob.models.StorageError
-
Set the code value.
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Set the contentMD5 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.PageBlobUploadPagesFromURLHeaders
-
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.BlobListDetails
-
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.
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Set the date 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.PageBlobUploadPagesFromURLHeaders
-
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.
- withDate(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.ServiceGetUserDelegationKeyHeaders
-
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.BlobListDetails
-
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(BlobListDetails) - Method in class com.microsoft.azure.storage.blob.ListBlobsOptions
-
- withDetails(ContainerListDetails) - 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.models.AppendBlobAppendBlockFromUrlHeaders
-
Set the eTag value.
- 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.PageBlobUploadPagesFromURLHeaders
-
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.
- withExpiry(String) - Method in class com.microsoft.azure.storage.blob.models.KeyInfo
-
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.AppendBlobAppendBlockHeaders
-
Set the isServerEncrypted 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.PageBlobUploadPagesFromURLHeaders
-
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.AppendBlobAppendBlockFromUrlHeaders
-
Set the lastModified 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.PageBlobUploadPagesFromURLHeaders
-
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(Integer) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsFlatSegmentResponse
-
Set the maxResults value.
- withMaxResults(Integer) - Method in class com.microsoft.azure.storage.blob.models.ListBlobsHierarchySegmentResponse
-
Set the maxResults value.
- withMaxResults(Integer) - 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.BlobListDetails
-
Whether blob metadata should be returned.
- withMetadata(boolean) - Method in class com.microsoft.azure.storage.blob.ContainerListDetails
-
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.
- 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
-
- withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.AppendBlobURL
-
- 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
-
- withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.ContainerURL
-
- withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.PageBlobURL
-
- withPipeline(HttpPipeline) - Method in class com.microsoft.azure.storage.blob.ServiceURL
-
- 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.AppendBlobAppendBlockFromUrlHeaders
-
Set the requestId 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.PageBlobUploadPagesFromURLHeaders
-
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.ServiceGetUserDelegationKeyHeaders
-
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.
- withSignedExpiry(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Set the signedExpiry value.
- withSignedOid(String) - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Set the signedOid value.
- withSignedService(String) - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Set the signedService value.
- withSignedStart(OffsetDateTime) - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Set the signedStart value.
- withSignedTid(String) - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Set the signedTid value.
- withSignedVersion(String) - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Set the signedVersion value.
- 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
-
- 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
-
- withSnapshotId(String) - Method in class com.microsoft.azure.storage.blob.ServiceSASSignatureValues
-
The specific snapshot the SAS user may access.
- withSnapshots(boolean) - Method in class com.microsoft.azure.storage.blob.BlobListDetails
-
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(String) - Method in class com.microsoft.azure.storage.blob.models.KeyInfo
-
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.BlobListDetails
-
Whether blobs for which blocks have been uploaded, but which have not been committed using Put Block List,
should be included in the response.
- 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.blob.GeneratedStorageClient
-
Sets The URL of the service account, container, or blob that is the targe of the desired operation.
- withValue(String) - Method in class com.microsoft.azure.storage.blob.models.UserDelegationKey
-
Set the value value.
- 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.GeneratedStorageClient
-
Sets Specifies the version of the operation to use for this request.
- withVersion(String) - Method in class com.microsoft.azure.storage.blob.models.AppendBlobAppendBlockFromUrlHeaders
-
Set the version value.
- 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.PageBlobUploadPagesFromURLHeaders
-
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.ServiceGetUserDelegationKeyHeaders
-
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.
- 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.