Class Cursor (2.7.1)

Cursor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A position in a query result set.

Attributes

NameDescription
values Sequence[google.cloud.firestore_v1.types.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.

Inheritance

builtins.object > proto.message.Message > Cursor