| QueryTraceEvent Class | 
A query trace is composed of a list of trace events.
Namespace: Cassandra
public class Event
The QueryTraceEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) | 
| Name | Description | |
|---|---|---|
| Description | 
            The event description, i.e. which activity this event correspond to.
              | |
| Source | 
            The address of the host having generated this event.
              | |
| SourceElapsedMicros | 
            The number of microseconds elapsed on the source when this event occurred
            since when the source started handling the query.
              | |
| ThreadName | 
            The name of the thread on which this event occurred.
              | |
| Timestamp | 
            The server side timestamp of the event.
              |