Represents the response from a query executed.
More...
|
JsonElement | RawJson [get] |
| The raw JSON of the query response.
|
|
long | LastSeenTxn [get] |
| Gets the last transaction seen by this query.
|
|
long | SchemaVersion [get] |
| Gets the schema version.
|
|
string | Summary = "" [get] |
| Gets a summary of the query execution.
|
|
Dictionary< string, string > | QueryTags = new() [get] |
| Gets a dictionary of query tags, providing additional context about the query.
|
|
QueryStats | Stats [get] |
| Gets the statistics related to the query execution.
|
|
Represents the response from a query executed.
Definition at line 13 of file QueryResponse.cs.
◆ GetFromResponseBody< T >()
Asynchronously parses the HTTP response message to create a QueryResponse instance.
- Template Parameters
-
T | The expected data type of the query response. |
- Parameters
-
ctx | Serialization context for handling response data. |
serializer | A serializer for the success data type. |
statusCode | The HTTP status code. |
body | The response body. |
- Returns
- A Task that resolves to a QueryResponse instance.
Definition at line 96 of file QueryResponse.cs.
◆ LastSeenTxn
long Fauna.Core.QueryResponse.LastSeenTxn |
|
get |
Gets the last transaction seen by this query.
Definition at line 23 of file QueryResponse.cs.
◆ QueryTags
Dictionary<string, string> Fauna.Core.QueryResponse.QueryTags = new() |
|
get |
Gets a dictionary of query tags, providing additional context about the query.
Definition at line 38 of file QueryResponse.cs.
◆ RawJson
JsonElement Fauna.Core.QueryResponse.RawJson |
|
get |
◆ SchemaVersion
long Fauna.Core.QueryResponse.SchemaVersion |
|
get |
◆ Stats
QueryStats Fauna.Core.QueryResponse.Stats |
|
get |
Gets the statistics related to the query execution.
Definition at line 43 of file QueryResponse.cs.
◆ Summary
string Fauna.Core.QueryResponse.Summary = "" |
|
get |
The documentation for this class was generated from the following file: