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

NumericalMeasureField

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

The measure type field with numerical type columns.

interface NumericalMeasureField {
AggregationFunction?: NumericalAggregationFunction | null;
FieldId: string;
FormatConfiguration?: NumberFormatConfiguration | null;
}

§Properties

§
AggregationFunction?: NumericalAggregationFunction | null
[src]

The aggregation function of the measure field.

§

The column that is used in the NumericalMeasureField.

§
FieldId: string
[src]

The custom field ID.

§
FormatConfiguration?: NumberFormatConfiguration | null
[src]

The format configuration of the field.