Google Cloud Datastore v1 API - Class PlanSummary (4.10.0)

public sealed class PlanSummary : IMessage<PlanSummary>, IEquatable<PlanSummary>, IDeepCloneable<PlanSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class PlanSummary.

Planning phase information for the query.

Inheritance

object > PlanSummary

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

PlanSummary()

public PlanSummary()

PlanSummary(PlanSummary)

public PlanSummary(PlanSummary other)
Parameter
NameDescription
otherPlanSummary

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