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

ColumnHierarchy

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

The option that determines the hierarchy of the fields for a visual element.

interface ColumnHierarchy {
DateTimeHierarchy?: DateTimeHierarchy | null;
ExplicitHierarchy?: ExplicitHierarchy | null;
PredefinedHierarchy?: PredefinedHierarchy | null;
}

§Properties

§
DateTimeHierarchy?: DateTimeHierarchy | null
[src]

The option that determines the hierarchy of any DateTime fields.

§
ExplicitHierarchy?: ExplicitHierarchy | null
[src]

The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.

§
PredefinedHierarchy?: PredefinedHierarchy | null
[src]

The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.