BatchResult
data class BatchResult(val afterId: String, val size: Int, val errorCode: String = ErrorInfo.SUCCEEDED, val errorMsg: String = ErrorInfo.SUCCEEDED_MESSAGE) : ErrorInfo
The result of a batch operation.
Parameters
afterId
The ID of the last record successfully executed in batch processing.
size
Number of records successfully processed in the batch.