Databricks SDK for JavaScript
    Preparing search index...
    interface DeltaTableSyncInfo {
        deltaCommitTimestamp?: Instant;
        deltaCommitVersion?: bigint;
    }
    Index

    Properties

    deltaCommitTimestamp?: Instant

    The timestamp when the above Delta version was committed in the source Delta table. Note: This is the Delta commit time, not the time the data was written to the synced table.

    deltaCommitVersion?: bigint

    The Delta Lake commit version that was last successfully synced.