Databricks SDK for JavaScript
    Preparing search index...

    Interface FunctionExtraParameter

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

    Properties

    Properties

    key?: string

    The name of the parameter.

    value?: string

    The value of the parameter.