Search Results for

    Show / Hide Table of Contents

    Class PnPCoreHttpRequestsSharePointRestOptions

    SharePoint Online REST options

    Inheritance
    object
    PnPCoreHttpRequestsSharePointRestOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Services.Builder.Configuration
    Assembly: PnP.Core.dll
    Syntax
    public class PnPCoreHttpRequestsSharePointRestOptions

    Properties

    DefaultPageSize

    Defines the default page size for querying items in SharePoint REST

    Declaration
    public int DefaultPageSize { get; set; }
    Property Value
    int

    DelayInSeconds

    How many seconds to wait for the next retry attempt. Defaults to 3

    Declaration
    public int DelayInSeconds { get; set; }
    Property Value
    int

    MaxRetries

    When not using retry-after, how many times can a retry be made. Defaults to 10

    Declaration
    public int MaxRetries { get; set; }
    Property Value
    int

    UseIncrementalDelay

    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
    bool

    UseRetryAfterHeader

    Use the Retry-After header for calculating the delay in case of a retry. Defaults to true

    Declaration
    public bool UseRetryAfterHeader { get; set; }
    Property Value
    bool

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer