Show / Hide Table of Contents

Class RunAggregationQueryResponse

The response for Datastore.RunAggregationQuery.

Inheritance
object
RunAggregationQueryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class RunAggregationQueryResponse : IDirectResponseSchema

Properties

Batch

A batch of aggregation results. Always present.

Declaration
[JsonProperty("batch")]
public virtual AggregationResultBatch Batch { get; set; }
Property Value
Type Description
AggregationResultBatch

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExplainMetrics

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

Declaration
[JsonProperty("explainMetrics")]
public virtual ExplainMetrics ExplainMetrics { get; set; }
Property Value
Type Description
ExplainMetrics

Query

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

Declaration
[JsonProperty("query")]
public virtual AggregationQuery Query { get; set; }
Property Value
Type Description
AggregationQuery

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX