Interface protos.google.datastore.v1.AggregationQuery.IAggregation (0.2.0)

Properties of an Aggregation.

Package

@google-cloud/datastore-api

Properties

alias

alias?: (string|null);

Aggregation alias

avg

avg?: (google.datastore.v1.AggregationQuery.Aggregation.IAvg|null);

Aggregation avg

count

count?: (google.datastore.v1.AggregationQuery.Aggregation.ICount|null);

Aggregation count

sum

sum?: (google.datastore.v1.AggregationQuery.Aggregation.ISum|null);

Aggregation sum