| Package | Description |
|---|---|
| com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
BlockList |
BlockList.setCommittedBlocks(List<Block> committedBlocks)
Set the committedBlocks property: The CommittedBlocks property.
|
BlockList |
BlockList.setUncommittedBlocks(List<Block> uncommittedBlocks)
Set the uncommittedBlocks property: The UncommittedBlocks property.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.