Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Fauna.QueryStats Struct Reference

Contains statistics related to the execution of a query in the Fauna database. More...

Public Member Functions

override string ToString ()
 Returns a string representation of the query statistics.
 

Properties

int ComputeOps [get]
 The number of compute operations consumed by the query.
 
int ReadOps [get]
 The number of read operations consumed by the query.
 
int WriteOps [get]
 The number of write operations consumed by the query.
 
int QueryTimeMs [get]
 The query processing time in milliseconds.
 
int ContentionRetries [get]
 The write contention retry count.
 
int StorageBytesRead [get]
 The amount of data read from storage, in bytes.
 
int StorageBytesWrite [get]
 The amount of data written to storage, in bytes.
 
List< string > RateLimitsHit [get]
 The types of operations that were limited or approaching rate limits.
 

Detailed Description

Contains statistics related to the execution of a query in the Fauna database.

Definition at line 9 of file QueryStats.cs.

Member Function Documentation

◆ ToString()

override string Fauna.QueryStats.ToString ( )

Returns a string representation of the query statistics.

Returns
A string detailing the query execution statistics.

Definition at line 63 of file QueryStats.cs.

Property Documentation

◆ ComputeOps

int Fauna.QueryStats.ComputeOps
get

The number of compute operations consumed by the query.

Definition at line 15 of file QueryStats.cs.

◆ ContentionRetries

int Fauna.QueryStats.ContentionRetries
get

The write contention retry count.

Definition at line 39 of file QueryStats.cs.

◆ QueryTimeMs

int Fauna.QueryStats.QueryTimeMs
get

The query processing time in milliseconds.

Definition at line 33 of file QueryStats.cs.

◆ RateLimitsHit

List<string> Fauna.QueryStats.RateLimitsHit
get

The types of operations that were limited or approaching rate limits.

Definition at line 57 of file QueryStats.cs.

◆ ReadOps

int Fauna.QueryStats.ReadOps
get

The number of read operations consumed by the query.

Definition at line 21 of file QueryStats.cs.

◆ StorageBytesRead

int Fauna.QueryStats.StorageBytesRead
get

The amount of data read from storage, in bytes.

Definition at line 45 of file QueryStats.cs.

◆ StorageBytesWrite

int Fauna.QueryStats.StorageBytesWrite
get

The amount of data written to storage, in bytes.

Definition at line 51 of file QueryStats.cs.

◆ WriteOps

int Fauna.QueryStats.WriteOps
get

The number of write operations consumed by the query.

Definition at line 27 of file QueryStats.cs.


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