OptionalabortOptionalclientThe returned client context id for this query.
OptionaldeserializerSets the deserializer used by QueryResult.rows to convert query result rows into objects. If not specified, defaults to the cluster's default deserializer.
OptionalmaxSpecifies 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.
OptionalnamedNamed values to be used for the placeholders within the query.
OptionalpositionalPositional values to be used for the placeholders within the query.
OptionalrawSpecifies any additional parameters which should be passed to the query engine when executing the query.
OptionalreadIndicates whether this query should be executed in read-only mode.
OptionalscanSpecifies the consistency requirements when executing the query.
OptionaltimeoutThe timeout for this operation, represented in milliseconds.
Sets an abort signal for the query allowing the operation to be cancelled.