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.
Implements
IMessageExecutionStats, IEquatableExecutionStats, IDeepCloneableExecutionStats, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
ExecutionStats()
public ExecutionStats()
ExecutionStats(ExecutionStats)
public ExecutionStats(ExecutionStats other)
Parameter | |
---|---|
Name | Description |
other |
ExecutionStats |
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 | |
---|---|
Type | Description |
Struct |
ExecutionDuration
public Duration ExecutionDuration { get; set; }
Total time to execute the query in the backend.
Property Value | |
---|---|
Type | Description |
Duration |
ReadOperations
public long ReadOperations { get; set; }
Total billable read operations.
Property Value | |
---|---|
Type | Description |
long |
ResultsReturned
public long ResultsReturned { get; set; }
Total number of results returned, including documents, projections, aggregation results, keys.
Property Value | |
---|---|
Type | Description |
long |