[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `Cursor` class represents a position within a query result set in the Google Cloud Firestore V1 library, specifically within the `Google.Cloud.Firestore.V1` namespace."],["Version 3.10.0 is the latest version of the `Cursor` class and it is documented amongst other previous versions from 3.9.0 all the way to 2.3.0."],["The `Cursor` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Cursor` class provides two constructors: one default and another that copies an existing `Cursor` object."],["It includes two main properties: `Before`, a boolean indicating the position relative to the sort order, and `Values`, a repeated field of `Value` objects that denote the position within the order by clause."]]],[]]