Uses of Class
com.azure.storage.blob.models.Block
-
Packages that use Block Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of Block in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return Block Modifier and Type Method Description BlockBlock. setName(String name)Set the name property: The base64 encoded block ID.BlockBlock. setSize(int sizeInt)Deprecated.BlockBlock. setSizeLong(long sizeLong)Set the sizeLong property: The block size in bytes.Methods in com.azure.storage.blob.models that return types with arguments of type Block Modifier and Type Method Description List<Block>BlockList. getCommittedBlocks()Get the committedBlocks property: The CommittedBlocks property.List<Block>BlockList. getUncommittedBlocks()Get the uncommittedBlocks property: The UncommittedBlocks property.Method parameters in com.azure.storage.blob.models with type arguments of type Block Modifier and Type Method Description BlockListBlockList. setCommittedBlocks(List<Block> committedBlocks)Set the committedBlocks property: The CommittedBlocks property.BlockListBlockList. setUncommittedBlocks(List<Block> uncommittedBlocks)Set the uncommittedBlocks property: The UncommittedBlocks property.
-