public sealed class QuerySnapshot : IReadOnlyList<DocumentSnapshot>, IReadOnlyCollection<DocumentSnapshot>, IEnumerable<DocumentSnapshot>, IEnumerable, IEquatable<QuerySnapshot>
[[["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\u003eThis webpage provides documentation for the \u003ccode\u003eQuerySnapshot\u003c/code\u003e class within the Google.Cloud.Firestore library, focusing on version 2.5.0 and including a list of versions ranging from 2.3.1 up to 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQuerySnapshot\u003c/code\u003e represents an immutable snapshot of complete query results and implements several interfaces, including \u003ccode\u003eIReadOnlyList<DocumentSnapshot>\u003c/code\u003e, \u003ccode\u003eIReadOnlyCollection<DocumentSnapshot>\u003c/code\u003e, \u003ccode\u003eIEnumerable<DocumentSnapshot>\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, and \u003ccode\u003eIEquatable<QuerySnapshot>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eChanges\u003c/code\u003e, \u003ccode\u003eCount\u003c/code\u003e, \u003ccode\u003eDocuments\u003c/code\u003e, \u003ccode\u003eItem[Int32]\u003c/code\u003e, \u003ccode\u003eQuery\u003c/code\u003e, and \u003ccode\u003eReadTime\u003c/code\u003e, which offer information about document changes, the number of documents, the documents themselves, document retrieval by index, the originating query, and the snapshot's read time, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQuerySnapshot\u003c/code\u003e offers methods such as \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate through \u003ccode\u003eDocumentSnapshot\u003c/code\u003e instances and \u003ccode\u003eGetHashCode()\u003c/code\u003e, and there are also explicit interface implementations for \u003ccode\u003eIEnumerable.GetEnumerator()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple exceptions that could be thrown, namely \u003ccode\u003eArgumentOutOfRangeException\u003c/code\u003e when the index is out of bounds, specifically less than 0, or greater than or equal to the \u003ccode\u003eCount\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]