public ExplainMetrics ExplainMetrics { get; set; }
Query explain metrics. This is only present when the
[RunAggregationQueryRequest.explain_options][google.firestore.v1.RunAggregationQueryRequest.explain_options]
is provided, and it is sent only once with the last response in the stream.
The time at which the aggregate result was computed. This is always
monotonically increasing; in this case, the previous AggregationResult in
the result stream are guaranteed not to have changed between their
read_time and this one.
If the query returns no results, a response with read_time and no
result will be sent, and this represents the time at which the query
was run.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRunAggregationQueryResponse\u003c/code\u003e class is the response type for the \u003ccode\u003eFirestore.RunAggregationQuery\u003c/code\u003e in the Firestore v1 API, designed to return results from aggregation queries.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring it supports various functionalities such as message handling, equality checks, deep cloning, and buffer-based operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunAggregationQueryResponse\u003c/code\u003e class includes properties like \u003ccode\u003eExplainMetrics\u003c/code\u003e, \u003ccode\u003eReadTime\u003c/code\u003e, \u003ccode\u003eResult\u003c/code\u003e, and \u003ccode\u003eTransaction\u003c/code\u003e, providing detailed information about the query execution, result, and associated transaction, if any.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a default constructor (\u003ccode\u003eRunAggregationQueryResponse()\u003c/code\u003e) and a copy constructor (\u003ccode\u003eRunAggregationQueryResponse(RunAggregationQueryResponse other)\u003c/code\u003e), allowing for the creation of new instances and copies.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides a list of versions, with \u003ccode\u003e3.10.0\u003c/code\u003e being the most recent and \u003ccode\u003e2.3.0\u003c/code\u003e being the oldest of all the versions displayed.\u003c/p\u003e\n"]]],[],null,[]]