API Definition
REPLACE PROCEDURE TDStats.PreserveAfterRecreateJSON(
IN jIn JSON(3000) CHARACTER SET UNICODE,
OUT jOut JSON(3000) CHARACTER SET UNICODE)
JSON Keys
| JSON Key |
IN/OUT |
Data Type |
Description |
| DatabaseName |
IN |
VARCHAR(128) |
Identifies the database whose AutoStats tuning metadata should be marked for preservation. |
| TableName |
IN |
VARCHAR(128) |
Identifies a particular table within DatabaseName on which to mark for preservation. |
| ObjectListName |
IN |
VARCHAR(128) |
Specifies a previously defined list of objects on which to mark for preservation. See related API "CreateObjectList" in ObjectList APIs Syntax. |
| NumPreserved |
OUT |
INTEGER |
Number of statistic entries/definitions marked for preservation. |