Class: Google::Cloud::Firestore::V1::StructuredAggregationQuery::Aggregation::Count

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/v1/query.rb

Overview

Count of documents that match the query.

The COUNT(*) aggregation function operates on the entire document so it does not require a field reference.

Instance Attribute Summary collapse

Instance Attribute Details

#up_to::Google::Protobuf::Int64Value



556
557
558
559
# File 'proto_docs/google/firestore/v1/query.rb', line 556

class Count
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end