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.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e

Return Value

StreamingClientDatabaseTKey, TValueBulkWriting
A StreamingClientDatabaseTKey, TValueBulkWriting instance that provides methods for performing bulk write operations.

Remarks

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.

See Also