AutoscalingEvent class

A structured message reporting an autoscaling decision made by the Dataflow service.

Constructors

AutoscalingEvent({String? currentNumWorkers, StructuredMessage? description, String? eventType, String? targetNumWorkers, String? time, String? workerPool})
AutoscalingEvent.fromJson(Map _json)

Properties

currentNumWorkers String?
The current number of workers the job has.
getter/setter pair
description StructuredMessage?
A message describing why the system decided to adjust the current number of workers, why it failed, or why the system decided to not make any changes to the number of workers.
getter/setter pair
eventType String?
The type of autoscaling event to report. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetNumWorkers String?
The target number of workers the worker pool wants to resize to use.
getter/setter pair
time String?
The time this event was emitted to indicate a new target or current num_workers value.
getter/setter pair
workerPool String?
A short and friendly name for the worker pool this event refers to.
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