public sealed class ExplainStats : IMessage<ExplainStats>, IEquatable<ExplainStats>, IDeepCloneable<ExplainStats>, IBufferMessage, IMessageReference documentation and code samples for the Firestore v1 API 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
IMessageExplainStats, IEquatableExplainStats, IDeepCloneableExplainStats, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.V1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
ExplainStats()
public ExplainStats()ExplainStats(ExplainStats)
public ExplainStats(ExplainStats other)| Parameter | |
|---|---|
| Name | Description |
other |
ExplainStats |
Properties
Data
public Any Data { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
Any |
|