Uses of Class
com.azure.storage.blob.options.BlobSeekableByteChannelReadOptions
Packages that use BlobSeekableByteChannelReadOptions
Package
Description
Package containing options model classes used by Azure Storage Blobs.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobSeekableByteChannelReadOptions in com.azure.storage.blob.options
Methods in com.azure.storage.blob.options that return BlobSeekableByteChannelReadOptionsModifier and TypeMethodDescriptionBlobSeekableByteChannelReadOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl) Sets theConsistentReadControlDefault is E-Tag.BlobSeekableByteChannelReadOptions.setInitialPosition(Long initialPosition) Sets the starting position of the resultingSeekableByteChannel.BlobSeekableByteChannelReadOptions.setReadSizeInBytes(Integer readSizeInBytes) Sets the size of each data read from the service.BlobSeekableByteChannelReadOptions.setRequestConditions(BlobRequestConditions requestConditions) Sets theBlobRequestConditions. -
Uses of BlobSeekableByteChannelReadOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type BlobSeekableByteChannelReadOptionsModifier and TypeMethodDescriptionBlobClientBase.openSeekableByteChannelRead(BlobSeekableByteChannelReadOptions options, com.azure.core.util.Context context) Opens a seekable byte channel in read-only mode to download the blob.