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

TopBottomFilter

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

A TopBottomFilter filters values that are at the top or the bottom.

interface TopBottomFilter {
AggregationSortConfigurations: AggregationSortConfiguration[];
FilterId: string;
Limit?: number | null;
ParameterName?: string | null;
TimeGranularity?: TimeGranularity | null;
}

§Properties

§
AggregationSortConfigurations: AggregationSortConfiguration[]
[src]

The aggregation and sort configuration of the top bottom filter.

§

The column that the filter is applied to.

§
FilterId: string
[src]

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

§
Limit?: number | null
[src]

The number of items to include in the top bottom filter results.

§
ParameterName?: string | null
[src]

The parameter whose value should be used for the filter value.

§
TimeGranularity?: TimeGranularity | null
[src]

The level of time precision that is used to aggregate DateTime values.