public sealed class RunAggregationQueryResponse : IMessage<RunAggregationQueryResponse>, IEquatable<RunAggregationQueryResponse>, IDeepCloneable<RunAggregationQueryResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Datastore v1 API class RunAggregationQueryResponse.
The response for [Datastore.RunAggregationQuery][google.datastore.v1.Datastore.RunAggregationQuery].
Implements
IMessageRunAggregationQueryResponse, IEquatableRunAggregationQueryResponse, IDeepCloneableRunAggregationQueryResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
RunAggregationQueryResponse()
public RunAggregationQueryResponse()RunAggregationQueryResponse(RunAggregationQueryResponse)
public RunAggregationQueryResponse(RunAggregationQueryResponse other)| Parameter | |
|---|---|
| Name | Description | 
| other | RunAggregationQueryResponse | 
Properties
Batch
public AggregationResultBatch Batch { get; set; }A batch of aggregation results. Always present.
| Property Value | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| ExplainMetrics | |
Query
public AggregationQuery Query { get; set; }The parsed form of the GqlQuery from the request, if it was set.
| Property Value | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| ByteString | |