Uses of Class
com.azure.storage.blob.models.Block
Packages that use Block
Package
Description
Package containing the data models for AzureBlobStorage.
-
Uses of Block in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlockModifier and TypeMethodDescriptionstatic Block
Block.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of Block from the XmlReader.static Block
Reads an instance of Block from the XmlReader.Set 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.Methods in com.azure.storage.blob.models that return types with arguments of type BlockModifier and TypeMethodDescriptionBlockList.getCommittedBlocks()
Get the committedBlocks property: The CommittedBlocks property.BlockList.getUncommittedBlocks()
Get the uncommittedBlocks property: The UncommittedBlocks property.Method parameters in com.azure.storage.blob.models with type arguments of type BlockModifier 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)