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

TopBottomRankedComputation

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

The top ranked and bottom ranked computation configuration.

interface TopBottomRankedComputation {
Category: DimensionField;
ComputationId: string;
Name?: string | null;
ResultSize?: number | null;
Value?: MeasureField | null;
}

§Properties

§

The category field that is used in a computation.

§
ComputationId: string
[src]

The ID for a computation.

§
Name?: string | null
[src]

The name of a computation.

§
ResultSize?: number | null
[src]

The result size of a top and bottom ranked computation.

§

The computation type. Choose one of the following options:

  • TOP: A top ranked computation.
  • BOTTOM: A bottom ranked computation.
§
Value?: MeasureField | null
[src]

The value field that is used in a computation.