Class PnPCoreHttpRequestsSharePointRestOptions
SharePoint Online REST options
Inheritance
System.Object
PnPCoreHttpRequestsSharePointRestOptions
Assembly: PnP.Core.dll
Syntax
public class PnPCoreHttpRequestsSharePointRestOptions : object
Properties
Defines the default page size for querying items in SharePoint REST
Declaration
public int DefaultPageSize { get; set; }
Property Value
How many seconds to wait for the next retry attempt. Defaults to 3
Declaration
public int DelayInSeconds { get; set; }
Property Value
When not using retry-after, how many times can a retry be made. Defaults to 10
Declaration
public int MaxRetries { get; set; }
Property Value
Use an incremental strategy for the delay: each retry doubles the previous delay time. Defaults to true
Declaration
public bool UseIncrementalDelay { get; set; }
Property Value