bucketCounts property
bucket_counts is an optional field contains the count values of histogram for each bucket.
The sum of the bucket_counts must equal the value in the count field.
The number of elements in bucket_counts array must be by one greater than the number of elements in explicit_bounds array.
Implementation
@$pb.TagNumber(6)
$core.List<$fixnum.Int64> get bucketCounts => $_getList(4);