maximumRetryAttempts property

int? maximumRetryAttempts
final

(Streams) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.

Implementation

final int? maximumRetryAttempts;