public sealed class RunQueryRequest : IMessage<RunQueryRequest>, IEquatable<RunQueryRequest>, IDeepCloneable<RunQueryRequest>, IBufferMessage, IMessageThe request for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].
Implements
IMessage<RunQueryRequest>, IEquatable<RunQueryRequest>, IDeepCloneable<RunQueryRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
RunQueryRequest()
public RunQueryRequest()RunQueryRequest(RunQueryRequest)
public RunQueryRequest(RunQueryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RunQueryRequest |
Properties
GqlQuery
public GqlQuery GqlQuery { get; set; }The GQL query to run.
| Property Value | |
|---|---|
| Type | Description |
GqlQuery |
|
PartitionId
public PartitionId PartitionId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
PartitionId |
|
ProjectId
public string ProjectId { get; set; }Required. The ID of the project against which to make the request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Query
public Query Query { get; set; }The query to run.
| Property Value | |
|---|---|
| Type | Description |
Query |
|
QueryTypeCase
public RunQueryRequest.QueryTypeOneofCase QueryTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
RunQueryRequest.QueryTypeOneofCase |
|
ReadOptions
public ReadOptions ReadOptions { get; set; }The options for this query.
| Property Value | |
|---|---|
| Type | Description |
ReadOptions |
|