Uses of Class
com.azure.storage.blob.models.Block
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of Block in com.azure.storage.blob.models
Modifier and TypeMethodDescriptionSet the name property: The base64 encoded block ID.Block.setSize
(int sizeInt) Deprecated.Block.setSizeLong
(long sizeLong) Set the sizeLong property: The block size in bytes.Modifier and TypeMethodDescriptionBlockList.getCommittedBlocks()
Get the committedBlocks property: The CommittedBlocks property.BlockList.getUncommittedBlocks()
Get the uncommittedBlocks property: The UncommittedBlocks property.Modifier and TypeMethodDescriptionBlockList.setCommittedBlocks
(List<Block> committedBlocks) Set the committedBlocks property: The CommittedBlocks property.BlockList.setUncommittedBlocks
(List<Block> uncommittedBlocks) Set the uncommittedBlocks property: The UncommittedBlocks property.
setSizeLong(long)