Uses of Class
com.google.cloud.firestore.AggregateField.CountAggregateField
Packages that use AggregateField.CountAggregateField
-
Uses of AggregateField.CountAggregateField in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return AggregateField.CountAggregateFieldModifier and TypeMethodDescriptionAggregateField.count()Create aAggregateField.CountAggregateFieldobject that can be used to compute the count of documents in the result set of a query.Methods in com.google.cloud.firestore with parameters of type AggregateField.CountAggregateFieldModifier and TypeMethodDescriptionlongAggregateQuerySnapshot.get(AggregateField.CountAggregateField unused) Returns the number of documents in the result set of the underlying query.