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

AggregationSortConfiguration

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

The configuration options to sort aggregated values.

interface AggregationSortConfiguration {
AggregationFunction: AggregationFunction;
SortDirection: SortDirection;
}

§Properties

§
AggregationFunction: AggregationFunction
[src]

The function that aggregates the values in Column.

§

The column that determines the sort order of aggregated values.

§
SortDirection: SortDirection
[src]

The sort direction of values.

  • ASC: Sort in ascending order.
  • DESC: Sort in descending order.