Bagikan melalui


Synchronize.SynchronizationMode Property

Definition

Gets or sets mode of synchronization used in triggers and snapshot sync. Incremental by default. Possible values include: 'Incremental', 'FullSync'

[Newtonsoft.Json.JsonProperty(PropertyName="synchronizationMode")]
public string SynchronizationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="synchronizationMode")>]
member this.SynchronizationMode : string with get, set
Public Property SynchronizationMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to