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

ListPageRangesOptions Class

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

public class ListPageRangesOptions

Extended options that may be passed when getting the page ranges of a page blob.

Constructor Summary

Constructor Description
ListPageRangesOptions(BlobRange range)

Method Summary

Modifier and Type Method and Description
Integer getMaxResultsPerPage()

Gets the pageSize property.

BlobRange getRange()

Gets the range property.

BlobRequestConditions getRequestConditions()

Gets the requestConditions property.

ListPageRangesOptions setMaxResultsPerPage(Integer pageSize)

Sets the pageSize property.

ListPageRangesOptions setRequestConditions(BlobRequestConditions requestConditions)

Sets the requestConditions property.

Methods inherited from java.lang.Object

Constructor Details

ListPageRangesOptions

public ListPageRangesOptions(BlobRange range)

Parameters:

range - The range to diff.

Method Details

getMaxResultsPerPage

public Integer getMaxResultsPerPage()

Gets the pageSize property.

Returns:

The pageSize property.

getRange

public BlobRange getRange()

Gets the range property.

Returns:

The range property.

getRequestConditions

public BlobRequestConditions getRequestConditions()

Gets the requestConditions property.

Returns:

The requestConditions property.

setMaxResultsPerPage

public ListPageRangesOptions setMaxResultsPerPage(Integer pageSize)

Sets the pageSize property.

Parameters:

pageSize - The pageSize value to set.

Returns:

The updated object

setRequestConditions

public ListPageRangesOptions setRequestConditions(BlobRequestConditions requestConditions)

Sets the requestConditions property.

Parameters:

requestConditions - The requestConditions value to set.

Returns:

The updated object

Applies to