Class ListPageRangesOptions

java.lang.Object
com.azure.storage.blob.options.ListPageRangesOptions

public class ListPageRangesOptions extends Object
Extended options that may be passed when getting the page ranges of a page blob.
  • Constructor Details

    • ListPageRangesOptions

      public ListPageRangesOptions(BlobRange range)
      Parameters:
      range - The range to diff.
  • Method Details

    • getRange

      public BlobRange getRange()
      Gets the range property.
      Returns:
      The range property.
    • getRequestConditions

      public BlobRequestConditions getRequestConditions()
      Gets the requestConditions property.
      Returns:
      The requestConditions property.
    • setRequestConditions

      public ListPageRangesOptions setRequestConditions(BlobRequestConditions requestConditions)
      Sets the requestConditions property.
      Parameters:
      requestConditions - The requestConditions value to set.
      Returns:
      The updated object
    • getMaxResultsPerPage

      public Integer getMaxResultsPerPage()
      Gets the pageSize property.
      Returns:
      The pageSize property.
    • setMaxResultsPerPage

      public ListPageRangesOptions setMaxResultsPerPage(Integer pageSize)
      Sets the pageSize property.
      Parameters:
      pageSize - The pageSize value to set.
      Returns:
      The updated object