TSRecordType

Synopsis

#include <ts/apidefs.h>
type TSRecordType

Effectively the scope of the record.

TS_RECORDTYPE_NULL

Invalid value. This is used to indicate a failure or for initialization.

TS_RECORDTYPE_CONFIG

A configuration record.

TS_RECORDTYPE_PROCESS
TS_RECORDTYPE_NODE
TS_RECORDTYPE_CLUSTER

Deprecated - shared among a cluster.

TS_RECORDTYPE_LOCAL

Deprecated - not shared among a cluster.

TS_RECORDTYPE_PLUGIN

Created by a plugin.

TS_RECORDTYPE_ALL

Description

The management role for a management value. In practice only TS_RECORDTYPE_CONFIG is usable.