Uses of Class
com.azure.storage.blob.options.BlobInputStreamOptions
Packages that use 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
Methods in com.azure.storage.blob.options that return BlobInputStreamOptionsModifier and TypeMethodDescriptionBlobInputStreamOptions.setBlockSize(Integer blockSize) Sets the size of each data chunk returned from the service.BlobInputStreamOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl) Sets theConsistentReadControlDefault is E-Tag.Sets theBlobRange.BlobInputStreamOptions.setRequestConditions(BlobRequestConditions requestConditions) Sets theBlobRequestConditions. -
Uses of BlobInputStreamOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobInputStreamOptionsModifier 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.