Uses of Class
com.azure.storage.blob.options.BlockBlobListBlocksOptions
-
Packages that use BlockBlobListBlocksOptions Package Description com.azure.storage.blob.options Package containing options model classes used by Azure Storage Blobs.com.azure.storage.blob.specialized 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 BlockBlobListBlocksOptions Modifier and Type Method Description BlockBlobListBlocksOptionsBlockBlobListBlocksOptions. setIfTagsMatch(String ifTagsMatch)Optionally applies the SQL statement to the tags of the blob.BlockBlobListBlocksOptionsBlockBlobListBlocksOptions. 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 BlockBlobListBlocksOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<BlockList>>BlockBlobAsyncClient. 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.
-