Databricks SDK for JavaScript
    Preparing search index...
    interface QueryBackedValue {
        multiValuesOptions?: MultiValuesOptions;
        queryId?: string;
        values?: string[];
    }
    Index

    Properties

    multiValuesOptions?: MultiValuesOptions

    If specified, allows multiple values to be selected for this parameter.

    queryId?: string

    UUID of the query that provides the parameter values.

    values?: string[]

    List of selected query parameter values.