PIPagingConfiguration.BulkPayloadPercentThreshold Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public int? BulkPayloadPercentThreshold { get; set; }
Public Property BulkPayloadPercentThreshold As Integer? Get Set Dim instance As PIPagingConfiguration Dim value As Integer? value = instance.BulkPayloadPercentThreshold instance.BulkPayloadPercentThreshold = value
public: property Nullable<int> BulkPayloadPercentThreshold { Nullable<int> get (); void set (Nullable<int> value); }
member BulkPayloadPercentThreshold : Nullable<int> with get, set