Condividi tramite


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