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

CalculatedColumn

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

A calculated column for a dataset.

interface CalculatedColumn {
ColumnId: string;
ColumnName: string;
Expression: string;
}

§Properties

§
ColumnId: string
[src]

A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

§
ColumnName: string
[src]

Column name.

§
Expression: string
[src]

An expression that defines the calculated column.