Show / Hide Table of Contents

Class ExplainMetrics

Explain metrics for the query.

Inheritance
object
ExplainMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX