ExecutionSpec class

ExecutionSpec describes how the execution will look.

Constructors

ExecutionSpec({int? parallelism, int? taskCount, TaskTemplateSpec? template})
ExecutionSpec.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
parallelism int?
Specifies the maximum desired number of tasks the execution should run at given time.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskCount int?
Specifies the desired number of tasks the execution should run.
getter/setter pair
template TaskTemplateSpec?
The template used to create tasks for this execution.
getter/setter pair

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