@numaproj/numaflow-js - v0.0.0-alpha.4
    Preparing search index...

    Interface Metadata

    Metadata provided to reduce handlers. Contains information about the current time window.

    interface Metadata {
        intervalWindow: reduce.IntervalWindow;
    }
    Index

    Properties

    Properties

    intervalWindow: reduce.IntervalWindow

    The interval window for this reduce operation. Contains the start and end times of the current window.