Gets and sets the maximum number of database entries allowed to accumulate before the configured maintenance actions are carried out. | |
Syntax: | long = object.LoggingCount object.LoggingCount = long |
Description: | CimTable.LoggingCount is a long specifing
the maximum number of entries that the database for that table can
hold before executing a maintenance event. Examples myTable.LoggingCount = 25000 |