ShareFileListRangesDiffOptions Class
- java.
lang. Object - com.
azure. storage. file. share. options. ShareFileListRangesDiffOptions
- com.
public class ShareFileListRangesDiffOptions
Extended options that may be passed when listing ranges for a File.
Constructor Summary
Constructor | Description | |
---|---|---|
ShareFileListRangesDiffOptions(String previousSnapshot) |
Method Summary
Modifier and Type | Method and Description |
---|---|
String | getPreviousSnapshot() |
Share |
getRange() |
Share |
getRequestConditions() |
Boolean |
isRenameIncluded()
Gets the support |
Share |
setRange(ShareFileRange range) |
Share |
setRenameIncluded(Boolean renameIncluded)
Sets the value for whether the changed ranges for a file that has been renamed or moved should appear in the snapshot dif. |
Share |
setRequestConditions(ShareRequestConditions requestConditions) |
Methods inherited from java.lang.Object
Constructor Details
ShareFileListRangesDiffOptions
public ShareFileListRangesDiffOptions(String previousSnapshot)
Parameters:
Method Details
getPreviousSnapshot
public String getPreviousSnapshot()
Returns:
getRange
public ShareFileRange getRange()
Returns:
getRequestConditions
isRenameIncluded
public Boolean isRenameIncluded()
Gets the supportRename value.
Returns:
setRange
public ShareFileListRangesDiffOptions setRange(ShareFileRange range)
Parameters:
Returns:
setRenameIncluded
public ShareFileListRangesDiffOptions setRenameIncluded(Boolean renameIncluded)
Sets the value for whether the changed ranges for a file that has been renamed or moved should appear in the snapshot dif.
Parameters:
Returns:
setRequestConditions
public ShareFileListRangesDiffOptions setRequestConditions(ShareRequestConditions requestConditions)
Parameters:
Returns:
Applies to
Azure SDK for Java