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

UnaggregatedField

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

The unaggregated field for a table.

interface UnaggregatedField {
FieldId: string;
FormatConfiguration?: FormatConfiguration | null;
}

§Properties

§

The column that is used in the UnaggregatedField.

§
FieldId: string
[src]

The custom field ID.

§
FormatConfiguration?: FormatConfiguration | null
[src]

The format configuration of the field.