Class BlobSeekableByteChannelReadResult

java.lang.Object
com.azure.storage.blob.models.BlobSeekableByteChannelReadResult

public final class BlobSeekableByteChannelReadResult extends Object
Contains the results of opening a SeekableByteChannel to read from a blob.
  • Constructor Details

  • Method Details

    • getChannel

      public SeekableByteChannel getChannel()
      Gets the channel to read the target blob.
      Returns:
      Channel to read the target blob.
    • getProperties

      public BlobProperties getProperties()
      Gets the blob properties of the target blob.
      Returns:
      Blob properties of the target blob.