I do want to truncate but I want to specify custom maxObjects instead of 100. I am testing a setup with 3000 VMs and instead of making 30 network calls(as value count is 100), I want to set maxObjects to some value like 500 and reduce the network calls.
Why is setting maxObjects parameter to a value bigger than 100 not working. Note that if I set the maxObjects parameter value below 100, it works fine and returns specified value count but if I specify more than 100, it just returns only 100.
Thanks.