ScheduledTrigger.SynchronizationMode Property

Definition

Gets or sets synchronization mode. Possible values include: 'Incremental', 'FullSync'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to