numFiniteBuckets property
The number of finite buckets. With the underflow and overflow buckets,
the total number of buckets is num_finite_buckets + 2.
See comments on bucket_options for details.
Implementation
@$pb.TagNumber(1)
$core.int get numFiniteBuckets => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set numFiniteBuckets($core.int value) => $_setSignedInt32(0, value);