setRowMinimumThreshold function

Sets the threshold for the minimum number of rows to retain in memory.

Syntax
ConfigPersistent ConfigPersistent.setRowMinimumThreshold(
  int threshold
)
Parameters
  • threshold   The minimum threshold value.

Remarks

When the maximum number of rows is reached, rows get truncated and retain the minimum number of rows defined by the setRowMinimumThreshold method.

See also
Returns

This ConfigPersistent with the minimum threshold set.