Partager via


Resource.Timestamp Propriété

Définition

Obtient le dernier horodatage modifié associé à la ressource à partir du service Azure Cosmos DB.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="_ts")]
public virtual DateTime Timestamp { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Documents.UnixDateTimeConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="_ts")>]
member this.Timestamp : DateTime
Public Overridable ReadOnly Property Timestamp As DateTime

Valeur de propriété

Horodatage de la dernière modification associé à la ressource.

Attributs
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

S’applique à