Quote purging configuration parameters

This topic describes quote purging configuration parameters related to purging jobs and pruning policy periods.

Purging removes jobs after a specified length of time has passed. The jobs must meet the purging criteria.

Pruning removes unselected policy periods attached to a job. The selected policy period is specified by the SelectedVersion property on the Job entity. Unselected policy periods are any policy periods attached to the job that are not the SelectedVersion.

See also

PruneVersionsDefaultRecheckDays

The minimum number of days that must pass after failing a purging check before reconsidering the unselected policy periods on the job for pruning.

Default: 30

PruneVersionsPolicyTermDays

The minimum number of days that must pass after a job’s selected policy period has ended before the unselected policy periods on the job are eligible for pruning. This parameter is ignored if PruneVersionsPolicyTermDaysCheckDisabled is true.

Default: 30

PruneVersionsPolicyTermDaysCheckDisabled

If true, then disable the PruneVersionsPolicyTermDays parameter. Setting this parameter to true does not disable pruning closed jobs.

Default: false

PruneVersionsRecentJobCompletionDays

The minimum number of days that must pass after a job is closed before the unselected policy periods on the job are eligible for pruning.

Default: 210

PurgeJobsDefaultRecheckDays

The minimum number of days that must pass after failing a purging check before a job is reconsidered for purging.

Default: 30

PurgeJobsPolicyTermDays

The minimum number of days that must pass after the end of a job’s selected policy period before the job is eligible for purging. This parameter is ignored if PurgeJobsPolicyTermDaysCheckDisabled is true.

Default: 30

PurgeJobsPolicyTermDaysCheckDisabled

If true, then disable the PurgeJobsPolicyTermDays parameter. Setting this parameter to true does not disable purging closed jobs.

Default: false

PurgeJobsRecentJobCompletionDays

The minimum number of days that must pass after a job is closed before the job is eligible for purging.

Default: 210