Databricks SDK for JavaScript
    Preparing search index...

    FileTableSpec specifies a file table source configuration.

    interface FileTableSpec {
        fileCol?: string;
        tableName?: string;
    }
    Index

    Properties

    Properties

    fileCol?: string

    The name of the column containing BINARY file content to be indexed.

    tableName?: string

    Full UC name of the table, in the format of {CATALOG}.{SCHEMA}.{TABLE_NAME}.