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

CategoricalMeasureField

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

The measure type field with categorical type columns.

interface CategoricalMeasureField {
AggregationFunction?: CategoricalAggregationFunction | null;
FieldId: string;
FormatConfiguration?: StringFormatConfiguration | null;
}

§Properties

§
AggregationFunction?: CategoricalAggregationFunction | null
[src]

The aggregation function of the measure field.

§

The column that is used in the CategoricalMeasureField.

§
FieldId: string
[src]

The custom field ID.

§
FormatConfiguration?: StringFormatConfiguration | null
[src]

The format configuration of the field.