batchStrategy property
A string that determines the number of records included in a single mini-batch.
SingleRecord means only one record is used per mini-batch.
MultiRecord means a mini-batch is set to contain as many
records that can fit within the MaxPayloadInMB limit.
Implementation
final BatchStrategy? batchStrategy;