OptionalabortSets an abort signal for the query allowing the operation to be canceled.
OptionalclientThe returned client context id for this query.
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.
Options for the Cluster.startQuery and Scope.startQuery operations.