QueryTraceEventSourceElapsedMicros Property |
The number of microseconds elapsed on the source when this event occurred
since when the source started handling the query.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public int SourceElapsedMicros { get; }
Return Value
Type:
Int32the elapsed time on the source host when that event happened in
microseconds.
See Also