Class ExplainStats
Pipeline explain stats. Depending on the explain options in the original request, this can contain the optimized plan and / or execution stats.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class ExplainStats : IDirectResponseSchema
Properties
Data
The format depends on the output_format options in the request. Currently there are two supported options:
TEXT and JSON. Both supply a google.protobuf.StringValue.
Declaration
[JsonProperty("data")]
public virtual IDictionary<string, object> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |