Class PageRangeItem

    • Constructor Detail

      • PageRangeItem

        public PageRangeItem​(com.azure.core.http.HttpRange range,
                             boolean isClear)
        Creates a new PageRangeItem.
        Parameters:
        range - The HttpRange.
        isClear - Whether the bytes are cleared.
    • Method Detail

      • getRange

        public com.azure.core.http.HttpRange getRange()
        Gets the range property.
        Returns:
        The range property.
      • isClear

        public boolean isClear()
        Gets whether the range is cleared.
        Returns:
        Whether the range is cleared.