AtomicMonotonicTimestampGenerator Constructor |
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax public 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