google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.Cursor View Source

A position in a query result set.

Attributes

  • before (boolean()): If the position is just before or just after the given values, relative to the sort order defined by the query. Defaults to: null.
  • values ([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. Defaults to: null.