Share via


ShareFileGetRangeListDiffOptions.IncludeRenames Property

Definition

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