Task::BackfillFeed::State
Inherits JSON::Serializable < Reference < Object
The backfill's progress.
Constructors
new(pull : JSON::PullParser)
Sourcenew(cursor : Int64 | Nil = nil, scanned : Int32 = 0, included : Int32 = 0, batches : Int32 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
batches
Sourcebatches=(batches : Int32)
Sourcecursor
Sourcecursor=(cursor : Int64 | Nil)
Sourcefloor_id
Sourcefloor_id=(floor_id : Int64 | Nil)
Sourceincluded
Sourceincluded=(included : Int32)
Sourcescanned
Sourcescanned=(scanned : Int32)
Source