Sets the iterator page size for independent object sets returned by
properties. The iterator page size determines how many elements of an independent object set are retrieved from the server during each fetch. If the filter element of a property has a value for pageSize, the server uses the filter element's value instead of this global value. If neither the global value nor the filter element value is specified, by default the server uses the value of the
property of the
object (the default for this property is 500). If the page size exceeds the value of the
property of the
object (the default for this property is 1000), the server uses the value of the
property instead.
Overload List
Name | Description | |
---|---|---|
![]() |
SetPageSize (Int32) | Sets the iterator page size for independent object sets returned by properties. The iterator page size determines how many elements of an independent object set are retrieved from the server during each fetch. If the filter element of a property has a value for pageSize, the server uses the filter element's value instead of this global value. If neither the global value nor the filter element value is specified, by default the server uses the value of the property of the object (the default for this property is 500). If the page size exceeds the value of the property of the object (the default for this property is 1000), the server uses the value of the property instead. |
![]() |
SetPageSize (Nullable<int>) | Sets the iterator page size for independent object sets returned by properties. The iterator page size determines how many elements of an independent object set are retrieved from the server during each fetch. If the filter element of a property has a value for pageSize, the server uses the filter element's value instead of this global value. If neither the global value nor the filter element value is specified, by default the server uses the value of the property of the object (the default for this property is 500). If the page size exceeds the value of the property of the object (the default for this property is 1000), the server uses the value of the property instead. |