PIPagingConfiguration Constructor (PIPageType, Int32)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Initializes a new instance of PIPagingConfiguration
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public PIPagingConfiguration( PIPageType pageType, int pageSize )
Public Sub New ( pageType As PIPageType, pageSize As Integer ) Dim pageType As PIPageType Dim pageSize As Integer Dim instance As New PIPagingConfiguration(pageType, pageSize)
public: PIPagingConfiguration( PIPageType pageType, int pageSize )
new : pageType : PIPageType * pageSize : int -> PIPagingConfiguration
Parameters
- pageType
- Type: OSIsoft.AF.PIPIPageType
The method used to page intermediary results. - pageSize
- Type: SystemInt32
The size of the pages that will be returned depending on the PageType.