Firestore API - Class ExplainResults<T> (3.10.0)

public sealed class ExplainResults<T> where T : class

Reference documentation and code samples for the Firestore API class ExplainResults

Information about planning, execution, and results of a query.

Inheritance

object > ExplainResults<T>

Namespace

Google.Cloud.Firestore

Assembly

Google.Cloud.Firestore.dll

Type Parameter

Name Description
T

The type of snapshot returned by the query.

Properties

Metrics

public ExplainMetrics Metrics { get; }

Returns the information about planning and execution (if any) of the query.

Property Value
Type Description
Google.Cloud.Firestore.V1.ExplainMetrics

Snapshot

public T Snapshot { get; }

Returns the snapshot that contains the results of executing the query, or null if the query was not executed.

Property Value
Type Description
T