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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page details the `DatastoreQueryResults` class, which represents a complete, in-memory set of query results from Google Cloud Datastore."],["The class fetches results from `LazyDatastoreQuery` or `AsyncLazyDatastoreQuery` until a limit, end cursor, or the end of available data is reached."],["`DatastoreQueryResults` exposes properties such as `EndCursor` (the cursor at the end of the results), `Entities` (the returned entities), and `MoreResults` (the condition that ended the query)."],["The documented versions of the code can be found ranging from version 3.2.0 all the way to the latest 4.15.0."]]],[]]