offset property

int? offset
getter/setter pair

offset is the offset into the query result to start returning transactions. If any search conditions are changed, the query offset will change and you must restart your search iteration.

Implementation

int? offset;