Show / Hide Table of Contents

Class StructuredAggregationQuery

Firestore query for running an aggregation over a StructuredQuery.

Inheritance
object
StructuredAggregationQuery
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX