 | PIBufferHealthStatus Enumeration |
This enumeration defines the possible values for the
Health.
Namespace:
OSIsoft.AF.PI
Assembly:
OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 2.10.6.195
Syntaxpublic 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.
|
Version InformationAFSDK
Supported in: 2.10.5, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6
See Also