Share via


ServerEndpointSyncSessionStatus.LastSyncMode Property

Definition

Gets sync mode. Possible values include: 'Regular', 'NamespaceDownload', 'InitialUpload', 'SnapshotUpload', 'InitialFullDownload'

[Newtonsoft.Json.JsonProperty(PropertyName="lastSyncMode")]
public string LastSyncMode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastSyncMode")>]
member this.LastSyncMode : string
Public ReadOnly Property LastSyncMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to