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

GrowthRateComputation

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

The growth rate computation configuration.

interface GrowthRateComputation {
ComputationId: string;
Name?: string | null;
PeriodSize?: number | null;
Value?: MeasureField | null;
}

§Properties

§
ComputationId: string
[src]

The ID for a computation.

§
Name?: string | null
[src]

The name of a computation.

§
PeriodSize?: number | null
[src]

The period size setup of a growth rate computation.

§

The time field that is used in a computation.

§
Value?: MeasureField | null
[src]

The value field that is used in a computation.