Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-jvm.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Packages

p

faunadb

types

package types

Type Members

  1. case class RequestParameters(timeout: Option[FiniteDuration] = None, traceId: Option[String] = None, tags: Map[String, String] = Map()) extends Product with Serializable

    timeout

    the timeout for the current query. It replaces the timeout value set for this faunadb.FaunaClient if any for the scope of this query. The timeout value has milliseconds precision.

    traceId

    A unique identifier for this query. Adheres to the [W3C Trace Context](https://w3c.github.io/trace-context) spec.

    tags

    Key-value pair metadata to associate with this query.

Ungrouped