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

Computation

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

The computation union that is used in an insight visual.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface Computation {
Forecast?: ForecastComputation | null;
GrowthRate?: GrowthRateComputation | null;
MaximumMinimum?: MaximumMinimumComputation | null;
MetricComparison?: MetricComparisonComputation | null;
PeriodOverPeriod?: PeriodOverPeriodComputation | null;
PeriodToDate?: PeriodToDateComputation | null;
TopBottomMovers?: TopBottomMoversComputation | null;
TopBottomRanked?: TopBottomRankedComputation | null;
TotalAggregation?: TotalAggregationComputation | null;
UniqueValues?: UniqueValuesComputation | null;
}

§Properties

§
Forecast?: ForecastComputation | null
[src]

The forecast computation configuration.

§
GrowthRate?: GrowthRateComputation | null
[src]

The growth rate computation configuration.

§
MaximumMinimum?: MaximumMinimumComputation | null
[src]

The maximum and minimum computation configuration.

§
MetricComparison?: MetricComparisonComputation | null
[src]

The metric comparison computation configuration.

§
PeriodOverPeriod?: PeriodOverPeriodComputation | null
[src]

The period over period computation configuration.

§
PeriodToDate?: PeriodToDateComputation | null
[src]

The period to DataSetIdentifier computation configuration.

§
TopBottomMovers?: TopBottomMoversComputation | null
[src]

The top movers and bottom movers computation configuration.

§
TopBottomRanked?: TopBottomRankedComputation | null
[src]

The top ranked and bottom ranked computation configuration.

§
TotalAggregation?: TotalAggregationComputation | null
[src]

The total aggregation computation configuration.

§
UniqueValues?: UniqueValuesComputation | null
[src]

The unique values computation configuration.