ListPageRangesDiffOptions Class
- java.
lang. Object - com.
azure. storage. blob. options. ListPageRangesDiffOptions
- com.
public class ListPageRangesDiffOptions
Extended options that may be passed when getting the page ranges diff of a page blob.
Constructor Summary
Constructor | Description | |
---|---|---|
ListPageRangesDiffOptions(BlobRange range, String previousSnapshot) |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxResultsPerPage()
Gets the page |
String |
getPreviousSnapshot()
Gets the previous |
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
ListPageRangesDiffOptions
public ListPageRangesDiffOptions(BlobRange range, String previousSnapshot)
Parameters:
Method Details
getMaxResultsPerPage
public Integer getMaxResultsPerPage()
Gets the pageSize property.
Returns:
getPreviousSnapshot
public String getPreviousSnapshot()
Gets the previousSnapshot property.
Returns:
getRange
public BlobRange getRange()
Gets the range property.
Returns:
getRequestConditions
public BlobRequestConditions getRequestConditions()
Gets the requestConditions property.
Returns:
setMaxResultsPerPage
public ListPageRangesDiffOptions setMaxResultsPerPage(Integer pageSize)
Sets the pageSize property.
Parameters:
Returns:
setRequestConditions
public ListPageRangesDiffOptions setRequestConditions(BlobRequestConditions requestConditions)
Sets the requestConditions property.
Parameters:
Returns:
Applies to
Azure SDK for Java