TSRecordType

Synopsis

#include <ts/apidefs.h>

TSRecordDataType

Enum typedef.

Enumeration Members

TSRecordType TS_RECORDDATATYPE_NULL

No data type. Used to as an invalid initialization value.

TSRecordType TS_RECORDDATATYPE_INT

An integer.

TSRecordType TS_RECORDDATATYPE_FLOAT

Floating point.

TSRecordType TS_RECORDDATATYPE_STRING

A string.

TSRecordType TS_RECORDDATATYPE_COUNTER

A counter which has a count and a sum.

TSRecordType TS_RECORDDATATYPE_STAT_CONST

A value that is unchangeable.

TSRecordType TS_RECORDDATATYPE_STAT_FX

Unknown.

Description

This data type describes the data stored in a management value such as a configuration value or a statistic value.