ServerEndpoint.InitialUploadPolicy 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.
Gets or sets policy for how the initial upload sync session is performed. Possible values include: 'ServerAuthoritative', 'Merge'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.initialUploadPolicy")]
public string InitialUploadPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.initialUploadPolicy")>]
member this.InitialUploadPolicy : string with get, set
Public Property InitialUploadPolicy As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute