Skip to content

Percentiles🔗

Definition🔗

export interface Percentiles {
    type: "percentiles";
    field?: string;
    id: string;
    settings?: {
        script?: elasticsearch.InlineScript;
        missing?: string;
        percents?: string[];
    };
    hide?: boolean;
}

Methods🔗

No methods.

See also🔗