Uses of Class
com.azure.storage.blob.options.BlobInputStreamOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobInputStreamOptions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionBlobInputStreamOptions.setBlockSize
(Integer blockSize) BlobInputStreamOptions.setConsistentReadControl
(ConsistentReadControl consistentReadControl) BlobInputStreamOptions.setRequestConditions
(BlobRequestConditions requestConditions) -
Uses of BlobInputStreamOptions in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionBlobClientBase.openInputStream
(BlobInputStreamOptions options) Opens a blob input stream to download the specified range of the blob.BlobClientBase.openInputStream
(BlobInputStreamOptions options, com.azure.core.util.Context context) Opens a blob input stream to download the specified range of the blob.