ShareFileGetRangeListDiffOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for Get Range List Diff.
public class ShareFileGetRangeListDiffOptions
type ShareFileGetRangeListDiffOptions = class
Public Class ShareFileGetRangeListDiffOptions
- Inheritance
-
ShareFileGetRangeListDiffOptions
Constructors
ShareFileGetRangeListDiffOptions() |
Properties
Conditions |
Optional ShareFileRequestConditions to add conditions on getting the range. |
IncludeRenames |
This header is allowed only when PreviousSnapshot query parameter is set. Determines whether the changed ranges for a file that has been renamed or moved between the target snapshot (or the live file) and the previous snapshot should be listed. If the value is true, the valid changed ranges for the file will be returned. If the value is false, the operation will result in a failure with 409 (Conflict) response. The default value is false. |
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. For more information on working with share snapshots, Overview of share snapshots. |
Range |
Optional. Specifies the range of bytes over which to list ranges, inclusively. If omitted, then all ranges for the file are returned. |
Snapshot |
Optionally specifies the share snapshot to retrieve ranges information from. For more information on working with share snapshots, Overview of share snapshots. |
Applies to
Azure SDK for .NET