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?: {} | null;
[key: string]: string | null | undefined;
StorageDescriptor?: StorageDescriptor | null;
TableName?: string | null;
Values?: string[] | null;
}§Properties
§
StorageDescriptor?: StorageDescriptor | null
[src]