次の方法で共有


VectorIndexPath.VectorIndexShardKey Property

Definition

Gets or sets the vector index shard key for the vector index path. This is only applicable for the quantizedFlat and diskann vector index types.

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

Property Value

String[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to