public sealed class ExplainResults<T> where T : classReference documentation and code samples for the Firestore API class ExplainResults
Information about planning, execution, and results of a query.
Namespace
Google.Cloud.FirestoreAssembly
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 |
|