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 webpage provides reference documentation for the `DatastoreQueryResults` class within the Google Cloud Datastore v1 API, specifically for version 4.7.0."],["`DatastoreQueryResults` is a class that represents a complete set of query results fetched and stored in memory, pulled from either `LazyDatastoreQuery` or `AsyncLazyDatastoreQuery`."],["This class includes properties such as `EndCursor` (the cursor at the end of the results), `Entities` (the entities returned by the query), and `MoreResults` (indicating whether more results are available)."],["The documentation also includes links to older versions of the `DatastoreQueryResults` class, ranging from 3.2.0 to the latest version, 4.15.0."]]],[]]