package types
Type Members
- 
      
      
      
        
      
    
      
        
        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.