Class: Google::Firestore::V1beta1::Cursor
- Inherits:
-
Object
- Object
- Google::Firestore::V1beta1::Cursor
- Defined in:
- lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/query.rb
Overview
A position in a query result set.
Instance Attribute Summary collapse
-
#before ⇒ true, false
If the position is just before or just after the given values, relative to the sort order defined by the query.
-
#values ⇒ Array<Google::Firestore::V1beta1::Value>
The values that represent a position, in the order they appear in the order by clause of a query.
Instance Attribute Details
#before ⇒ true, false
Returns If the position is just before or just after the given values, relative to the sort order defined by the query.
212 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/query.rb', line 212 class Cursor; end |
#values ⇒ Array<Google::Firestore::V1beta1::Value>
Returns 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.
212 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/query.rb', line 212 class Cursor; end |