Click or drag to resize

QdbTableExpWriterOptions Class

Push options
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeries.ExpWriterQdbTableExpWriterOptions

Namespace:  Quasardb.TimeSeries.ExpWriter
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public sealed class QdbTableExpWriterOptions

The QdbTableExpWriterOptions type exposes the following members.

Constructors
  NameDescription
Public methodQdbTableExpWriterOptions
Provides information about the push.
Top
Methods
  NameDescription
Public methodAsync
Sets the push mode to asynchronous.
Public methodFast
Sets the push mode to fast.
Public methodRemoveDuplicate
Removes duplicate found while inserting.
Public methodRemoveDuplicateUpsert
Removes duplicate found while inserting.
Public methodTransactional
Sets the push mode to transactional.
Public methodTruncate
Sets the push mode to truncate, will truncate the range provided then insert data.
Top
See Also