Databricks SDK for JavaScript
    Preparing search index...

    Deprecated: use RollingWindow with delay instead.

    interface ContinuousWindow {
        offset?: Duration;
        windowDuration?: Duration;
    }
    Index

    Properties

    offset?: Duration

    The offset of the continuous window (must be non-positive).

    windowDuration?: Duration

    The duration of the continuous window (must be positive).