Firestore v1 API - Class ExplainStats (4.1.0)

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

Reference 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.

Inheritance

object > ExplainStats

Namespace

Google.Cloud.Firestore.V1

Assembly

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