Uses of Class
com.azure.storage.blob.options.BlockBlobOutputStreamOptions
Packages that use BlockBlobOutputStreamOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlockBlobOutputStreamOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlockBlobOutputStreamOptionsModifier and TypeMethodDescriptionBlockBlobOutputStreamOptions.setHeaders
(BlobHttpHeaders headers) BlockBlobOutputStreamOptions.setMetadata
(Map<String, String> metadata) BlockBlobOutputStreamOptions.setParallelTransferOptions
(ParallelTransferOptions parallelTransferOptions) BlockBlobOutputStreamOptions.setRequestConditions
(BlobRequestConditions requestConditions) BlockBlobOutputStreamOptions.setTier
(AccessTier tier) -
Uses of BlockBlobOutputStreamOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobOutputStreamOptionsModifier and TypeMethodDescriptionstatic BlobOutputStream
BlobOutputStream.blockBlobOutputStream
(BlobAsyncClient client, BlockBlobOutputStreamOptions options, com.azure.core.util.Context context) Creates a block blob output stream from a BlobAsyncClientBlockBlobClient.getBlobOutputStream
(BlockBlobOutputStreamOptions options) Creates and opens an output stream to write data to the block blob.BlockBlobClient.getBlobOutputStream
(BlockBlobOutputStreamOptions options, com.azure.core.util.Context context) Creates and opens an output stream to write data to the block blob.