| AtomicMonotonicWinApiTimestampGenerator Constructor  | 
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic AtomicMonotonicWinApiTimestampGenerator(
	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.
             
Exceptions| Exception | Condition | 
|---|
| NotSupportedException |  | 
See Also