Cloud Datastore V1 Client - Class MoreResultsType (1.26.0)

Reference documentation and code samples for the Cloud Datastore V1 Client class MoreResultsType.

The possible values for the more_results field.

Protobuf type google.datastore.v1.QueryResultBatch.MoreResultsType

Namespace

Google \ Cloud \ Datastore \ V1 \ QueryResultBatch

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MORE_RESULTS_TYPE_UNSPECIFIED

Value: 0

Unspecified. This value is never used.

Generated from protobuf enum MORE_RESULTS_TYPE_UNSPECIFIED = 0;

NOT_FINISHED

Value: 1

There may be additional batches to fetch from this query.

Generated from protobuf enum NOT_FINISHED = 1;

MORE_RESULTS_AFTER_LIMIT

Value: 2

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

Generated from protobuf enum MORE_RESULTS_AFTER_LIMIT = 2;

MORE_RESULTS_AFTER_CURSOR

Value: 4

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

Generated from protobuf enum MORE_RESULTS_AFTER_CURSOR = 4;

NO_MORE_RESULTS

Value: 3

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

Generated from protobuf enum NO_MORE_RESULTS = 3;