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

NumericalDimensionField

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

The dimension type field with numerical type columns.

interface NumericalDimensionField {
FieldId: string;
FormatConfiguration?: NumberFormatConfiguration | null;
HierarchyId?: string | null;
}

§Properties

§

The column that is used in the NumericalDimensionField.

§
FieldId: string
[src]

The custom field ID.

§
FormatConfiguration?: NumberFormatConfiguration | null
[src]

The format configuration of the field.

§
HierarchyId?: string | null
[src]

The custom hierarchy ID.