| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| 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 |
|---|---|
static BlockListType |
BlockListType.fromString(String value)
Parses a serialized value to a BlockListType instance.
|
static BlockListType |
BlockListType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockListType[] |
BlockListType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlockListType |
BlockBlobListBlocksOptions.getType()
Gets the type of blocks to list.
|
| Constructor and Description |
|---|
BlockBlobListBlocksOptions(BlockListType type) |
| Modifier and Type | Method and Description |
|---|---|
Mono<BlockList> |
BlockBlobAsyncClient.listBlocks(BlockListType listType)
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
|
BlockList |
BlockBlobClient.listBlocks(BlockListType listType)
Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.
|
Mono<com.azure.core.http.rest.Response<BlockList>> |
BlockBlobAsyncClient.listBlocksWithResponse(BlockListType listType,
String leaseId)
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(BlockListType listType,
String leaseId,
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.