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

Partition

import type { Partition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface Partition {
CatalogId?: string | null;
CreationTime?: Date | number | null;
DatabaseName?: string | null;
LastAccessTime?: Date | number | null;
LastAnalyzedTime?: Date | number | null;
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
StorageDescriptor?: StorageDescriptor | null;
TableName?: string | null;
Values?: string[] | null;
}

§Properties

§
CatalogId?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
DatabaseName?: string | null
[src]
§
LastAccessTime?: Date | number | null
[src]
§
LastAnalyzedTime?: Date | number | null
[src]
§
Parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
StorageDescriptor?: StorageDescriptor | null
[src]
§
TableName?: string | null
[src]
§
Values?: string[] | null
[src]