Package | Description |
---|---|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
AppendBlobItem |
AppendBlobClient.appendBlock(InputStream data,
long length)
Commits a new block of data to the end of the existing append blob.
|
AppendBlobItem |
AppendBlobClient.appendBlockFromUrl(String sourceUrl,
BlobRange sourceRange)
Commits a new block of data from another blob to the end of this append blob.
|
AppendBlobItem |
AppendBlobClient.create()
Creates a 0-length append blob.
|
AppendBlobItem |
AppendBlobClient.create(boolean overwrite)
Creates a 0-length append blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.