Click or drag to resize

TDengineSchemalessProtocol Enumeration

This enum is used to indicate different TDengine's different schemaless protocol.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public enum TDengineSchemalessProtocol
Members
  Member nameValueDescription
TSDB_SML_UNKNOWN_PROTOCOL0
TSDB_SML_LINE_PROTOCOL1 Same as InfluxDB's line protocol.
TSDB_SML_TELNET_PROTOCOL2 Same as OpenTSDB's telnet protocol.
TSDB_SML_JSON_PROTOCOL3 Same as OpenTSDB's json protocol,can insert json format data.
See Also