Google Cloud Datastore v1 API - Class ExecutionStats (4.10.0)

public sealed class ExecutionStats : IMessage<ExecutionStats>, IEquatable<ExecutionStats>, IDeepCloneable<ExecutionStats>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class ExecutionStats.

Execution statistics for the query.

Inheritance

object > ExecutionStats

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

ExecutionStats()

public ExecutionStats()

ExecutionStats(ExecutionStats)

public ExecutionStats(ExecutionStats other)
Parameter
NameDescription
otherExecutionStats

Properties

DebugStats

public Struct DebugStats { get; set; }

Debugging statistics from the execution of the query. Note that the debugging stats are subject to change as Firestore evolves. It could include: { "indexes_entries_scanned": "1000", "documents_scanned": "20", "billing_details" : { "documents_billable": "20", "index_entries_billable": "1000", "min_query_cost": "0" } }

Property Value
TypeDescription
Struct

ExecutionDuration

public Duration ExecutionDuration { get; set; }

Total time to execute the query in the backend.

Property Value
TypeDescription
Duration

ReadOperations

public long ReadOperations { get; set; }

Total billable read operations.

Property Value
TypeDescription
long

ResultsReturned

public long ResultsReturned { get; set; }

Total number of results returned, including documents, projections, aggregation results, keys.

Property Value
TypeDescription
long