PIBufferStatus Structure
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The BufferStatus contains buffering-related information of the PI Buffer Subsystem or a PIServer.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public struct PIBufferStatus : IEquatable<PIBufferStatus>
Public Structure PIBufferStatus Implements IEquatable(Of PIBufferStatus) Dim instance As PIBufferStatus
public value class PIBufferStatus : IEquatable<PIBufferStatus>
[<SealedAttribute>] type PIBufferStatus = struct interface IEquatable<PIBufferStatus> end
The PIBufferStatus type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Health |
Contains health status information.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(PIBufferStatus) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
The equality operator (==) compares its operands to determine if they are equal.
| |
| Inequality |
The inequality operator (!=) compares its operands to determine if they are not equal.
|