| Package | Description |
|---|---|
| com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
BlobOutputStream |
AppendBlobClient.getBlobOutputStream()
Creates and opens an output stream to write data to the append blob.
|
BlobOutputStream |
BlockBlobClient.getBlobOutputStream()
Creates and opens an output stream to write data to the block blob.
|
BlobOutputStream |
AppendBlobClient.getBlobOutputStream(AppendBlobRequestConditions requestConditions)
Creates and opens an output stream to write data to the append blob.
|
BlobOutputStream |
BlockBlobClient.getBlobOutputStream(BlobRequestConditions requestConditions)
Creates and opens an output stream to write data to the block blob.
|
BlobOutputStream |
BlockBlobClient.getBlobOutputStream(boolean overwrite)
Creates and opens an output stream to write data to the block blob.
|
BlobOutputStream |
PageBlobClient.getBlobOutputStream(PageRange pageRange)
Creates and opens an output stream to write data to the page blob.
|
BlobOutputStream |
PageBlobClient.getBlobOutputStream(PageRange pageRange,
BlobRequestConditions requestConditions)
Creates and opens an output stream to write data to the page blob.
|
BlobOutputStream |
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.