Google Cloud Datastore v1 API - Class ExplainMetrics (4.10.0)

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.

Inheritance

object > ExplainMetrics

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

ExplainMetrics()

public ExplainMetrics()

ExplainMetrics(ExplainMetrics)

public ExplainMetrics(ExplainMetrics other)
Parameter
NameDescription
otherExplainMetrics

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
TypeDescription
ExecutionStats

PlanSummary

public PlanSummary PlanSummary { get; set; }

Planning phase information for the query.

Property Value
TypeDescription
PlanSummary