Databricks SDK for JavaScript
    Preparing search index...

    Interface MapStringValueEntry

    proto compiler is too old and does not support map. This is wire compatible with map<string,string>. See https://developers.google.com/protocol-buffers/docs/proto#backwards_compatibility.

    interface MapStringValueEntry {
        key?: string;
        value?: Value;
    }
    Index

    Properties

    Properties

    key?: string
    value?: Value