maxStaleness property

String? maxStaleness
getter/setter pair

The maximum staleness of data that could be returned when the table (or stale MV) is queried.

Staleness encoded as a string encoding of sql IntervalValue type.

Optional.

Implementation

core.String? maxStaleness;