ObjectId Structure (original) (raw)
Represents an ObjectId (see also BsonObjectId).
Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
[SerializableAttribute] public struct ObjectId : IComparable, IEquatable, IConvertible
Public Structure ObjectId Implements IComparable(Of ObjectId), IEquatable(Of ObjectId), IConvertible[]
[]
type ObjectId =
struct
interface IComparable
interface IEquatable
interface IConvertible
end
The ObjectId type exposes the following members.
Constructors
Properties
| | Name | Description | |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------------ |
| | CreationTime | Gets the creation time (derived from the timestamp). |
|
| Empty | Gets an instance of ObjectId where the value is empty. |
|
| Increment | Gets the increment. |
|
| Machine | Gets the machine. |
|
| Pid | Gets the PID. |
|
| Timestamp | Gets the timestamp. |
Methods
Operators
Extension Methods
See Also