Package | Description |
---|---|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlockBlobItem |
BlockBlobClient.commitBlockList(List<String> base64BlockIds)
Writes a blob by specifying the list of block IDs that are to make up the blob.
|
BlockBlobItem |
BlockBlobClient.upload(InputStream data,
long length)
Creates a new block blob.
|
BlockBlobItem |
BlockBlobClient.upload(InputStream data,
long length,
boolean overwrite)
Creates a new block blob, or updates the content of an existing block blob.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.