public sealed class RunQueryRequest : IMessage<RunQueryRequest>, IEquatable<RunQueryRequest>, IDeepCloneable<RunQueryRequest>, IBufferMessage, IMessage
The request for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].
Entities are partitioned into subsets, identified by a partition ID.
Queries are scoped to a single partition.
This partition ID is normalized with the standard default context
partition ID.
[[["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 `RunQueryRequest` class, which is the request type used for the `Datastore.RunQuery` operation within the Google Cloud Datastore V1 API."],["The `RunQueryRequest` class is available in multiple versions, with version 4.15.0 being the latest, as shown in the list of versions, and version 3.4.0 being the focus of the webpage."],["The class is implemented in the `Google.Cloud.Datastore.V1` namespace, within the `Google.Cloud.Datastore.V1.dll` assembly, and inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`RunQueryRequest` has properties such as `GqlQuery`, `PartitionId`, `ProjectId`, `Query`, `QueryTypeCase`, and `ReadOptions` for handling different aspects of a Datastore query request, allowing customization of the query being run."],["There are two constructors available for `RunQueryRequest`, one that is empty, and one that takes in another instance of `RunQueryRequest` to generate a new one based off of the properties of another."]]],[]]