Throttling best practices support for Sharepoint access
Going through the Microsoft recommendations for throttling, https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online
- Choose Microsoft Graph APIs over CSOM and REST APIs when possible
- Use the Retry-After and RateLimit HTTP headers
- Decorate your traffic so we know who you are (see section on traffic decoration best practice more on that below)
Appreciate any help on the below questions @vgrem
-
I have been using the lists / list items examples as references to get details for Sharepoint doc lib items, which make it super convenient to get the details and metadata about the items, thanks to this wonderful library. Are these the CSOM/REST APIs ?
-
Are there any Sharepoint examples in this library that use the Microsoft Graph APIs ?
-
Is there an example for using a context and executing queries for Sharepoint - with Retry-After and RateLimit HTTP headers as recommended above ?
-
Is there an example for executing queries for Sharepoint - with traffic decoration best practices as recommended above ?
@vgrem Can you please help answer this ? Thanks.
@vgrem appreciate any help on this ? Thanks
@vgrem appreciate any help on this ? Thanks