Databricks SDK for JavaScript
    Preparing search index...

    Interface Function_ExtraParameter

    Deprecated: Use typed fields on function-specific messages (e.g. ApproxPercentileFunction.percentile) or AggregationFunction.ExtraParameter instead. Kept for backwards compatibility.

    interface Function_ExtraParameter {
        key?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    The name of the parameter.

    value?: string

    The value of the parameter.