Method: Couchbase::Cluster::QueryMetrics#result_count
- Defined in:
- lib/couchbase/query_options.rb
#result_count ⇒ Integer
Returns The total number of objects in the results.
88 89 90 |
# File 'lib/couchbase/query_options.rb', line 88 def result_count @result_count end |