quantileValues property

  1. @TagNumber.new(6)
List<SummaryDataPoint_ValueAtQuantile> get quantileValues

(Optional) list of values at different quantiles of the distribution calculated from the current snapshot. The quantiles must be strictly increasing.

Implementation

@$pb.TagNumber(6)
$core.List<SummaryDataPoint_ValueAtQuantile> get quantileValues =>
    $_getList(4);