VectorIndexPath.QuantizerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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