Class QueryTrace.Event
A trace event.
A query trace is composed of a list of trace events.
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class QueryTrace.Event
Properties
Description
The event description, i.e. which activity this event correspond to.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string | The event description. |
Source
The address of the host having generated this event.
Declaration
public IPAddress Source { get; }
Property Value
Type | Description |
---|---|
IPAddress | 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.
Declaration
public int SourceElapsedMicros { get; }
Property Value
Type | Description |
---|---|
int | the elapsed time on the source host when that event happened in microseconds. |
ThreadName
The name of the thread on which this event occurred.
Declaration
public string ThreadName { get; }
Property Value
Type | Description |
---|---|
string | the name of the thread on which this event occurred. |
Timestamp
The server side timestamp of the event.
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset | The server side timestamp of the event. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |