Firestore in Datastore mode V1 API - Module Google::Cloud::Datastore::V1::QueryResultBatch::MoreResultsType (v0.18.0)

Reference documentation and code samples for the Firestore in Datastore mode V1 API module Google::Cloud::Datastore::V1::QueryResultBatch::MoreResultsType.

The possible values for the more_results field.

Constants

MORE_RESULTS_TYPE_UNSPECIFIED

value: 0
Unspecified. This value is never used.

NOT_FINISHED

value: 1
There may be additional batches to fetch from this query.

MORE_RESULTS_AFTER_LIMIT

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

MORE_RESULTS_AFTER_CURSOR

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

NO_MORE_RESULTS

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