Package com.azure.storage.blob.models
Class PageRangeItem
java.lang.Object
com.azure.storage.blob.models.PageRangeItem
Represents a page range on a page blob returned by
PageBlobClient.listPageRanges(BlobRange)
.-
Constructor Summary
ConstructorDescriptionPageRangeItem
(com.azure.core.http.HttpRange range, boolean isClear) Creates a newPageRangeItem
. -
Method Summary
-
Constructor Details
-
PageRangeItem
public PageRangeItem(com.azure.core.http.HttpRange range, boolean isClear) Creates a newPageRangeItem
.- Parameters:
range
- TheHttpRange
.isClear
- Whether the bytes are cleared.
-
-
Method Details
-
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.
-