BackfillJob class

Represents a backfill job on a specific stream object.

Constructors

BackfillJob({List<Error>? errors, String? lastEndTime, String? lastStartTime, String? state, String? trigger})
BackfillJob.fromJson(Map json_)

Properties

errors List<Error>?
Errors which caused the backfill job to fail.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastEndTime String?
Backfill job's end time.
getter/setter pair
lastStartTime String?
Backfill job's start time.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Backfill job state.
getter/setter pair
trigger String?
Backfill job's triggering reason. Possible string values are:
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