Class BsonBinaryDataExtensions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
public static class BsonBinaryDataExtensions
Inheritance
BsonBinaryDataExtensions
Inherited Members
Methods
ToBinaryVectorAsArray(BsonBinaryData)
Extracts binary vector data from BsonBinaryData as an array of TItem
, padding and data type. The result bytes should be interpreted according to the vector data type.
ToBinaryVectorAsBytes(BsonBinaryData)
Extracts binary vector data from BsonBinaryData as bytes, padding and data type. The result bytes should be interpreted according to the vector data type.
ToBinaryVector(BsonBinaryData)
Converts BsonBinaryData to BinaryVector.