Reference documentation and code samples for the Google Cloud Datastore v1 API class DatastoreQueryResults.
A complete set of query results, fetched and stored in memory. Results are
fetched from a LazyDatastoreQuery or AsyncLazyDatastoreQuery
until the query-specified limit or end cursor is reached, or no more results are available.
public QueryResultBatch.Types.MoreResultsType MoreResults { get; }
The condition that caused the query to complete, indicating whether more
results are available beyond the query limit or end cursor, or whether
the data has been exhausted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class within the Google Cloud Datastore v1 API, specifically for version 4.13.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDatastoreQueryResults\u003c/code\u003e represents a complete set of query results fetched from a \u003ccode\u003eLazyDatastoreQuery\u003c/code\u003e or \u003ccode\u003eAsyncLazyDatastoreQuery\u003c/code\u003e and held in memory, and is found in the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains three key properties: \u003ccode\u003eEndCursor\u003c/code\u003e (a \u003ccode\u003eByteString\u003c/code\u003e indicating the end of the result set), \u003ccode\u003eEntities\u003c/code\u003e (an \u003ccode\u003eIReadOnlyList\u003c/code\u003e containing the query's result entities), and \u003ccode\u003eMoreResults\u003c/code\u003e (indicating if additional results exist).\u003c/p\u003e\n"],["\u003cp\u003eThe current document is for version 4.13.0 of the API but also lists older versions, as well as the most recent version 4.15.0, in a navigable format.\u003c/p\u003e\n"]]],[],null,[]]