Class CombGuidGenerator
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.IdGenerators
Assembly
MongoDB.Bson.dll
Represents an Id generator for Guids using the COMB algorithm.
public class CombGuidGenerator : IIdGenerator
Inheritance
CombGuidGenerator
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the CombGuidGenerator class.
Properties
Gets an instance of CombGuidGenerator.
Methods
Generates an Id for a document.
Tests whether an Id is empty.
Create a new CombGuid from a given Guid and timestamp.