CimTable.WriteQueueSize (property)

Get and sets the table specific write queue size.
Syntax: long = object.WriteQueueSize
object.WriteQueueSize = long
Description: CimTable.WriteQueueSize is a long value specifing the write queue size of the table. A special value of cimUSE_DEFAULT_WRITEQUEUESIZE indicates to use the default value configured on database.

Examples

myTable.WriteQueueSize = cimUSE_DEFAULT_WRITEQUEUESIZE
or myTable.WriteQueueSize = 1000