ExecutionInfo Properties |
The ExecutionInfo type exposes the following members.
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. | |
IsSchemaInAgreement |
After a successful schema-altering query (ex: creating a table), the driver will check if
the cluster's nodes agree on the new schema version. If not, it will keep retrying for a given
delay (configurable via WithMaxSchemaAgreementWaitSeconds(Int32)).
If this method returns false | |
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. |