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 webpage details the \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class, which represents a complete, in-memory set of query results fetched from \u003ccode\u003eLazyDatastoreQuery\u003c/code\u003e or \u003ccode\u003eAsyncLazyDatastoreQuery\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe content covers multiple versions of the \u003ccode\u003eGoogle.Cloud.Datastore.V1\u003c/code\u003e library, ranging from version 3.2.0 to the latest version 4.15.0, and offers links to the documentation for each one.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class includes properties such as \u003ccode\u003eEndCursor\u003c/code\u003e (a ByteString indicating the end of the results), \u003ccode\u003eEntities\u003c/code\u003e (an IReadOnlyList of returned entities), and \u003ccode\u003eMoreResults\u003c/code\u003e (a \u003ccode\u003eQueryResultBatch.Types.MoreResultsType\u003c/code\u003e indicating if more results are available).\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits members from the base \u003ccode\u003eObject\u003c/code\u003e class, including methods like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]