batchSize | String The maximum number of records that can be committed in a batch. For example, if batchSize = 1000, this service purges all existing records from the dashboard tables, and populates 1000 records at a time from runtime tables and commits them in the dashboard tables. Default batchSize is 100000. |
success | String Whether records are populated. Valid values are: true - Records are successfully populated. false - Error occurred while populating records in the dashboard table. |