dataFreshness property

  1. @TagNumber(300)
Duration dataFreshness

The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.

Implementation

@$pb.TagNumber(300)
$10.Duration get dataFreshness => $_getN(2);
  1. @TagNumber(300)
void dataFreshness=(Duration v)

Implementation

@$pb.TagNumber(300)
set dataFreshness($10.Duration v) { setField(300, v); }