Table of Contents

DELTUpgrades element

Configures the automatic cleanup of DELT-related packages in the folder C:\Skyline DataMiner\Upgrades\.

Parents

MaintenanceSettings

Attributes

Name Type Required Description
activated anySimpleType Specifies whether this functionality is activated.

Children

Name Occurrences Description
Delete [1, *] Specifies a particular deletion mode with a mode attribute and a corresponding value with a value attribute.

Remarks

The tag contains a number of Delete subtags, which each specify a particular deletion mode with a mode attribute and a corresponding value with a value attribute.

Examples

<DELTUpgrades activated="true">
  <Delete mode="CleanupKeepRecentPackages" value="4"/>
  <Delete mode="CleanupLargerThan" value="2099200"/>
  <Delete mode="CleanupOlderThan" value="2024-04-25 00:00"/>
  <Delete mode="CleanupAll" />
</DELTUpgrades>