ExecutionInfo Class |
This provides the following information on the execution of a (successful) query:
Namespace: Cassandra
public class ExecutionInfo
The ExecutionInfo type exposes the following members.
Name | Description | |
---|---|---|
ExecutionInfo | Initializes a new instance of the ExecutionInfo class |
Name | Description | |
---|---|---|
GetQueryTraceAsync |
Gets the trace information for the query execution without blocking.
|
Name | Description | |
---|---|---|
AchievedConsistency |
Gets the final achieved consistency
| |
IncomingPayload |
Returns the incoming custom payload set by the server with its response, or null if the server have not include any custom payload.
This feature is only available for Cassandra 2.2 or above; with lower versions, this property always returns null. | |
QueriedHost |
Retrieves the coordinator that responded to the request
| |
QueryTrace |
Gets the trace for the query execution.
| |
TriedHosts |
Gets the list of host that were queried before getting a valid response,
being the last host the one that replied correctly.
| |
Warnings |
Returns the server-side warnings for this query.
This feature is only available for Cassandra 2.2 or above; with lower versions, this property always returns null. |