Schema.PartitionKeys Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to