public sealed class PlanSummary : IMessage<PlanSummary>, IEquatable<PlanSummary>, IDeepCloneable<PlanSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class PlanSummary.
Planning phase information for the query.
Implements
IMessagePlanSummary, IEquatablePlanSummary, IDeepCloneablePlanSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
PlanSummary()
public PlanSummary()
PlanSummary(PlanSummary)
public PlanSummary(PlanSummary other)
Parameter | |
---|---|
Name | Description |
other |
PlanSummary |
Properties
IndexesUsed
public RepeatedField<Struct> IndexesUsed { get; }
The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ]
Property Value | |
---|---|
Type | Description |
RepeatedFieldStruct |