enableAutoPopulationOfTimespanConfig property

bool? enableAutoPopulationOfTimespanConfig
getter/setter pair

When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed.

This will be based on the time of the execution of the last run of the JobTrigger or the timespan end_time used in the last run of the JobTrigger.

Implementation

core.bool? enableAutoPopulationOfTimespanConfig;