Uses of Class
com.azure.storage.blob.specialized.BlobOutputStream
Package
Description
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobOutputStream in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionstatic BlobOutputStream
BlobOutputStream.blockBlobOutputStream
(BlobAsyncClient client, ParallelTransferOptions parallelTransferOptions, BlobHttpHeaders headers, Map<String, String> metadata, AccessTier tier, BlobRequestConditions requestConditions) Creates a block blob output stream from a BlobAsyncClientstatic BlobOutputStream
BlobOutputStream.blockBlobOutputStream
(BlobAsyncClient client, ParallelTransferOptions parallelTransferOptions, BlobHttpHeaders headers, Map<String, String> metadata, AccessTier tier, BlobRequestConditions requestConditions, com.azure.core.util.Context context) Creates a block blob output stream from a BlobAsyncClientstatic BlobOutputStream
BlobOutputStream.blockBlobOutputStream
(BlobAsyncClient client, BlockBlobOutputStreamOptions options, com.azure.core.util.Context context) Creates a block blob output stream from a BlobAsyncClientAppendBlobClient.getBlobOutputStream()
Creates and opens an output stream to write data to the append blob.AppendBlobClient.getBlobOutputStream
(boolean overwrite) Creates and opens an output stream to write data to the append blob.AppendBlobClient.getBlobOutputStream
(AppendBlobRequestConditions requestConditions) Creates and opens an output stream to write data to the append blob.BlockBlobClient.getBlobOutputStream()
Creates and opens an output stream to write data to the block blob.BlockBlobClient.getBlobOutputStream
(boolean overwrite) Creates and opens an output stream to write data to the block blob.BlockBlobClient.getBlobOutputStream
(BlobRequestConditions requestConditions) Creates and opens an output stream to write data to the block blob.BlockBlobClient.getBlobOutputStream
(ParallelTransferOptions parallelTransferOptions, BlobHttpHeaders headers, Map<String, String> metadata, AccessTier tier, BlobRequestConditions requestConditions) Creates and opens an output stream to write data to the block blob.BlockBlobClient.getBlobOutputStream
(BlockBlobOutputStreamOptions options) Creates and opens an output stream to write data to the block blob.PageBlobClient.getBlobOutputStream
(PageRange pageRange) Creates and opens an output stream to write data to the page blob.PageBlobClient.getBlobOutputStream
(PageRange pageRange, BlobRequestConditions requestConditions) Creates and opens an output stream to write data to the page blob.