CimDatabase.PointLoggingStoreForward (property)

Sets and gets the number of data entries to buffer while the database connection is down.
Syntax: double = object.PointLoggingStoreForward
object.PointLoggingStoreForward = double
Description: CimDatabase.PointLoggingStoreForward is a double representing the number of data entries to buffer while the connection to the CimDatabase is off line. setting this property to any value less than zero will result in an unlimited amount of buffering (only constrained by available disk space).

Examples

myDatabase.PointLoggingStoreForward = 0 'Specifies that there be no buffering
myDatabase.PointLoggingStoreForward = -1 'Specifies that there be unlimited buffering
myDatabase.PointLoggingStoreForward = 5000 'Specifies that up to 5000 records be buffered