PIPagingConfiguration.BulkPayloadPercentThreshold Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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