QueryTraceDurationMicros Property  | 
 
            The (server side) duration of the query in microseconds.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic int DurationMicros { get; }Return Value
Type: 
Int32
            The (server side) duration of the query in microseconds. This method will return 
Int32.MinValue if
            the duration is not yet available.
            
See Also