Databricks SDK for JavaScript
    Preparing search index...
    interface TimeRange {
        endTimeMs?: bigint;
        startTimeMs?: bigint;
    }
    Index

    Properties

    endTimeMs?: bigint

    The end time in milliseconds.

    startTimeMs?: bigint

    The start time in milliseconds.