Databricks SDK for JavaScript
    Preparing search index...

    Interface RepairRunResponse

    Run repair was initiated.

    interface RepairRunResponse {
        repairId?: bigint;
    }
    Index

    Properties

    Properties

    repairId?: bigint

    The ID of the repair. Must be provided in subsequent repairs using the latest_repair_id field to ensure sequential repairs.