enum

BSON::Binary::UuidRepresentation

Inherits Enum < Comparable < Value < Object

UUID byte order used when encoding or decoding a native UUID.

Constants

Standard = 0
CSharpLegacy = 1
JavaLegacy = 2
PythonLegacy = 3

Instance methods

c_sharp_legacy?

Returns true if this enum value equals CSharpLegacy

Source
java_legacy?

Returns true if this enum value equals JavaLegacy

Source
python_legacy?

Returns true if this enum value equals PythonLegacy

Source
standard?

Returns true if this enum value equals Standard

Source