Table of Contents

Enum GuidRepresentationMode

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Whether to handle GuidRepresentation using the v2.x mode of the v3.x mode. See the reference documentation for details.

[Obsolete("This enum will be made removed in a later release, with V3 being the only representation mode.")]
public enum GuidRepresentationMode
Extension Methods

Fields

V2 = 0

Handle GuidRepresentation using the v2.x mode.

V3 = 1

Handle GuidRepresentation using the v3.x mode.