Click or drag to resize

ExecutionInfo Properties

The ExecutionInfo type exposes the following members.

Properties
  NameDescription
Public propertyAchievedConsistency
Gets the final achieved consistency
Public propertyIncomingPayload
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.

Public propertyIsSchemaInAgreement
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
, clients can call CheckSchemaAgreementAsync later to perform the check manually.
Public propertyQueriedHost
Retrieves the coordinator that responded to the request
Public propertyQueryTrace
Gets the trace for the query execution.
Public propertyTriedHosts
Gets the list of host that were queried before getting a valid response, being the last host the one that replied correctly.
Public propertyWarnings
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.

Top
See Also