Click or drag to resize
PoliciesDefaultTimestampGenerator Property
Gets a new instance of the default ITimestampGenerator policy.

The default ITimestampGenerator is AtomicMonotonicTimestampGenerator

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public static ITimestampGenerator DefaultTimestampGenerator { get; }

Property Value

Type: ITimestampGenerator
See Also