A struct representing stats aggregated across queries. More...
Properties | |
long | ReadOps [get] |
The aggregate read ops. | |
long | ComputeOps [get] |
The aggregate compute ops. | |
long | WriteOps [get] |
The aggregate write ops. | |
long | QueryTimeMs [get] |
The aggregate query time in milliseconds. | |
int | ContentionRetries [get] |
The aggregate number of retries due to transaction contention. | |
long | StorageBytesRead [get] |
The aggregate number of storage bytes read. | |
long | StorageBytesWrite [get] |
The aggregate number of storage bytes written. | |
int | QueryCount [get] |
The aggregate number of queries summarized. | |
int | RateLimitedReadQueryCount [get] |
The aggregate count of rate limited queries due to read limits. | |
int | RateLimitedComputeQueryCount [get] |
The aggregate count of rate limited queries due to compute limits. | |
int | RateLimitedWriteQueryCount [get] |
The aggregate count of rate limited queries due to write limits. | |
A struct representing stats aggregated across queries.
Definition at line 7 of file StatsCollector.cs.
|
get |
The aggregate compute ops.
Definition at line 16 of file StatsCollector.cs.
|
get |
The aggregate number of retries due to transaction contention.
Definition at line 28 of file StatsCollector.cs.
|
get |
The aggregate number of queries summarized.
Definition at line 40 of file StatsCollector.cs.
|
get |
The aggregate query time in milliseconds.
Definition at line 24 of file StatsCollector.cs.
|
get |
The aggregate count of rate limited queries due to compute limits.
Definition at line 49 of file StatsCollector.cs.
|
get |
The aggregate count of rate limited queries due to read limits.
Definition at line 45 of file StatsCollector.cs.
|
get |
The aggregate count of rate limited queries due to write limits.
Definition at line 53 of file StatsCollector.cs.
|
get |
The aggregate read ops.
Definition at line 12 of file StatsCollector.cs.
|
get |
The aggregate number of storage bytes read.
Definition at line 32 of file StatsCollector.cs.
|
get |
The aggregate number of storage bytes written.
Definition at line 36 of file StatsCollector.cs.
|
get |
The aggregate write ops.
Definition at line 20 of file StatsCollector.cs.