Class AggregationQuery
Datastore query for running an aggregation over a Query.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class AggregationQuery : IDirectResponseSchema
Properties
Aggregations
Optional. Series of aggregations to apply over the results of the nested_query
. Requires: * A minimum of
one and maximum of five aggregations per query.
Declaration
[JsonProperty("aggregations")]
public virtual IList<Aggregation> Aggregations { get; set; }
Property Value
Type | Description |
---|---|
IList<Aggregation> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NestedQuery
Nested query for aggregation
Declaration
[JsonProperty("nestedQuery")]
public virtual Query NestedQuery { get; set; }
Property Value
Type | Description |
---|---|
Query |