Show / Hide Table of Contents

Class PlanSummary

Planning phase information for the query.

Inheritance
object
PlanSummary
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 PlanSummary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IndexesUsed

The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]

Declaration
[JsonProperty("indexesUsed")]
public virtual IList<IDictionary<string, object>> IndexesUsed { get; set; }
Property Value
Type Description
IList<IDictionary<string, object>>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX