retention property

int retention
final

How many items to retain in the log. If set to a negative number (e.g. -1), it will retain everything. Defaults to 0 (retains nothing).

Implementation

final int retention;