Google Cloud Datastore v1 API - Enum QueryResultBatch.Types.MoreResultsType (4.5.0)

public enum QueryResultBatch.Types.MoreResultsType

Reference documentation and code samples for the Google Cloud Datastore v1 API enum QueryResultBatch.Types.MoreResultsType.

The possible values for the more_results field.

Namespace

GoogleCloudGoogle.Cloud.DatastoreV1

Assembly

Google.Cloud.Datastore.V1.dll

Fields

NameDescription
MoreResultsAfterCursor

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

MoreResultsAfterLimit

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

NoMoreResults

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

NotFinished

There may be additional batches to fetch from this query.

Unspecified

Unspecified. This value is never used.