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

AF SDK Reference

AFInputCountData Structure

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFInputCountData Structure
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

  NameDescription
Public method
AFInputCountData
Constructs AFInputCountData with counts and the time context.

Properties

  NameDescription
Public property
CountAfter
Required count of values after TimeContext.
Public property
CountBefore
Required count of values before TimeContext.
Public property
IsRelativeToTriggerTime
Returns true if the count is relative to the trigger time.
Public property
IsTimeContextUndetermined
Returns true if time context is undetermined
Public property
TimeContext
The time context respect to which the counts are calculated. "*" represents the trigger time. Empty string represents undetermined time context.

Methods

  NameDescription
Public method
Equals(Object)
Determines whether the specified Object is equal to the current object.
(Overrides ValueTypeEquals(Object).)
Public method
Equals(AFInputCountData)
Indicates whether the current object is equal to another object of the same type.
Public method
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.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Operators

  NameDescription
Public operatorStatic member
Equality
The equality operator (==) compares its operands to determine if they are equal.
Public operatorStatic member
Inequality
The inequality operator (!=) compares its operands to determine if they are not equal.

Version Information

AFSDK

Supported in: 3.1.1, 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

See Also

TitleResults for “How to create a CRG?”Also Available in