backfillAll property
Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
Implementation
@$pb.TagNumber(101)
Stream_BackfillAllStrategy get backfillAll => $_getN(10);
Implementation
@$pb.TagNumber(101)
set backfillAll(Stream_BackfillAllStrategy v) {
setField(101, v);
}