ListPageRangesOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. ListPageRangesOptions
- com.
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 page |
Blob |
getRange()
Gets the range property. |
Blob |
getRequestConditions()
Gets the request |
List |
setMaxResultsPerPage(Integer pageSize)
Sets the page |
List |
setRequestConditions(BlobRequestConditions requestConditions)
Sets the request |
Methods inherited from java.lang.Object
Constructor Details
ListPageRangesOptions
public ListPageRangesOptions(BlobRange range)
Parameters:
Method Details
getMaxResultsPerPage
public Integer getMaxResultsPerPage()
Gets the pageSize property.
Returns:
getRange
public BlobRange getRange()
Gets the range property.
Returns:
getRequestConditions
public BlobRequestConditions getRequestConditions()
Gets the requestConditions property.
Returns:
setMaxResultsPerPage
public ListPageRangesOptions setMaxResultsPerPage(Integer pageSize)
Sets the pageSize property.
Parameters:
Returns:
setRequestConditions
public ListPageRangesOptions setRequestConditions(BlobRequestConditions requestConditions)
Sets the requestConditions property.
Parameters:
Returns:
Applies to
Azure SDK for Java