public class ShareFileListRangesDiffOptions extends Object
| Constructor and Description |
|---|
ShareFileListRangesDiffOptions(String previousSnapshot) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviousSnapshot() |
ShareFileRange |
getRange() |
ShareRequestConditions |
getRequestConditions() |
ShareFileListRangesDiffOptions |
setRange(ShareFileRange range) |
ShareFileListRangesDiffOptions |
setRequestConditions(ShareRequestConditions requestConditions) |
public ShareFileListRangesDiffOptions(String previousSnapshot)
previousSnapshot - Specifies that the response will contain only ranges that were changed between target
file and previous snapshot. Changed ranges include both updated and cleared ranges. The target file may be a
snapshot, as long as the snapshot specified by previousSnapshot is the older of the two.public ShareFileRange getRange()
public ShareFileListRangesDiffOptions setRange(ShareFileRange range)
range - The range of bytes over which to list ranges, inclusively.public String getPreviousSnapshot()
public ShareRequestConditions getRequestConditions()
ShareRequestConditionspublic ShareFileListRangesDiffOptions setRequestConditions(ShareRequestConditions requestConditions)
requestConditions - ShareRequestConditions for the file.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.