Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::Cursor.
A position in a query result set.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#before
def before() -> ::Boolean
Returns
- (::Boolean) — If the position is just before or just after the given values, relative to the sort order defined by the query.
#before=
def before=(value) -> ::Boolean
Parameter
- value (::Boolean) — If the position is just before or just after the given values, relative to the sort order defined by the query.
Returns
- (::Boolean) — If the position is just before or just after the given values, relative to the sort order defined by the query.
#values
def values() -> ::Array<::Google::Cloud::Firestore::V1::Value>
Returns
-
(::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.
#values=
def values=(value) -> ::Array<::Google::Cloud::Firestore::V1::Value>
Parameter
-
value (::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.
Returns
-
(::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.