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-04-17 UTC."],[[["This page provides reference documentation for the `DatastoreQueryResults` class within the Google Cloud Datastore v1 API, specifically for the .NET environment."],["`DatastoreQueryResults` represents a complete, in-memory set of query results fetched from `LazyDatastoreQuery` or `AsyncLazyDatastoreQuery` objects, up to the specified limit or end cursor."],["The class contains properties such as `EndCursor` (the ByteString cursor), `Entities` (a read-only list of returned entities), and `MoreResults` (indicating if additional results are available)."],["The documentation lists available versions of the library, ranging from 3.2.0 to 4.15.0, with 4.15.0 being the latest."],["This class inherits from the base `object` class and is located within the `Google.Cloud.Datastore.V1` namespace in the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]