VectorIndex.VectorIndexShardKey Property

Definition

Gets or sets array of shard keys for the vector index. This is only applicable for the quantizedFlat and diskANN vector index types.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to