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 latest version of the `DatastoreQueryResults` is 4.15.0, but this page is currently displaying information about version 3.3.0."],["`DatastoreQueryResults` class represents a complete set of query results fetched and stored in memory from a `LazyDatastoreQuery` or `AsyncLazyDatastoreQuery`."],["The class includes three key properties: `EndCursor` (the cursor at the end of results), `Entities` (the entities returned by the query), and `MoreResults` (the condition that caused the query to complete)."],["The `DatastoreQueryResults` class inherits from the base `Object` class and is found within the `Google.Cloud.Datastore.V1` namespace and `Google.Cloud.Datastore.V1.dll` assembly."],["You can browse through prior versions of the `DatastoreQueryResults`, all the way from 4.15.0 down to 3.2.0, allowing you to look back at previous builds."]]],[]]