Package | Description |
---|---|
com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
com.azure.storage.blob.specialized |
Package containing specialized clients for Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
BlobInputStreamOptions |
BlobInputStreamOptions.setBlockSize(Integer blockSize) |
BlobInputStreamOptions |
BlobInputStreamOptions.setRange(BlobRange range) |
BlobInputStreamOptions |
BlobInputStreamOptions.setRequestConditions(BlobRequestConditions requestConditions) |
Modifier and Type | Method and Description |
---|---|
BlobInputStream |
BlobClientBase.openInputStream(BlobInputStreamOptions options)
Opens a blob input stream to download the specified range of the blob.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.