TSStatPersistence

Synopsis

#include <ts/ts.h>
enum TSStatPersistence

Enum typedef.

Enumeration Members

enumerator TSStatPersistence::TS_STAT_PERSISTENT

The statistic value should be preserved across traffic_server restarts.

enumerator TSStatPersistence::TS_STAT_NON_PERSISTENT

The statistic value should not be preserved across process restarts.

Description

The level of persistence for a statistic value.