Question

Do this throttle limit creates a problem when we upload bunch of items which exceeds throttle limit?

We have a .NET application which uploads pictures in sharepoint. Let's say the throttle limit is 2000 and we upload 5000 pictures, will this give an error?

Thanks,

Was it helpful?

Solution

Throttling limit has nothing to do with limiting number of items in a list.

It allows you to set a limit for how many rows of data can be retrieved for a list or library at any one time.

For more information read this article

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top