SchemaOptions.Abstract Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to