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

PartitionIndex

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

A structure for a partition index.

interface PartitionIndex {
IndexName: string;
Keys: string[];
}

§Properties

§
IndexName: string
[src]

The name of the partition index.

§
Keys: string[]
[src]

The keys for the partition index.