timeoutInSeconds property
The amount of time, in seconds, to wait for the batch to complete.
If a batch times out, and there are pending requests that were failing due
to an internal failure (like InternalServiceError
), they will
be moved to the failed list and the batch status will be
Failed
. If the pending requests were failing for any other
reason, the failed pending requests will be moved to the failed list and the
batch status will be TimedOut
.
Implementation
final int? timeoutInSeconds;