dataFreshness property

String? dataFreshness
getter/setter pair

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

core.String? dataFreshness;