ListPageRangesDiffOptions Class

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

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 pageSize property.

String getPreviousSnapshot()

Gets the previousSnapshot property.

BlobRange getRange()

Gets the range property.

BlobRequestConditions getRequestConditions()

Gets the requestConditions property.

ListPageRangesDiffOptions setMaxResultsPerPage(Integer pageSize)

Sets the pageSize property.

ListPageRangesDiffOptions setRequestConditions(BlobRequestConditions requestConditions)

Sets the requestConditions property.

Methods inherited from java.lang.Object

Constructor Details

ListPageRangesDiffOptions

public ListPageRangesDiffOptions(BlobRange range, String previousSnapshot)

Parameters:

range - The range to diff.
previousSnapshot - The previous snapshot that will serve as the base of the diff.

Method Details

getMaxResultsPerPage

public Integer getMaxResultsPerPage()

Gets the pageSize property.

Returns:

The pageSize property.

getPreviousSnapshot

public String getPreviousSnapshot()

Gets the previousSnapshot property.

Returns:

The previousSnapshot 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 ListPageRangesDiffOptions setMaxResultsPerPage(Integer pageSize)

Sets the pageSize property.

Parameters:

pageSize - The pageSize value to set.

Returns:

The updated object

setRequestConditions

public ListPageRangesDiffOptions setRequestConditions(BlobRequestConditions requestConditions)

Sets the requestConditions property.

Parameters:

requestConditions - The requestConditions value to set.

Returns:

The updated object

Applies to