Databricks SDK for JavaScript
    Preparing search index...

    Column information (name and data type) for an index column. Surfaced on Index.column_info.

    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").