CosmosDBVectorIndexType Struct

Definition

The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported.

public readonly struct CosmosDBVectorIndexType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBVectorIndexType>
type CosmosDBVectorIndexType = struct
Public Structure CosmosDBVectorIndexType
Implements IEquatable(Of CosmosDBVectorIndexType)
Inheritance
CosmosDBVectorIndexType
Implements

Constructors

Name Description
CosmosDBVectorIndexType(String)

Initializes a new instance of CosmosDBVectorIndexType.

Properties

Name Description
DiskAnn

Gets the DiskAnn.

Flat

Gets the Flat.

QuantizedFlat

Gets the QuantizedFlat.

Methods

Name Description
Equals(CosmosDBVectorIndexType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(CosmosDBVectorIndexType, CosmosDBVectorIndexType)

Determines if two CosmosDBVectorIndexType values are the same.

Implicit(String to CosmosDBVectorIndexType)

Converts a string to a CosmosDBVectorIndexType.

Implicit(String to Nullable<CosmosDBVectorIndexType>)
Inequality(CosmosDBVectorIndexType, CosmosDBVectorIndexType)

Determines if two CosmosDBVectorIndexType values are not the same.

Applies to