class

Task::BackfillFeed::State

Inherits JSON::Serializable < Reference < Object

The backfill's progress.

Constructors

new(pull : JSON::PullParser)
Source
new(cursor : Int64 | Nil = nil, scanned : Int32 = 0, included : Int32 = 0, batches : Int32 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

batches
Source
batches=(batches : Int32)
Source
cursor
Source
cursor=(cursor : Int64 | Nil)
Source
floor_id
Source
floor_id=(floor_id : Int64 | Nil)
Source
included
Source
included=(included : Int32)
Source
scanned
Source
scanned=(scanned : Int32)
Source