Class ShareFileSeekableByteChannelReadOptions
java.lang.Object
com.azure.storage.file.share.options.ShareFileSeekableByteChannelReadOptions
Options for obtaining a
SeekableByteChannel
backed by an Azure Storage Share File.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the size of individual writes to the service.Gets the request conditions to be used by the resulting channel.setChunkSizeInBytes
(Long chunkSizeInBytes) Sets the size of individual writes to the service.setRequestConditions
(ShareRequestConditions requestConditions) Sets the request conditions to be used by the resulting channel.
-
Constructor Details
-
ShareFileSeekableByteChannelReadOptions
public ShareFileSeekableByteChannelReadOptions()Creates a new instance ofShareFileSeekableByteChannelReadOptions
.
-
-
Method Details
-
getChunkSizeInBytes
Gets the size of individual writes to the service.- Returns:
- The size of individual writes to the service.
-
setChunkSizeInBytes
Sets the size of individual writes to the service.- Parameters:
chunkSizeInBytes
- The size of individual writes to the service.- Returns:
- The updated instance.
-
getRequestConditions
Gets the request conditions to be used by the resulting channel.- Returns:
- Request conditions to be used by the resulting channel.
-