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. | |
Contains statistics related to the execution of a query in the Fauna database.
Definition at line 9 of file QueryStats.cs.
override string Fauna.QueryStats.ToString | ( | ) |
Returns a string representation of the query statistics.
Definition at line 64 of file QueryStats.cs.
|
get |
The number of compute operations consumed by the query.
Definition at line 15 of file QueryStats.cs.
|
get |
The write contention retry count.
Definition at line 40 of file QueryStats.cs.
|
get |
The query processing time in milliseconds.
Definition at line 34 of file QueryStats.cs.
|
get |
The types of operations that were limited or approaching rate limits.
Definition at line 58 of file QueryStats.cs.
|
get |
The number of read operations consumed by the query.
Definition at line 21 of file QueryStats.cs.
|
get |
The amount of data read from storage, in bytes.
Definition at line 46 of file QueryStats.cs.
|
get |
The amount of data written to storage, in bytes.
Definition at line 52 of file QueryStats.cs.
|
get |
The number of write operations consumed by the query.
Definition at line 28 of file QueryStats.cs.