percentileComputation property

  1. @JsonKey(name: r'percentileComputation')
bool? percentileComputation
final

Whether to include or exclude a query from the processing-time percentile computation.

Implementation

@JsonKey(name: r'percentileComputation')
final bool? percentileComputation;