TSRecordUpdateType

Synopsis

#include <ts/apidefs.h>
enum TSRecordUpdateType

Enum typedef.

Enumeration Members

enumerator TSRecordUpdateType::TS_RECORDUPDATE_NULL

The value cannot be updated. This is used primarily as a default value, actual instances should not use this.

enumerator TSRecordUpdateType::TS_RECORDUPDATE_DYNAMIC

The value can be updated at runtime, including by using traffic_ctl.

enumerator TSRecordUpdateType::TS_RECORDUPDATE_RESTART_TS

The value is updated if the traffic_server process is restarted.

Description