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.setConsistentReadControl(ConsistentReadControl consistentReadControl) |
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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.