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

MeasureField

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

The measure (metric) type field.

interface MeasureField {
CalculatedMeasureField?: CalculatedMeasureField | null;
CategoricalMeasureField?: CategoricalMeasureField | null;
DateMeasureField?: DateMeasureField | null;
NumericalMeasureField?: NumericalMeasureField | null;
}

§Properties

§
CalculatedMeasureField?: CalculatedMeasureField | null
[src]

The calculated measure field only used in pivot tables.

§
CategoricalMeasureField?: CategoricalMeasureField | null
[src]

The measure type field with categorical type columns.

§
DateMeasureField?: DateMeasureField | null
[src]

The measure type field with date type columns.

§
NumericalMeasureField?: NumericalMeasureField | null
[src]

The measure type field with numerical type columns.