Uses of Class
com.azure.storage.blob.options.BlockBlobOutputStreamOptions
-
Packages that use BlockBlobOutputStreamOptions Package Description com.azure.storage.blob.options Package containing options model classes used by Azure Storage Blobs.com.azure.storage.blob.specialized 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 BlockBlobOutputStreamOptions Modifier and Type Method Description BlockBlobOutputStreamOptionsBlockBlobOutputStreamOptions. setHeaders(BlobHttpHeaders headers)BlockBlobOutputStreamOptionsBlockBlobOutputStreamOptions. setMetadata(Map<String,String> metadata)BlockBlobOutputStreamOptionsBlockBlobOutputStreamOptions. setParallelTransferOptions(ParallelTransferOptions parallelTransferOptions)BlockBlobOutputStreamOptionsBlockBlobOutputStreamOptions. setRequestConditions(BlobRequestConditions requestConditions)BlockBlobOutputStreamOptionsBlockBlobOutputStreamOptions. setTags(Map<String,String> tags)BlockBlobOutputStreamOptionsBlockBlobOutputStreamOptions. setTier(AccessTier tier) -
Uses of BlockBlobOutputStreamOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlockBlobOutputStreamOptions Modifier and Type Method Description static BlobOutputStreamBlobOutputStream. blockBlobOutputStream(BlobAsyncClient client, BlockBlobOutputStreamOptions options, com.azure.core.util.Context context)Creates a block blob output stream from a BlobAsyncClientBlobOutputStreamBlockBlobClient. getBlobOutputStream(BlockBlobOutputStreamOptions options)Creates and opens an output stream to write data to the block blob.
-