Databricks SDK for JavaScript
    Preparing search index...
    interface ComplexValue {
        display?: string;
        primary?: boolean;
        ref?: string;
        type?: string;
        value?: string;
    }
    Index

    Properties

    display?: string
    primary?: boolean
    ref?: string
    type?: string
    value?: string