| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBlobListBlocksOptions |
BlockBlobListBlocksOptions.setIfTagsMatch(String ifTagsMatch)
Optionally applies the SQL statement to the tags of the blob.
|
BlockBlobListBlocksOptions |
BlockBlobListBlocksOptions.setLeaseId(String leaseId)
Optionally limits requests to blobs and containers that match the lease ID.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.