OptionalgraceGrace window applied per partition for late events. Defaults to
inheriting the source's graceWindow when the effective
ordering is 'reorder'; pass explicitly to override.
OptionalgroupsDeclared partition values (mirrors batch partitionBy({ groups })).
OptionalorderingOrdering mode for each partition. Defaults to inheriting the
source's ordering; pass explicitly to override (e.g. force
strict partitions on a reorder source).
Pre-0.17.1 this defaulted to 'strict' regardless of source — a
footgun that crashed the partition router on late events the
source already accepted under reorder. Inheritance closes that
gap; see the v0.17.1 CHANGELOG entry.
OptionalretentionRetention applied to each partition's sub-buffer independently.
Defaults to inheriting the source LiveSeries's retention; pass
explicitly to override (e.g. shorter per-partition cap).
Per-partition retention and grace settings for a partitioned live view. Each partition is its own bounded buffer with these limits; the source
LiveSource's own retention does not propagate.