| DatabaseName |
IN |
VARCHAR(128) |
Erase all recommendations on the specified database. |
| ObjectName |
IN |
VARCHAR(128) |
Further limit the erasing to the statistics defined on a specified table of DatabaseName. |
| ObjectListName |
IN |
VARCHAR(128) |
Specifies a previously defined list of objects whose recommendations should be erased. See related API "CreateObjectList" in ObjectList APIs Syntax. |
| AnalysisID |
IN |
BOOLEAN |
Erase recommendations from a prior call to an Analysis API whose results are marked with the specified AutoStats assigned identifier. |
| OlderThan |
IN |
STRING |
Erase recommendations older than a specified timestamp. |
| NumRemoved |
OUT |
INTEGER |
Number of recommendations that were erased. |