ApiReplicationScheduleDataLimits Data Model

This class encapsulates the data limits that we want to put on ApiReplicationSchedule to avoid potential OOME. It is currently used when archiving replication history. Available since v11.

Properties
name data type constraints description
maxCommandsPerSchedule number required int
maxTablesPerResult number required int
maxErrorsPerResult number required int

Example

{
  "maxCommandsPerSchedule" : 12345,
  "maxTablesPerResult" : 12345,
  "maxErrorsPerResult" : 12345
}