Uses of Enum
com.azure.storage.blob.models.BlockListType
Packages that use BlockListType
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockListType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlockListTypeModifier and TypeMethodDescriptionstatic BlockListTypeBlockListType.fromString(String value) Parses a serialized value to a BlockListType instance.static BlockListTypeReturns the enum constant of this type with the specified name.static BlockListType[]BlockListType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockListType in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockListTypeModifier and TypeMethodDescriptionBlockBlobListBlocksOptions.getType()Gets the type of blocks to list.Constructors in com.azure.storage.blob.options with parameters of type BlockListType -
Uses of BlockListType in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockListTypeModifier 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.BlockBlobClient.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.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.