PageRangeItem Class
- java.
lang. Object - com.
azure. storage. blob. models. PageRangeItem
- com.
public final class PageRangeItem
Represents a page range on a page blob returned by listPageRanges(BlobRange blobRange).
Constructor Summary
Constructor | Description |
---|---|
PageRangeItem(HttpRange range, boolean isClear) |
Creates a new |
Method Summary
Modifier and Type | Method and Description |
---|---|
Http |
getRange()
Gets the range property. |
boolean |
isClear()
Gets whether the range is cleared. |
Methods inherited from java.lang.Object
Constructor Details
PageRangeItem
public PageRangeItem(HttpRange range, boolean isClear)
Creates a new PageRangeItem
.
Parameters:
range
- The HttpRange.
isClear
- Whether the bytes are cleared.
Method Details
getRange
public 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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java