Fauna v10 .NET/C# Driver 1.0.1
 
Loading...
Searching...
No Matches
Properties | List of all members
Fauna.Core.Stats Struct Reference

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.
 

Detailed Description

A struct representing stats aggregated across queries.

Definition at line 7 of file StatsCollector.cs.

Property Documentation

◆ ComputeOps

long Fauna.Core.Stats.ComputeOps
get

The aggregate compute ops.

Definition at line 16 of file StatsCollector.cs.

◆ ContentionRetries

int Fauna.Core.Stats.ContentionRetries
get

The aggregate number of retries due to transaction contention.

Definition at line 28 of file StatsCollector.cs.

◆ QueryCount

int Fauna.Core.Stats.QueryCount
get

The aggregate number of queries summarized.

Definition at line 40 of file StatsCollector.cs.

◆ QueryTimeMs

long Fauna.Core.Stats.QueryTimeMs
get

The aggregate query time in milliseconds.

Definition at line 24 of file StatsCollector.cs.

◆ RateLimitedComputeQueryCount

int Fauna.Core.Stats.RateLimitedComputeQueryCount
get

The aggregate count of rate limited queries due to compute limits.

Definition at line 49 of file StatsCollector.cs.

◆ RateLimitedReadQueryCount

int Fauna.Core.Stats.RateLimitedReadQueryCount
get

The aggregate count of rate limited queries due to read limits.

Definition at line 45 of file StatsCollector.cs.

◆ RateLimitedWriteQueryCount

int Fauna.Core.Stats.RateLimitedWriteQueryCount
get

The aggregate count of rate limited queries due to write limits.

Definition at line 53 of file StatsCollector.cs.

◆ ReadOps

long Fauna.Core.Stats.ReadOps
get

The aggregate read ops.

Definition at line 12 of file StatsCollector.cs.

◆ StorageBytesRead

long Fauna.Core.Stats.StorageBytesRead
get

The aggregate number of storage bytes read.

Definition at line 32 of file StatsCollector.cs.

◆ StorageBytesWrite

long Fauna.Core.Stats.StorageBytesWrite
get

The aggregate number of storage bytes written.

Definition at line 36 of file StatsCollector.cs.

◆ WriteOps

long Fauna.Core.Stats.WriteOps
get

The aggregate write ops.

Definition at line 20 of file StatsCollector.cs.


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