PIPagingConfiguration Properties
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The PIPagingConfiguration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BulkPayloadPercentThreshold |
This value represents a percentage of the entire RPC that must be completed to cause a page to be
proactively returned to prevent the operation timeout from expiring.
| |
| Error |
Contains the exception that caused the OperationCanceledException to be thrown canceling the operation.
| |
| KeepAliveTimeout |
This value is the maximum amount of time allowed to elapse between calls to get the next
page of results.
| |
| MaximumRetries |
The maximum number of times to retry when encountering an error from PIServer
for exceeding the maximum number of concurrent bulk queries. It must be a non-negative number.
The default value is 5.
| |
| OperationTimeoutOverride |
This value overrides the operation timeout set on the PIServer for the duration
of the data access call. The operation timeout is the maximum amount of time that can elapse on the
PIServer while fetching each page.
| |
| PageSize |
The size of the pages that will be returned depending on the PageType.
| |
| PageType |
The PageType is used to determine how partial results
from list data access calls should be grouped while being returned to the client.
Choosing the appropriate page type will improve performance.
|