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.
| name | data type | constraints | description |
|---|---|---|---|
| maxSchedulesPerList | number | required | |
Properties inherited from ApiReplicationScheduleDataLimits |
|||
| maxCommandsPerSchedule | number | required | |
| maxTablesPerResult | number | required | |
| maxErrorsPerResult | number | required | |
Example
{
"maxSchedulesPerList" : 12345,
"maxCommandsPerSchedule" : 12345,
"maxTablesPerResult" : 12345,
"maxErrorsPerResult" : 12345
}