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

MetricWindow

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

Contains a time interval window used for data aggregate computations (for example, average, sum, count, and so on).

interface MetricWindow {
tumbling?: TumblingWindow | null;
}

§Properties

§
tumbling?: TumblingWindow | null
[src]

The tumbling time interval window.