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

TopBottomMoversComputation

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

The top movers and bottom movers computation setup.

interface TopBottomMoversComputation {
Category: DimensionField;
ComputationId: string;
MoverSize?: number | null;
Name?: string | null;
SortOrder?: TopBottomSortOrder | null;
Value?: MeasureField | null;
}

§Properties

§

The category field that is used in a computation.

§
ComputationId: string
[src]

The ID for a computation.

§
MoverSize?: number | null
[src]

The mover size setup of the top and bottom movers computation.

§
Name?: string | null
[src]

The name of a computation.

§
SortOrder?: TopBottomSortOrder | null
[src]

The sort order setup of the top and bottom movers computation.

§

The time field that is used in a computation.

§

The computation type. Choose from the following options:

  • TOP: Top movers computation.
  • BOTTOM: Bottom movers computation.
§
Value?: MeasureField | null
[src]

The value field that is used in a computation.