ShareFileGetRangeListDiffOptions.IncludeRenames Property
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.
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.
public bool? IncludeRenames { get; set; }
member this.IncludeRenames : Nullable<bool> with get, set
Public Property IncludeRenames As Nullable(Of Boolean)
Property Value
Applies to
Azure SDK for .NET