CimTable.ExportRecordCount (property)

Gets and sets the number of records to export as a maintenance action.
Syntax: long = object.ExportRecordCount
object.ExportRecordCount = long
Description: CimTable.ExportRecordCount is a long representing the last (most current) <n> entries that should be exported from the database to CimTable.ExportFileID when a maintenance event ocurrs. This property can NOT be used with either CimTable.ExportRecordTime or CimTable.ExportRecordAll.

Examples

myTable.ExportRecordCount = 3500
myTable.ExportFileID = "exported_entries"