Class BsonBinaryData
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
Represents BSON binary data.
public class BsonBinaryData : BsonValue, IComparable<BsonValue>, IConvertible, IEquatable<BsonValue>, IComparable<BsonBinaryData>, IEquatable<BsonBinaryData>
Inheritance
BsonBinaryData
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the BsonBinaryData class.
BsonBinaryData(byte[], BsonBinarySubType)
Initializes a new instance of the BsonBinaryData class.
BsonBinaryData(Guid, GuidRepresentation)
Initializes a new instance of the BsonBinaryData class.
Properties
Gets the BsonType of this BsonValue.
Gets the binary data.
Gets the binary data subtype.
Methods
Compares this BsonBinaryData to another BsonBinaryData.
Compares the BsonBinaryData to another BsonValue.
Creates a new BsonBinaryData.
Compares this BsonBinaryData to another BsonBinaryData.
Compares this BsonBinaryData to another object.
Gets the hash code.
Converts this BsonBinaryData to a Guid.
Converts this BsonBinaryData to a Guid.
Returns a string representation of the binary data.
Operators
operator ==(BsonBinaryData, BsonBinaryData)
Compares two BsonBinaryData values.
implicit operator BsonBinaryData(byte[])
Converts a byte array to a BsonBinaryData.
operator !=(BsonBinaryData, BsonBinaryData)
Compares two BsonBinaryData values.