Fauna .NET Driver 0.1.0-beta
 
Loading...
Searching...
No Matches
Properties | List of all members
Fauna.QueryOptions Class Reference

Represents the options for customizing Fauna queries. More...

Properties

bool? Linearized = null [get, set]
 Gets or sets a value indicating whether the query runs as strictly serialized, affecting read-only transactions.
 
bool? TypeCheck = null [get, set]
 Gets or sets a value indicating whether type checking of the query is enabled or disabled before evaluation.
 
TimeSpan? QueryTimeout = null [get, set]
 Gets or sets the query timeout. It defines how long the client waits for a query to complete.
 
Dictionary< string, string >? QueryTags = null [get, set]
 Gets or sets a string-encoded set of caller-defined tags for identifying the request in logs and response bodies. Format is a list of key:value pairs, each key and value limited to [a-zA-Z0-9_].
 
string? TraceParent = null [get, set]
 Gets or sets the trace parent identifier for distributed tracing systems.
 

Detailed Description

Represents the options for customizing Fauna queries.

Definition at line 6 of file QueryOptions.cs.

Property Documentation

◆ Linearized

bool? Fauna.QueryOptions.Linearized = null
getset

Gets or sets a value indicating whether the query runs as strictly serialized, affecting read-only transactions.

Definition at line 11 of file QueryOptions.cs.

◆ QueryTags

Dictionary<string, string>? Fauna.QueryOptions.QueryTags = null
getset

Gets or sets a string-encoded set of caller-defined tags for identifying the request in logs and response bodies. Format is a list of key:value pairs, each key and value limited to [a-zA-Z0-9_].

Definition at line 27 of file QueryOptions.cs.

◆ QueryTimeout

TimeSpan? Fauna.QueryOptions.QueryTimeout = null
getset

Gets or sets the query timeout. It defines how long the client waits for a query to complete.

Definition at line 21 of file QueryOptions.cs.

◆ TraceParent

string? Fauna.QueryOptions.TraceParent = null
getset

Gets or sets the trace parent identifier for distributed tracing systems.

Definition at line 32 of file QueryOptions.cs.

◆ TypeCheck

bool? Fauna.QueryOptions.TypeCheck = null
getset

Gets or sets a value indicating whether type checking of the query is enabled or disabled before evaluation.

Definition at line 16 of file QueryOptions.cs.


The documentation for this class was generated from the following file: