bucketOptions property

  1. @TagNumber.new(6)
Distribution_BucketOptions get bucketOptions

Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.

Implementation

@$pb.TagNumber(6)
Distribution_BucketOptions get bucketOptions => $_getN(4);
  1. @TagNumber.new(6)
set bucketOptions (Distribution_BucketOptions value)

Implementation

@$pb.TagNumber(6)
set bucketOptions(Distribution_BucketOptions value) => $_setField(6, value);