Databricks SDK for JavaScript
    Preparing search index...
    interface Table {
        comment?: string;
        id?: string;
        materializationNamespace?: string;
        materializedTableName?: string;
        name?: string;
        schema?: string;
        share?: string;
        shareId?: string;
        tags?: TagKeyValue[];
    }
    Index

    Properties

    comment?: string

    The comment of the table.

    id?: string

    The id of the table.

    materializationNamespace?: string

    The catalog and schema of the materialized table

    materializedTableName?: string

    The name of a materialized table.

    name?: string

    The name of the table.

    schema?: string

    The name of the schema that the table belongs to.

    share?: string

    The name of the share that the table belongs to.

    shareId?: string

    The id of the share that the table belongs to.

    tags?: TagKeyValue[]

    The Tags of the table.