Optional abortOptional clientThe returned client context id for this query.
Optional 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 maxSpecifies the maximum number of retries for this query. If unset, defaults to the cluster-level maxRetries.
Volatile: This API is subject to change at any time.
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 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.