Databricks SDK for JavaScript
    Preparing search index...
    interface TableSummary {
        fullName?: string;
        securableKindManifest?: SecurableKindManifest;
        tableType?: TableType;
    }
    Index

    Properties

    fullName?: string

    The full name of the table.

    securableKindManifest?: SecurableKindManifest

    SecurableKindManifest of table, including capabilities the table has.

    tableType?: TableType