UseClientSidePaging Parameter (Connect-Office365 Cmdlet)
Toggles the CData ADO.NET Provider for Microsoft Office 365's use of client side paging.
Syntax
Connect-Office365 -UseClientSidePaging bool
Data Type
bool
Default Value
true
Remarks
If your source does not support server side paging, leave UseClientSidePaging set to True (default).
If your source supports server side paging, set UseClientSidePaging to False.
Note: Setting UseClientSidePaging to True on a source that already supports paging can cause incomplete results.