| QueryTraceEvent Class |
A query trace is composed of a list of trace events.
Namespace: Dse
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 the default hash function. (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.
|