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\u003eThe latest version available for \u003ccode\u003eQuerySnapshot\u003c/code\u003e is 3.10.0, with various other versions listed, starting from 3.9.0 down to 2.3.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQuerySnapshot\u003c/code\u003e provides an immutable snapshot of complete query results, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing multiple interfaces including \u003ccode\u003eIReadOnlyList\u003c/code\u003e, \u003ccode\u003eIReadOnlyCollection\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, and \u003ccode\u003eIEquatable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eQuerySnapshot\u003c/code\u003e include \u003ccode\u003eChanges\u003c/code\u003e (document changes), \u003ccode\u003eCount\u003c/code\u003e (number of documents), \u003ccode\u003eDocuments\u003c/code\u003e (list of documents), \u003ccode\u003eQuery\u003c/code\u003e (the originating query), and \u003ccode\u003eReadTime\u003c/code\u003e (time of snapshot read).\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods such as \u003ccode\u003eGetEnumerator()\u003c/code\u003e for iterating through \u003ccode\u003eDocumentSnapshot\u003c/code\u003e instances and \u003ccode\u003eGetHashCode()\u003c/code\u003e, which is inherited from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe properties \u003ccode\u003eDocuments\u003c/code\u003e, \u003ccode\u003eChanges\u003c/code\u003e, and the \u003ccode\u003eItem\u003c/code\u003e property provide access to data within the snapshot, while the \u003ccode\u003eItem\u003c/code\u003e property is index-based, that can throw an \u003ccode\u003eArgumentOutOfRangeException\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]