maximumRecordAgeInSeconds property

int? maximumRecordAgeInSeconds
final

(Streams) Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.

Implementation

final int? maximumRecordAgeInSeconds;