Google Cloud Datastore v1 API - Class RunAggregationQueryRequest (4.10.0)

public sealed class RunAggregationQueryRequest : IMessage<RunAggregationQueryRequest>, IEquatable<RunAggregationQueryRequest>, IDeepCloneable<RunAggregationQueryRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class RunAggregationQueryRequest.

The request for [Datastore.RunAggregationQuery][google.datastore.v1.Datastore.RunAggregationQuery].

Inheritance

object > RunAggregationQueryRequest

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

RunAggregationQueryRequest()

public RunAggregationQueryRequest()

RunAggregationQueryRequest(RunAggregationQueryRequest)

public RunAggregationQueryRequest(RunAggregationQueryRequest other)
Parameter
NameDescription
otherRunAggregationQueryRequest

Properties

AggregationQuery

public AggregationQuery AggregationQuery { get; set; }

The query to run.

Property Value
TypeDescription
AggregationQuery

DatabaseId

public string DatabaseId { get; set; }

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

Property Value
TypeDescription
string

ExplainOptions

public ExplainOptions ExplainOptions { get; set; }

Optional. Explain options for the query. If set, additional query statistics will be returned. If not, only query results will be returned.

Property Value
TypeDescription
ExplainOptions

GqlQuery

public GqlQuery GqlQuery { get; set; }

The GQL query to run. This query must be an aggregation query.

Property Value
TypeDescription
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
TypeDescription
PartitionId

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project against which to make the request.

Property Value
TypeDescription
string

QueryTypeCase

public RunAggregationQueryRequest.QueryTypeOneofCase QueryTypeCase { get; }
Property Value
TypeDescription
RunAggregationQueryRequestQueryTypeOneofCase

ReadOptions

public ReadOptions ReadOptions { get; set; }

The options for this query.

Property Value
TypeDescription
ReadOptions