Class QueryVector

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

Vector search query vector.

public sealed class QueryVector

Inheritance

object

QueryVector

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

QueryVector(BsonBinaryData)

Initializes a new instance of the QueryVector class.

QueryVector(ReadOnlyMemory)

Initializes a new instance of the QueryVector class.

QueryVector(ReadOnlyMemory)

Initializes a new instance of the QueryVector class.

QueryVector(ReadOnlyMemory)

Initializes a new instance of the QueryVector class.

Operators

implicit operator QueryVector(BinaryVectorFloat32)

Performs an implicit conversion from a of BinaryVectorFloat32 to QueryVector.

implicit operator QueryVector(BinaryVectorInt8)

Performs an implicit conversion from a of BinaryVectorInt8 to QueryVector.

implicit operator QueryVector(BinaryVectorPackedBit)

Performs an implicit conversion from a of BinaryVectorPackedBit to QueryVector.

implicit operator QueryVector(double[])

Performs an implicit conversion from double[] to QueryVector.

implicit operator QueryVector(int[])

Performs an implicit conversion from int[] to QueryVector.

implicit operator QueryVector(ReadOnlyMemory)

Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.

implicit operator QueryVector(ReadOnlyMemory)

Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.

implicit operator QueryVector(ReadOnlyMemory)

Performs an implicit conversion from a of ReadOnlyMemory to QueryVector.

implicit operator QueryVector(float[])

Performs an implicit conversion from float[] to QueryVector.