Delete - deleteCleanupTaskStatus

Delete - deleteCleanupTaskStatus

Description :

Cleanup stores statistic data in the tables delete_tasks, delete_tasks_statistics, delete_errors. The command deletes all data older than days (passed in as argument).

The command deletes all data older than days (passed in as argument).

Return type : java.lang.Object

Command Input :

Variable Name

Variable Type

Description

olderThanDays

java.lang.Integer

Number of days.

durationInMin

java.lang.Integer

Maximum duration for the operation in minutes. Note that the total time for cleanup may exceed the time specified by this variable, depending on environment factors that might cause the batch processing for cleanup to run for a longer time.

Example

The following example shows how to to delete cleanup statistic data.

Script





blcli Delete deleteCleanupTaskStatus 90 20 



Was this page helpful? Yes No Submitting... Thank you

Comments