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."],[[["This webpage details the `DatastoreQueryResults` class, which represents a complete, in-memory set of query results fetched from `LazyDatastoreQuery` or `AsyncLazyDatastoreQuery`."],["The content covers multiple versions of the `Google.Cloud.Datastore.V1` library, ranging from version 3.2.0 to the latest version 4.15.0, and offers links to the documentation for each one."],["The `DatastoreQueryResults` class includes properties such as `EndCursor` (a ByteString indicating the end of the results), `Entities` (an IReadOnlyList of returned entities), and `MoreResults` (a `QueryResultBatch.Types.MoreResultsType` indicating if more results are available)."],["This class inherits members from the base `Object` class, including methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]