Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
Specifies the schedule for the data removal process function.
Syntax
<ApplicationExecutionSettings>
...
<Vacuum>
...
<VacuumSchedule>
<Schedule>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
None. |
Default value |
None. |
Occurrence |
Required once or more per VacuumSchedule element. |
Updates |
Can be added and deleted when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
Remarks
Vacuuming schedules cannot overlap. If schedules overlap, Notification Services stops the earlier vacuuming process before the later one starts.
Example
The following example shows a Schedule element that specifies that vacuuming runs from 3:00 A.M. to 5:00 A.M. (UTC) every day.
<Schedule>
<StartTime>03:00:00</StartTime>
<Duration>P0DT02H00M00S</Duration>
</Schedule>
See Also
Reference
Application Definition File Reference
Other Resources
Configuring Data Removal
Updating Instances and Applications