Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
Block |
Block.withName(String name)
Set the name value.
|
Block |
Block.withSize(int size)
Set the size value.
|
Modifier and Type | Method and Description |
---|---|
List<Block> |
BlockList.committedBlocks()
Get the committedBlocks value.
|
List<Block> |
BlockList.uncommittedBlocks()
Get the uncommittedBlocks value.
|
Modifier and Type | Method and Description |
---|---|
BlockList |
BlockList.withCommittedBlocks(List<Block> committedBlocks)
Set the committedBlocks value.
|
BlockList |
BlockList.withUncommittedBlocks(List<Block> uncommittedBlocks)
Set the uncommittedBlocks value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.