Uses of Class
com.azure.storage.blob.models.BlockList
Packages that use BlockList
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockList in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlockListModifier 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. -
Uses of BlockList in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlockListModifier and TypeMethodDescriptionBlockBlobClient.listBlocks(BlockListType listType) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.Methods in com.azure.storage.blob.specialized that return types with arguments of type BlockListModifier and TypeMethodDescriptionBlockBlobAsyncClient.listBlocks(BlockListType listType) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.BlockBlobAsyncClient.listBlocksWithResponse(BlockListType listType, String leaseId) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.BlockBlobAsyncClient.listBlocksWithResponse(BlockBlobListBlocksOptions options) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.com.azure.core.http.rest.Response<BlockList>BlockBlobClient.listBlocksWithResponse(BlockListType listType, String leaseId, Duration timeout, com.azure.core.util.Context context) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.com.azure.core.http.rest.Response<BlockList>BlockBlobClient.listBlocksWithResponse(BlockBlobListBlocksOptions options, Duration timeout, com.azure.core.util.Context context) Returns the list of blocks that have been uploaded as part of a block blob using the specified block list filter.