StreamingClientDatabaseTKey, TValueStartBulkWriting Method
Due to the blocking nature of streams, this helper class can substantially
improve the performance of writing streaming points to the historian.
The
StartBulkWriting method initializes a bulk writing operation, which allows you
to efficiently write multiple items to the client database without the overhead of individual write
operations. You can use the returned
StreamingClientDatabaseTKey, TValueBulkWriting instance to perform bulk write operations.