[[["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 latest version of the Firestore API class \u003ccode\u003eExplainResults\u003c/code\u003e is 3.10.0, and the documentation provides links to older versions ranging from 3.9.0 to 2.3.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExplainResults<T>\u003c/code\u003e is a class that provides information about the planning, execution, and results of a Firestore query.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eExplainResults<T>\u003c/code\u003e inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and includes the inherited methods \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two properties, \u003ccode\u003eMetrics\u003c/code\u003e, which holds \u003ccode\u003eExplainMetrics\u003c/code\u003e type data regarding query planning and execution, and \u003ccode\u003eSnapshot\u003c/code\u003e, which holds a snapshot of type T that represents the results of the query.\u003c/p\u003e\n"],["\u003cp\u003eThe type parameter \u003ccode\u003eT\u003c/code\u003e represents the type of snapshot that will be returned by the query.\u003c/p\u003e\n"]]],[],null,["# Firestore API - Class ExplainResults<T> (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.Firestore/latest/Google.Cloud.Firestore.ExplainResults-1)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.9.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.8.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.7.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.6.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.5.1](/dotnet/docs/reference/Google.Cloud.Firestore/3.5.1/Google.Cloud.Firestore.ExplainResults-1)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.4.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.3.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.2.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.1.0/Google.Cloud.Firestore.ExplainResults-1)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Firestore/3.0.0/Google.Cloud.Firestore.ExplainResults-1)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Firestore/2.5.0/Google.Cloud.Firestore.ExplainResults-1)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Firestore/2.4.0/Google.Cloud.Firestore.ExplainResults-1)\n- [2.3.1](/dotnet/docs/reference/Google.Cloud.Firestore/2.3.1/Google.Cloud.Firestore.ExplainResults-1) \n\n public sealed class ExplainResults\u003cT\u003e where T : class\n\nReference documentation and code samples for the Firestore API class ExplainResults\n\n\u003cbr /\u003e\n\nInformation about planning, execution, and results of a query. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExplainResults\\\u003cT\\\u003e \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Firestore](/dotnet/docs/reference/Google.Cloud.Firestore/latest/Google.Cloud.Firestore)\n\nAssembly\n--------\n\nGoogle.Cloud.Firestore.dll\n\nProperties\n----------\n\n### Metrics\n\n public ExplainMetrics Metrics { get; }\n\nReturns the information about planning and execution (if any) of the query.\n\n### Snapshot\n\n public T Snapshot { get; }\n\nReturns the snapshot that contains the results of executing the query, or null if the query was\nnot executed."]]