Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents
HomeAF SDK Reference...NamespacesOSIsoft.AF.PIPIBufferHealthStatus EnumerationCurrent page
TABLE OF CONTENTS

PIBufferHealthStatus Enumeration

PIBufferHealthStatus Enumeration
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 nameValueDescription
Ok0 Indicates buffering is functioning normally. This status is used in Health to indicate normal condition.
Warning1 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.
Error2 Indicates that there is a problem with buffering. This status is used in Health to indicate the presence errors.
Critical3 Indicates a critical error condition with buffering. This status is used in Health to indicate the presence of critical errors.
NotRunning4 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.
Disabled5 Indicates that buffering functionality is disabled. This status is used in Health to indicate that buffering is disabled.
NotConfigured6 Indicates that buffering functionality is not yet configured. This status is used in Health to indicate that buffering is not yet configured.
FailedToInitialize7 Indicates that buffering initialization has failed. This status is used in Health to indicate that buffering initialization has failed.
Unknown8 Indicates the buffering status is unknown. This status is used in Health to indicate an unknown buffering condition.

Version Information

AFSDK

Supported in: 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6

See Also

Was this topic helpful?