Databricks SDK for JavaScript
    Preparing search index...

    The log delivery status

    interface LogSyncStatus {
        lastAttempted?: bigint;
        lastException?: string;
    }
    Index

    Properties

    lastAttempted?: bigint

    The timestamp of last attempt. If the last attempt fails, last_exception will contain the exception in the last attempt.

    lastException?: string

    The exception thrown in the last attempt, it would be null (omitted in the response) if there is no exception in last attempted.