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 accessConditions)
Creates and opens an output stream to write data to the append blob.
|
BlobOutputStream |
BlockBlobClient.getBlobOutputStream(BlobRequestConditions accessConditions)
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 accessConditions)
Creates and opens an output stream to write data to the page blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.