PIBufferHealthStatus Enumeration
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
This enumeration defines the possible values for the Health.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public enum PIBufferHealthStatus
Public Enumeration PIBufferHealthStatus Dim instance As PIBufferHealthStatus
public enum class PIBufferHealthStatus
type PIBufferHealthStatus
Members
Member name | Value | Description | |
---|---|---|---|
Ok | 0 | Indicates buffering is functioning normally. This status is used in Health to indicate normal condition. | |
Warning | 1 | Indicates a buffering situation that may need attention. This status is used in Health to indicate warning condition, for example disk space may be getting low. | |
Error | 2 | Indicates that there is a problem with buffering. This status is used in Health to indicate the presence errors. | |
Critical | 3 | Indicates a critical error condition with buffering. This status is used in Health to indicate the presence of critical errors. | |
NotRunning | 4 | Indicates that the buffering system is not running or not present. This status is used in Health to indicate buffering system is not running or not present. | |
Disabled | 5 | Indicates that buffering functionality is disabled. This status is used in Health to indicate that buffering is disabled. | |
NotConfigured | 6 | Indicates that buffering functionality is not yet configured. This status is used in Health to indicate that buffering is not yet configured. | |
FailedToInitialize | 7 | Indicates that buffering initialization has failed. This status is used in Health to indicate that buffering initialization has failed. | |
Unknown | 8 | Indicates the buffering status is unknown. This status is used in Health to indicate an unknown buffering condition. |