Google Cloud Datastore v1 API - Class RunAggregationQueryResponse (4.10.0)

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

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

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

Inheritance

object > RunAggregationQueryResponse

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

RunAggregationQueryResponse()

public RunAggregationQueryResponse()

RunAggregationQueryResponse(RunAggregationQueryResponse)

public RunAggregationQueryResponse(RunAggregationQueryResponse other)
Parameter
NameDescription
otherRunAggregationQueryResponse

Properties

Batch

public AggregationResultBatch Batch { get; set; }

A batch of aggregation results. Always present.

Property Value
TypeDescription
AggregationResultBatch

ExplainMetrics

public ExplainMetrics ExplainMetrics { get; set; }

Query explain metrics. This is only present when the [RunAggregationQueryRequest.explain_options][google.datastore.v1.RunAggregationQueryRequest.explain_options] is provided, and it is sent only once with the last response in the stream.

Property Value
TypeDescription
ExplainMetrics

Query

public AggregationQuery Query { get; set; }

The parsed form of the GqlQuery from the request, if it was set.

Property Value
TypeDescription
AggregationQuery

Transaction

public ByteString Transaction { get; set; }

The identifier of the transaction that was started as part of this RunAggregationQuery request.

Set only when [ReadOptions.new_transaction][google.datastore.v1.ReadOptions.new_transaction] was set in [RunAggregationQueryRequest.read_options][google.datastore.v1.RunAggregationQueryRequest.read_options].

Property Value
TypeDescription
ByteString