Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PercentileAggregation

import type { PercentileAggregation } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

An aggregation based on the percentile of values in a dimension or measure.

interface PercentileAggregation {
PercentileValue?: number | null;
}

§Properties

§
PercentileValue?: number | null
[src]

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.