Show / Hide Table of Contents

Class AggregationQuery

Datastore query for running an aggregation over a Query.

Inheritance
object
AggregationQuery
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX