Schema.Type Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="type", Required=Newtonsoft.Json.Required.DisallowNull)]
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.TypeKind Type { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="type", Required=Newtonsoft.Json.Required.DisallowNull)>]
member this.Type : Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.TypeKind with get, set
Public Property Type As TypeKind

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to