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

TimestampPartition

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

A partition dimension defined by a timestamp attribute.

interface TimestampPartition {
attributeName: string;
timestampFormat?: string | null;
}

§Properties

§
attributeName: string
[src]

The attribute name of the partition defined by a timestamp.

§
timestampFormat?: string | null
[src]

The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).