 | PIPageType Enumeration |
The PIPageType is used to determine how partial results
from list data access calls should be grouped while being returned to the client.
Choosing the appropriate partition type will improve performance.
Namespace:
OSIsoft.AF.PI
Assembly:
OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 2.10.8.440
SyntaxPublic Enumeration PIPageType
Dim instance As PIPageType
public enum class PIPageType
Members
| Member name | Value | Description |
---|
| TagCount | 0 |
Results are paged from the PI Data Archive by tag count, with a maximum tags per page specified in the
PageSize property.
|
| EventCount | 2 |
Results are paged from the PI Data Archive by event count. A new page of data is retrieved when the number of
events exceeds the PageSize property. All events for a single tag are retrieved in one page.
|
Version InformationAFSDK
Supported in: 2.10.5, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6
See Also