Databricks SDK for JavaScript
    Preparing search index...

    Interface RunNowResponse

    Run was started successfully.

    interface RunNowResponse {
        numberInJob?: bigint;
        runId?: bigint;
    }
    Index

    Properties

    Properties

    numberInJob?: bigint

    A unique identifier for this job run. This is set to the same value as run_id.

    runId?: bigint

    The globally unique ID of the newly triggered run.