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."],[[["The `RunQueryRequest` class is used to make requests for `Datastore.RunQuery` and is part of the `Google.Cloud.Datastore.V1` namespace in the `Google.Cloud.Datastore.V1.dll` assembly."],["The latest version of the document is 4.15.0, and it provides documentation on multiple previous versions of `RunQueryRequest` down to version 3.2.0, with links to each specific version."],["This class implements multiple interfaces, including `IMessage\u003cRunQueryRequest\u003e`, `IEquatable\u003cRunQueryRequest\u003e`, `IDeepCloneable\u003cRunQueryRequest\u003e`, `IBufferMessage`, and `IMessage`, enabling it to support various functionalities in the system."],["The class has properties like `GqlQuery`, `PartitionId`, `ProjectId`, `Query`, `QueryTypeCase`, and `ReadOptions` which are essential for defining and executing queries within Google Cloud Datastore."],["The `RunQueryRequest` class contains two constructors: a default constructor (`RunQueryRequest()`) and a copy constructor (`RunQueryRequest(RunQueryRequest other)`)."]]],[]]