你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PageRangeItem Class

  • java.lang.Object
    • com.azure.storage.blob.models.PageRangeItem

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 PageRangeItem.

Method Summary

Modifier and Type Method and Description
HttpRange 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