Databricks SDK for JavaScript
    Preparing search index...
    interface MultiValuesOptions {
        prefix?: string;
        separator?: string;
        suffix?: string;
    }
    Index

    Properties

    prefix?: string

    Character that prefixes each selected parameter value.

    separator?: string

    Character that separates each selected parameter value. Defaults to a comma.

    suffix?: string

    Character that suffixes each selected parameter value.