SchemaOptions.DisallowUnschematized Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to