This example disables the batching statistic collections for the Personnel.Project table.
CALL TDStats.SetObjectOptionJSON('{"DatabaseName": "Personnel", "TableName": "Project", "OptionName": "NoBatching", "OptionValue": "Y" }', jOut);
Result:
jOut ----------------------- { "NumAdded":1 }