BatchPolicy class

Information about the batch policy.

Constructors

BatchPolicy({int? maxConcurrency, int? timeoutInSeconds})
BatchPolicy.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxConcurrency int?
The number of active simulation jobs create as part of the batch that can be in an active state at the same time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeoutInSeconds int?
The amount of time, in seconds, to wait for the batch to complete.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited