Databricks SDK for JavaScript
    Preparing search index...
    interface ColumnInfo {
        name?: string;
        typeText?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Name of the column.

    typeText?: string

    Data type of the column (e.g., "string", "int", "array")