backfillAll property

  1. @TagNumber.new(101)
Stream_BackfillAllStrategy get backfillAll

Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.

Implementation

@$pb.TagNumber(101)
Stream_BackfillAllStrategy get backfillAll => $_getN(10);
  1. @TagNumber.new(101)
set backfillAll (Stream_BackfillAllStrategy v)

Implementation

@$pb.TagNumber(101)
set backfillAll(Stream_BackfillAllStrategy v) {
  setField(101, v);
}