public sealed class ExplainMetrics : IMessage<ExplainMetrics>, IEquatable<ExplainMetrics>, IDeepCloneable<ExplainMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class ExplainMetrics.
Explain metrics for the query.
Implements
IMessageExplainMetrics, IEquatableExplainMetrics, IDeepCloneableExplainMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
ExplainMetrics()
public ExplainMetrics()
ExplainMetrics(ExplainMetrics)
public ExplainMetrics(ExplainMetrics other)
Parameter | |
---|---|
Name | Description |
other |
ExplainMetrics |
Properties
ExecutionStats
public ExecutionStats ExecutionStats { get; set; }
Aggregated stats from the execution of the query. Only present when [ExplainOptions.analyze][google.datastore.v1.ExplainOptions.analyze] is set to true.
Property Value | |
---|---|
Type | Description |
ExecutionStats |
PlanSummary
public PlanSummary PlanSummary { get; set; }
Planning phase information for the query.
Property Value | |
---|---|
Type | Description |
PlanSummary |