Uses of Class
com.azure.storage.blob.options.BlockBlobListBlocksOptions
Packages that use BlockBlobListBlocksOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobListBlocksOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobListBlocksOptionsModifier and TypeMethodDescriptionBlockBlobListBlocksOptions.setIfTagsMatch
(String ifTagsMatch) Optionally applies the SQL statement to the tags of the blob.BlockBlobListBlocksOptions.setLeaseId
(String leaseId) Optionally limits requests to blobs and containers that match the lease ID. -
Uses of BlockBlobListBlocksOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobListBlocksOptionsModifier and TypeMethodDescriptionBlockBlobAsyncClient.listBlocksWithResponse
(BlockBlobListBlocksOptions options) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.com.azure.core.http.rest.Response
<BlockList> BlockBlobClient.listBlocksWithResponse
(BlockBlobListBlocksOptions options, Duration timeout, com.azure.core.util.Context context) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.