Module: Google::Cloud::Datastore::V1::QueryResultBatch::MoreResultsType

Defined in:
proto_docs/google/datastore/v1/query.rb

Overview

The possible values for the more_results field.

Constant Summary collapse

MORE_RESULTS_TYPE_UNSPECIFIED =

Unspecified. This value is never used.

0
NOT_FINISHED =

There may be additional batches to fetch from this query.

1
MORE_RESULTS_AFTER_LIMIT =

The query is finished, but there may be more results after the limit.

2
MORE_RESULTS_AFTER_CURSOR =

The query is finished, but there may be more results after the end cursor.

4
NO_MORE_RESULTS =

The query is finished, and there are no more results.

3