Cluster.LastSyncTimestamp Property

Definition

Gets most recent cluster sync timestamp.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastSyncTimestamp")]
public DateTime? LastSyncTimestamp { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastSyncTimestamp")>]
member this.LastSyncTimestamp : Nullable<DateTime>
Public ReadOnly Property LastSyncTimestamp As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to