Resource.Timestamp
Property
Definition
Gets the last modified timestamp associated with the resource from the Azure DocumentDB database service.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="_ts")]
public virtual DateTime Timestamp { get; }
Property Value
The last modified timestamp associated with the resource.