Databricks SDK for JavaScript
    Preparing search index...

    A time range for a backfill.

    interface BackfillRange {
        endTime?: Instant;
        startTime?: Instant;
    }
    Index

    Properties

    Properties

    endTime?: Instant

    End of the backfill range, exclusive. If unset, defaults to the current time.

    startTime?: Instant

    Start of the backfill range, inclusive. If unset, defaults to the earliest source timestamp of the feature.