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

VersioningConfiguration

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

Information about the versioning of dataset contents.

interface VersioningConfiguration {
maxVersions?: number | null;
unlimited?: boolean | null;
}

§Properties

§
maxVersions?: number | null
[src]

How many versions of dataset contents are kept. The unlimited parameter must be false.

§
unlimited?: boolean | null
[src]

If true, unlimited versions of dataset contents are kept.