count property

  1. @TagNumber.new(1)
Int64 get count

The number of values in the population. Must be non-negative. This value must equal the sum of the values in bucket_counts if a histogram is provided.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get count => $_getI64(0);
  1. @TagNumber.new(1)
set count (Int64 value)

Implementation

@$pb.TagNumber(1)
set count($fixnum.Int64 value) => $_setInt64(0, value);