Skip to content

Commit

Permalink
Commit from GitHub Actions (Refresh documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Sep 24, 2024
1 parent a2be85c commit 424e999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ <h5 class="propertyValue">Property Value</h5>
<h4 id="PnP_Core_Services_Builder_Configuration_PnPCoreHttpRequestsSharePointRestOptions_UseRetryAfterHeader" data-uid="PnP.Core.Services.Builder.Configuration.PnPCoreHttpRequestsSharePointRestOptions.UseRetryAfterHeader"><a href="#collapsible-PnP_Core_Services_Builder_Configuration_PnPCoreHttpRequestsSharePointRestOptions_UseRetryAfterHeader" class="expander" data-toggle="collapse">UseRetryAfterHeader</a></h4>

<div id="collapsible-PnP_Core_Services_Builder_Configuration_PnPCoreHttpRequestsSharePointRestOptions_UseRetryAfterHeader" class="collapse in">
<div class="markdown level1 summary"><p>Use the Retry-After header for calculating the delay in case of a retry. Defaults to false</p>
<div class="markdown level1 summary"><p>Use the Retry-After header for calculating the delay in case of a retry. Defaults to true</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
Expand Down
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3397,7 +3397,7 @@
"api/PnP.Core.Services.Builder.Configuration.PnPCoreHttpRequestsSharePointRestOptions.html": {
"href": "api/PnP.Core.Services.Builder.Configuration.PnPCoreHttpRequestsSharePointRestOptions.html",
"title": "Class PnPCoreHttpRequestsSharePointRestOptions | PnP Core SDK",
"keywords": "Class PnPCoreHttpRequestsSharePointRestOptions SharePoint Online REST options Inheritance System.Object PnPCoreHttpRequestsSharePointRestOptions Namespace : PnP.Core.Services.Builder.Configuration Assembly : PnP.Core.dll Syntax public class PnPCoreHttpRequestsSharePointRestOptions : object Properties DefaultPageSize Defines the default page size for querying items in SharePoint REST Declaration public int DefaultPageSize { get; set; } Property Value System.Int32 DelayInSeconds How many seconds to wait for the next retry attempt. Defaults to 3 Declaration public int DelayInSeconds { get; set; } Property Value System.Int32 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 System.Int32 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 System.Boolean UseRetryAfterHeader Use the Retry-After header for calculating the delay in case of a retry. Defaults to false Declaration public bool UseRetryAfterHeader { get; set; } Property Value System.Boolean"
"keywords": "Class PnPCoreHttpRequestsSharePointRestOptions SharePoint Online REST options Inheritance System.Object PnPCoreHttpRequestsSharePointRestOptions Namespace : PnP.Core.Services.Builder.Configuration Assembly : PnP.Core.dll Syntax public class PnPCoreHttpRequestsSharePointRestOptions : object Properties DefaultPageSize Defines the default page size for querying items in SharePoint REST Declaration public int DefaultPageSize { get; set; } Property Value System.Int32 DelayInSeconds How many seconds to wait for the next retry attempt. Defaults to 3 Declaration public int DelayInSeconds { get; set; } Property Value System.Int32 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 System.Int32 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 System.Boolean 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 System.Boolean"
},
"api/PnP.Core.Services.Builder.Configuration.PnPCoreOptions.html": {
"href": "api/PnP.Core.Services.Builder.Configuration.PnPCoreOptions.html",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8130,7 +8130,7 @@
"output": {
".html": {
"relative_path": "api/PnP.Core.Services.Builder.Configuration.PnPCoreHttpRequestsSharePointRestOptions.html",
"hash": "dheOyYrNg58V+2V/9J2YdjmPH3vtHAxNrZfx5QuH9e0="
"hash": "1BsHkUUhCQzCTv/OWJB09Wv0d4YtAM9Wke1P86StAU0="
}
},
"is_incremental": false,
Expand Down

0 comments on commit 424e999

Please sign in to comment.