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\u003eThe latest version of the \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e is 4.15.0, but this page is currently displaying information about version 3.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class represents a complete set of query results fetched and stored in memory from a \u003ccode\u003eLazyDatastoreQuery\u003c/code\u003e or \u003ccode\u003eAsyncLazyDatastoreQuery\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes three key properties: \u003ccode\u003eEndCursor\u003c/code\u003e (the cursor at the end of results), \u003ccode\u003eEntities\u003c/code\u003e (the entities returned by the query), and \u003ccode\u003eMoreResults\u003c/code\u003e (the condition that caused the query to complete).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class inherits from the base \u003ccode\u003eObject\u003c/code\u003e class and is found within the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e namespace and \u003ccode\u003eGoogle.Cloud.Datastore.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eYou can browse through prior versions of the \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e, all the way from 4.15.0 down to 3.2.0, allowing you to look back at previous builds.\u003c/p\u003e\n"]]],[],null,[]]