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) |
Creates a new instance of ShareFileListRangesDiffOptions. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getPreviousSnapshot()
Gets the previous snapshot to compare to. |
Share |
getRange()
Gets the range of bytes over which to list ranges, inclusively. |
Share |
getRequestConditions()
Gets the ShareRequestConditions. |
Boolean |
isRenameIncluded()
Gets the support |
Share |
setRange(ShareFileRange range)
Sets the range of bytes over which to list ranges, inclusively. |
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)
Sets the ShareRequestConditions. |
Methods inherited from java.lang.Object
Constructor Details
ShareFileListRangesDiffOptions
public ShareFileListRangesDiffOptions(String previousSnapshot)
Creates a new instance of ShareFileListRangesDiffOptions.
Parameters:
Method Details
getPreviousSnapshot
public String getPreviousSnapshot()
Gets the previous snapshot to compare to.
Returns:
getRange
public ShareFileRange getRange()
Gets the range of bytes over which to list ranges, inclusively.
Returns:
getRequestConditions
isRenameIncluded
public Boolean isRenameIncluded()
Gets the supportRename value.
Returns:
setRange
public ShareFileListRangesDiffOptions setRange(ShareFileRange range)
Sets the range of bytes over which to list ranges, inclusively.
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)
Sets the ShareRequestConditions.
Parameters:
Returns: