Reference documentation and code samples for the Cloud Firestore V1 Client class Cursor.
A position in a query result set.
Generated from protobuf message google.firestore.v1.Cursor
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ values
array< Google\Cloud\Firestore\V1\Value
>
The values that represent a position, in the order they appear in the order by clause of a query. Can contain fewer values than specified in the order by clause.
↳ before
bool
If the position is just before or just after the given values, relative to the sort order defined by the query.
getValues
The values that represent a position, in the order they appear in the order by clause of a query.
Can contain fewer values than specified in the order by clause.
setValues
The values that represent a position, in the order they appear in the order by clause of a query.
Can contain fewer values than specified in the order by clause.
$this
getBefore
If the position is just before or just after the given values, relative to the sort order defined by the query.
bool
setBefore
If the position is just before or just after the given values, relative to the sort order defined by the query.
var
bool
$this