Table of Contents

Enum BinaryVectorDataType

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Represents the data type of a binary Vector.

public enum BinaryVectorDataType
Extension Methods

Fields

Float32 = 39

Data type is float32.

Int8 = 3

Data type is int8.

PackedBit = 16

Data type is packed bit.

See Also

BinaryVector<TItem>