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

TableObject

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

Specifies the details of a governed table.

interface TableObject {
ETag?: string | null;
Size?: number | null;
Uri?: string | null;
}

§Properties

§
ETag?: string | null
[src]

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

§
Size?: number | null
[src]

The size of the Amazon S3 object in bytes.

§
Uri?: string | null
[src]

The Amazon S3 location of the object.