Click or drag to resize
QueryTraceEventSourceElapsedMicros Property
The number of microseconds elapsed on the source when this event occurred since when the source started handling the query.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public int SourceElapsedMicros { get; }

Return Value

Type: Int32
the elapsed time on the source host when that event happened in microseconds.
See Also