Summary
The serial timestamp the object is assigned to when it is committed.
You need to enable this feature before using it in
All the objects commited within the same transaction will receive the same commitTimestamp.
db4o replication system (dRS) relies on this feature.
You need to enable this feature before using it in
Db4objects.Db4o.Config.IFileConfiguration.GenerateCommitTimestamps(bool)
.All the objects commited within the same transaction will receive the same commitTimestamp.
db4o replication system (dRS) relies on this feature.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IObjectInfo
Syntax
long GetCommitTimestamp()
Return Value
Type | Description |
---|---|
long | the serial timestamp that was given to the object upon commit. |
See Also
- Db4objects.Db4o.Config.IFileConfiguration.GenerateCommitTimestamps(bool)