[This is preliminary documentation and is subject to change.]
The BSONObjectID type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| BSONObjectID( Byte ) | Initializes a new instance of the BSONObjectID class | |
| BSONObjectID(GDID) | Initializes a new instance of the BSONObjectID class | |
| BSONObjectID( Byte , Int32) | Initializes a new instance of the BSONObjectID class | |
| BSONObjectID(UInt32, UInt32, UInt16, UInt32) | Initializes a new instance of the BSONObjectID class |
Methods
| Name | Description | |
|---|---|---|
Indicates whether this instance and a specified object are equal. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns the hash code for this instance. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the fully qualified type name of this instance. (Inherited from | ||
| WriteAsJSON |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Bytes |
Properties
| Name | Description | |
|---|---|---|
| AsGDID |
Interprets BSON/MongoDB object ID as NFX GDID
| |
| Counter | ||
| EpochSeconds | ||
| MachineID | ||
| ProcessID |
See Also