Class StructuredAggregationQuery
Firestore query for running an aggregation over a StructuredQuery.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class StructuredAggregationQuery : IDirectResponseSchema
Properties
Aggregations
Optional. Series of aggregations to apply over the results of the structured_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 |
StructuredQuery
Nested structured query.
Declaration
[JsonProperty("structuredQuery")]
public virtual StructuredQuery StructuredQuery { get; set; }
Property Value
Type | Description |
---|---|
StructuredQuery |