Package version:

Interface OutputWatermarkProperties

Settings which determine whether to send watermarks to downstream.

interface OutputWatermarkProperties {
    maxWatermarkDifferenceAcrossPartitions?: string;
    watermarkMode?: string;
}

Properties

maxWatermarkDifferenceAcrossPartitions?: string

Describes the maximal delta between the fastest and slowest partitions, so the out of order window that catches all necessary events in downstream jobs is well defined.

watermarkMode?: string

The output watermark mode.

Generated using TypeDoc