Class: Google::Firestore::V1::Cursor

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/query.rb

Overview

A position in a query result set.

Instance Attribute Summary collapse

Instance Attribute Details

#beforetrue, false

Returns If the position is just before or just after the given values, relative to the sort order defined by the query.

Returns:

  • (true, false)

    If the position is just before or just after the given values, relative to the sort order defined by the query.



224
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/query.rb', line 224

class Cursor; end

#valuesArray<Google::Firestore::V1::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.

Returns:

  • (Array<Google::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.



224
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/query.rb', line 224

class Cursor; end