USqlIndex.PartitionKeyList Property

Definition

Gets or sets the list of partition keys in the index

[Newtonsoft.Json.JsonProperty(PropertyName="partitionKeyList")]
public System.Collections.Generic.IList<string> PartitionKeyList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionKeyList")>]
member this.PartitionKeyList : System.Collections.Generic.IList<string> with get, set
Public Property PartitionKeyList As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to