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

The default ITimestampGenerator is AtomicMonotonicTimestampGenerator

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

Property Value

Type: ITimestampGenerator
See Also