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

DatastorePartitions

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

Contains information about the partition dimensions in a data store.

interface DatastorePartitions {
partitions?: DatastorePartition[] | null;
}

§Properties

§
partitions?: DatastorePartition[] | null
[src]

A list of partition dimensions in a data store.