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

TimestampColumn

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

Contains information about the column used to track time in a source data file.

interface TimestampColumn {
ColumnFormat?: string | null;
ColumnName?: string | null;
}

§Properties

§
ColumnFormat?: string | null
[src]

The format of the timestamp column.

§
ColumnName?: string | null
[src]

The name of the timestamp column.