Class ShareFileSeekableByteChannelReadOptions

java.lang.Object
com.azure.storage.file.share.options.ShareFileSeekableByteChannelReadOptions

public class ShareFileSeekableByteChannelReadOptions extends Object
Options for obtaining a SeekableByteChannel backed by an Azure Storage Share File.
  • Constructor Details

    • ShareFileSeekableByteChannelReadOptions

      public ShareFileSeekableByteChannelReadOptions()
  • Method Details

    • getChunkSizeInBytes

      public Long getChunkSizeInBytes()
      Returns:
      The size of individual writes to the service.
    • setChunkSizeInBytes

      public ShareFileSeekableByteChannelReadOptions setChunkSizeInBytes(Long chunkSizeInBytes)
      Parameters:
      chunkSizeInBytes - The size of individual writes to the service.
      Returns:
      The updated instance.
    • getRequestConditions

      public ShareRequestConditions getRequestConditions()
      Returns:
      Request conditions to be used by the resulting channel.
    • setRequestConditions

      public ShareFileSeekableByteChannelReadOptions setRequestConditions(ShareRequestConditions requestConditions)
      Parameters:
      requestConditions - Request conditions to be used by the resulting channel.
      Returns:
      The updated instance.