Schema.StaticKeys Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate, PropertyName="statickeys")]
public System.Collections.Generic.List<Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StaticKey> StaticKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate, PropertyName="statickeys")>]
member this.StaticKeys : System.Collections.Generic.List<Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.StaticKey> with get, set
Public Property StaticKeys As List(Of StaticKey)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to