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) Sets theBlobHttpHeaders.BlockBlobOutputStreamOptions.setMetadata(Map<String, String> metadata) Sets the metadata to associate with the blob.BlockBlobOutputStreamOptions.setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions) Sets theParallelTransferOptions.BlockBlobOutputStreamOptions.setRequestConditions(BlobRequestConditions requestConditions) Sets theBlobRequestConditions.Sets the tags to associate with the blob.BlockBlobOutputStreamOptions.setTier(AccessTier tier) Sets theAccessTier. -
Uses of BlockBlobOutputStreamOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobOutputStreamOptionsModifier and TypeMethodDescriptionstatic BlobOutputStreamBlobOutputStream.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.