batchMode property
Whether to process the action as a batch. The default value is
false
.
When batchMode
is true
and the rule SQL statement
evaluates to an Array, each Array element is delivered as a separate message
when passed by
BatchPutMessage
to the AWS IoT Analytics channel. The
resulting array can't have more than 100 messages.
Implementation
final bool? batchMode;