Helper ClassesConfiguration apify.ConfigurationA class for specifying the configuration of an Actor. Can be used either globally via Configuration.get_global_configuration(), or it can be specific to each Actor instance on the actor.config property.
A class for specifying the configuration of an Actor.
Can be used either globally via
Configuration.get_global_configuration()
, or it can be specific to eachActor
instance on theactor.config
property.