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. Each key and value should be limited to [a-zA-Z0-9_]. | |
string? | TraceParent = null [get, set] |
Gets or sets the trace parent identifier for distributed tracing systems. | |
Represents the options for customizing Fauna queries.
Definition at line 6 of file QueryOptions.cs.
|
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.
|
getset |
Gets or sets a string-encoded set of caller-defined tags for identifying the request in logs and response bodies. Each key and value should be limited to [a-zA-Z0-9_].
Definition at line 27 of file QueryOptions.cs.
|
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.
|
getset |
Gets or sets the trace parent identifier for distributed tracing systems.
Definition at line 32 of file QueryOptions.cs.
|
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.