Databricks SDK for JavaScript
    Preparing search index...
    interface TagKeyValue {
        key?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    key?: string

    name of the tag

    value?: string

    value of the tag associated with the key, could be optional