Databricks SDK for JavaScript
    Preparing search index...

    Interface QueryAttachmentParameter

    interface QueryAttachmentParameter {
        keyword?: string;
        sqlType?: string;
        value?: string;
    }
    Index

    Properties

    keyword?: string
    sqlType?: string
    value?: string