ServerSideAggregation Parameter (Connect-UMSaaSCloud Cmdlet)
A boolean determining if server side aggregation should be used.
Syntax
Connect-UMSaaSCloud -ServerSideAggregation bool
Data Type
bool
Default Value
true
Remarks
By default, this is set to true to offload as much as possible to the API. There are cases when setting ServerSideAggregation to false can fix some issues; for example, when trying to run an aggregation query on the non-primary key field and more than 2000 rows will be returned (an error EXCEEDED_ID_LIMIT will be thrown). In that case, setting ServerSideAggregation to false offloads the task to the client side, which fixes the issue.