Optional
abortOptional
deserializerSets the deserializer used by QueryResult.rows to convert query result rows into objects. If not specified, defaults to the cluster's default deserializer.
Optional
namedNamed values to be used for the placeholders within the query.
Optional
positionalPositional values to be used for the placeholders within the query.
Optional
priorityIndicates whether this query should be executed with a specific priority level.
Optional
rawSpecifies any additional parameters which should be passed to the query engine when executing the query.
Optional
readIndicates whether this query should be executed in read-only mode.
Optional
scanSpecifies the consistency requirements when executing the query.
AnalyticsScanConsistency
Optional
timeoutThe timeout for this operation, represented in milliseconds.
Sets an abort signal for the query allowing the operation to be cancelled.