CrawlerRunOptions
Hierarchy
- CrawlerAddRequestsOptions
- CrawlerRunOptions
Index
Properties
optionalforefront
optionalpurgeRequestQueue
Whether to purge the RequestQueue before running the crawler again. Defaults to true, so it is possible to reprocess failed requests. When disabled, only new requests will be considered. Note that even a failed request is considered as handled.
optionalwaitForAllRequestsToBeAdded
Whether to wait for all the provided requests to be added, instead of waiting just for the initial batch of up to 1000.
If set to
true
: