com.azure.storage.blob.options
Package containing options model classes used by Azure Storage Blobs.
Classes
| AppendBlobAppendBlockFromUrlOptions |
Extended options that may be passed when appending a block from a source URL. |
| AppendBlobCreateOptions |
Extended options that may be passed when creating an Append Blob. |
| AppendBlobSealOptions |
Extended options that may be passed when sealing an Append Blob. |
| BlobAcquireLeaseOptions |
Extended options that may be passed when acquiring a lease to a blob or container. |
| BlobBeginCopyOptions |
Extended options that may be passed when beginning a copy operation. |
| BlobBreakLeaseOptions |
Extended options that may be passed when breaking a lease to a blob or container. |
| BlobChangeLeaseOptions |
Extended options that may be passed when changing a lease to a blob or container. |
| BlobContainerCreateOptions |
Extended options that may be passed when creating a Blob Container. |
| BlobCopyFromUrlOptions |
Extended options that may be passed when copying a blob. |
| BlobDownloadToFileOptions |
Extended options that may be passed when downloading a blob to a file. |
| BlobGetTagsOptions |
Extended options that may be passed when getting tags for a blob. |
| BlobGetUserDelegationKeyOptions |
Extended options that may be passed when getting a user delegation key for a storage account. |
| BlobInputStreamOptions |
Extended options that may be passed when opening a blob input stream. |
| BlobParallelUploadOptions |
Extended options that may be passed when uploading a Block Blob in parallel. |
| BlobQueryOptions |
Optional parameters for Blob Query. |
| BlobReleaseLeaseOptions |
Extended options that may be passed when releasing a lease to a blob or container. |
| BlobRenewLeaseOptions |
Extended options that may be passed when renewing a lease to a blob or container. |
| BlobSeekableByteChannelReadOptions |
Extended options that may be passed when opening a blob seekable byte channel for reading. |
| BlobSetAccessTierOptions |
Extended options that may be passed when setting tier for a blob. |
| BlobSetTagsOptions |
Extended options that may be passed when setting tags for a blob. |
| BlobUploadFromFileOptions |
Extended options that may be passed when uploading a blob from a file. |
| BlobUploadFromUrlOptions |
Extended options that may be passed when uploading a Block Blob from URL. |
| BlockBlobCommitBlockListOptions |
Extended options that may be passed when committing a block list. |
| BlockBlobListBlocksOptions |
Extended options that may be passed when listing blocks for a block blob. |
| BlockBlobOutputStreamOptions |
Extended options that may be passed when opening an output stream to a Block Blob. |
| BlockBlobSeekableByteChannelWriteOptions |
Options for obtaining a SeekableByteChannel backed by an Azure Storage Share File. |
| BlockBlobSeekableByteChannelWriteOptions.WriteMode |
Mode to open the channel for writing. |
| BlockBlobSimpleUploadOptions |
Extended options that may be passed when uploading a Block Blob in a single request. |
| BlockBlobStageBlockFromUrlOptions |
Extended options that may be passed when staging a block from a source URL. |
| BlockBlobStageBlockOptions |
Extended options that may be passed when staging a block. |
| FindBlobsOptions |
Defines options available to configure the behavior of a call to com.azure.storage.blob.BlobServiceClient#findBlobsByTags(FindBlobsOptions, Duration, com.azure.core.util.Context) or findBlobsByTags(FindBlobsOptions options). |
| ListPageRangesDiffOptions |
Extended options that may be passed when getting the page ranges diff of a page blob. |
| ListPageRangesOptions |
Extended options that may be passed when getting the page ranges of a page blob. |
| PageBlobCopyIncrementalOptions |
Extended options that may be passed when incrementally copying a Page Blob. |
| PageBlobCreateOptions |
Extended options that may be passed when creating a Page Blob. |
| PageBlobUploadPagesFromUrlOptions |
Extended options that may be passed when uploading a page range from a source URL. |
| UndeleteBlobContainerOptions |
Extended options that may be passed when restoring a blob container. |