你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VectorIndexPath.QuantizerType Property

Definition

Gets or sets the quantizer type for the vector index path. This is only applicable for the quantizedFlat and diskann vector index types. Allowed values are "product" and "spherical".

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="quantizerType")]
public Microsoft.Azure.Cosmos.QuantizerType? QuantizerType { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="quantizerType")>]
member this.QuantizerType : Nullable<Microsoft.Azure.Cosmos.QuantizerType> with get, set
Public Property QuantizerType As Nullable(Of QuantizerType)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to