Class FileRange

java.lang.Object
com.azure.storage.file.share.models.FileRange

public final class FileRange extends Object
An Azure Storage file range.
  • Constructor Details

    • FileRange

      public FileRange()
  • Method Details

    • getStart

      public long getStart()
      Get the start property: Start of the range.
      Returns:
      the start value.
    • setStart

      public FileRange setStart(long start)
      Set the start property: Start of the range.
      Parameters:
      start - the start value to set.
      Returns:
      the FileRange object itself.
    • getEnd

      public long getEnd()
      Get the end property: End of the range.
      Returns:
      the end value.
    • setEnd

      public FileRange setEnd(long end)
      Set the end property: End of the range.
      Parameters:
      end - the end value to set.
      Returns:
      the FileRange object itself.