batchBuffered property
True when the backend buffered the whole generation and flushed deltas at once, so the decode window is an artifact of the flush. Platforms must not re-derive this heuristic.
Implementation
@$pb.TagNumber(9)
$core.bool get batchBuffered => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set batchBuffered($core.bool value) => $_setBool(8, value);