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) BlobSeekableByteChannelReadOptions.setInitialPosition
(Long initialPosition) Sets the starting position of the resultingSeekableByteChannel
.BlobSeekableByteChannelReadOptions.setReadSizeInBytes
(Integer readSizeInBytes) BlobSeekableByteChannelReadOptions.setRequestConditions
(BlobRequestConditions requestConditions) -
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.