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

    Properties

    Properties

    Type of patch operation.

    path?: string

    Selection of patch operation

    value?: JsonValue

    Value to modify