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 document provides reference documentation for the \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class within the Google Cloud Datastore v1 API for .NET, detailing its properties and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class represents a complete set of query results fetched from a \u003ccode\u003eLazyDatastoreQuery\u003c/code\u003e or \u003ccode\u003eAsyncLazyDatastoreQuery\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eEndCursor\u003c/code\u003e, \u003ccode\u003eEntities\u003c/code\u003e, and \u003ccode\u003eMoreResults\u003c/code\u003e, which provide information about the query's end cursor, the returned entities, and whether more results are available, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 4.15.0, with the document providing links to versions ranging from 4.15.0 to 3.2.0 for the \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatastoreQueryResults\u003c/code\u003e class inherits from the base object class and utilizes other Google Cloud Datastore v1 types like \u003ccode\u003eByteString\u003c/code\u003e, \u003ccode\u003eEntity\u003c/code\u003e, and \u003ccode\u003eQueryResultBatch.Types.MoreResultsType\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]