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"]],[["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-03-21 UTC."],[[["The `DatastoreQueryResults` class represents a complete set of query results fetched and stored in memory from the Google Cloud Datastore v1 API."],["This class is designed to work with `LazyDatastoreQuery` or `AsyncLazyDatastoreQuery`, retrieving results until the query's limit, end cursor, or data exhaustion is reached."],["The `EndCursor` property provides the cursor at the end of the result set, while the `Entities` property contains the actual entities returned by the query."],["The `MoreResults` property identifies the reason the query terminated, indicating if additional results are available."],["The latest version of the API class is version 4.15.0 and this specific page documents version 4.6.0, offering links to previous versions."]]],[]]