Class ExplainMetrics
Explain metrics for the query.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class ExplainMetrics : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionStats
Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
Declaration
[JsonProperty("executionStats")]
public virtual ExecutionStats ExecutionStats { get; set; }
Property Value
Type | Description |
---|---|
ExecutionStats |
PlanSummary
Planning phase information for the query.
Declaration
[JsonProperty("planSummary")]
public virtual PlanSummary PlanSummary { get; set; }
Property Value
Type | Description |
---|---|
PlanSummary |