splitLength property

int splitLength
final

Number of batch processes to be divided.

The batch process is divided and executed for each of these numbers.

バッチ処理を分割する数。

この数値ごとにバッチ処理が分割されて実行されます。

Implementation

final int splitLength;