AFInputCountData Structure
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Encapsulates information about required input value count before and after a time such as the trigger time.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public struct AFInputCountData : IEquatable<AFInputCountData>
Public Structure AFInputCountData Implements IEquatable(Of AFInputCountData) Dim instance As AFInputCountData
public value class AFInputCountData : IEquatable<AFInputCountData>
[<SealedAttribute>] type AFInputCountData = struct interface IEquatable<AFInputCountData> end
The AFInputCountData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFInputCountData |
Constructs AFInputCountData with counts and the time context.
|
Properties
| Name | Description | |
|---|---|---|
| CountAfter |
Required count of values after TimeContext.
| |
| CountBefore |
Required count of values before TimeContext.
| |
| IsRelativeToTriggerTime |
Returns true if the count is relative to the trigger time.
| |
| IsTimeContextUndetermined |
Returns true if time context is undetermined
| |
| TimeContext |
The time context respect to which the counts are calculated. "*" represents the trigger time. Empty string represents undetermined time context.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(AFInputCountData) |
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.
|