Class PlanSummary
Planning phase information for the query.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.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>> |