Uses of Enum
com.azure.cosmos.models.QuantizerType
Packages that use QuantizerType
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of QuantizerType in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return QuantizerTypeModifier and TypeMethodDescriptionCosmosVectorIndexSpec.getQuantizerType()Gets the quantizer type.static QuantizerTypeReturns the enum constant of this type with the specified name.static QuantizerType[]QuantizerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos.models with parameters of type QuantizerTypeModifier and TypeMethodDescriptionCosmosVectorIndexSpec.setQuantizerType(QuantizerType quantizerType) Set the quantizer type.