offset property

int? offset
getter/setter pair

offset is the offset into the event stream to sync events from. If this field is not populated, we return the limit events backwards from tip. If this is set to 0, we start from the beginning.

Implementation

int? offset;