Freigeben über


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

diskANN.

Flat

flat.

QuantizedFlat

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.

Inequality(CosmosDBVectorIndexType, CosmosDBVectorIndexType)

Determines if two CosmosDBVectorIndexType values are not the same.

Applies to