Represents the response from a query executed.  
 More...
 | 
| JsonElement  | RawJson [get] | 
|   | 
| 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 12 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. | 
    | deserializer | A deserializer 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 92 of file QueryResponse.cs.
 
 
◆ LastSeenTxn
  
  
      
        
          | long Fauna.QueryResponse.LastSeenTxn | 
         
       
   | 
  
get   | 
  
 
Gets the last transaction seen by this query. 
Definition at line 19 of file QueryResponse.cs.
 
 
◆ QueryTags
  
  
      
        
          | Dictionary<string, string> Fauna.QueryResponse.QueryTags = new() | 
         
       
   | 
  
get   | 
  
 
Gets a dictionary of query tags, providing additional context about the query. 
Definition at line 34 of file QueryResponse.cs.
 
 
◆ RawJson
  
  
      
        
          | JsonElement Fauna.QueryResponse.RawJson | 
         
       
   | 
  
get   | 
  
 
 
◆ SchemaVersion
  
  
      
        
          | long Fauna.QueryResponse.SchemaVersion | 
         
       
   | 
  
get   | 
  
 
 
◆ Stats
Gets the statistics related to the query execution. 
Definition at line 39 of file QueryResponse.cs.
 
 
◆ Summary
  
  
      
        
          | string Fauna.QueryResponse.Summary = "" | 
         
       
   | 
  
get   | 
  
 
 
The documentation for this class was generated from the following file: