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

PeriodToDateComputation

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

The period to date computation configuration.

interface PeriodToDateComputation {
ComputationId: string;
Name?: string | null;
PeriodTimeGranularity?: TimeGranularity | null;
Value?: MeasureField | null;
}

§Properties

§
ComputationId: string
[src]

The ID for a computation.

§
Name?: string | null
[src]

The name of a computation.

§
PeriodTimeGranularity?: TimeGranularity | null
[src]

The time granularity setup of period to date computation. Choose from the following options:

  • YEAR: Year to date.
  • MONTH: Month to date.
§

The time field that is used in a computation.

§
Value?: MeasureField | null
[src]

The value field that is used in a computation.