AtomicMonotonicTimestampGenerator Constructor  | 
  
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic AtomicMonotonicTimestampGenerator(
	int warningThreshold = 1000,
	int minLogInterval = 1000
)
Parameters
- warningThreshold (Optional)
 - Type: SystemInt32
            Determines how far in the future timestamps are allowed to drift before a warning is logged, expressed
            in milliseconds. Default: 1000 - minLogInterval (Optional)
 - Type: SystemInt32
            In case of multiple log events, it determines the time separation between log events, expressed in 
            milliseconds. Use 0 to disable. Default: 1000.
             
See Also