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 \ QueryResultBatchMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;