Databricks SDK for JavaScript
    Preparing search index...
    interface Patch {
        op?: PatchOp;
        path?: string;
        value?: JsonValue;
    }
    Index

    Properties

    Properties

    op?: PatchOp

    Type of patch operation.

    path?: string

    Selection of patch operation

    value?: JsonValue

    Value to modify