SchemaOptions.EnablePropertyLevelTimestamp Property

Definition

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictBooleanConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="enablePropertyLevelTimestamp")]
public bool EnablePropertyLevelTimestamp { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StrictBooleanConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="enablePropertyLevelTimestamp")>]
member this.EnablePropertyLevelTimestamp : bool with get, set
Public Property EnablePropertyLevelTimestamp As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to