The delay between RPC calls when fetching the operation status. This is never negative.
There is no exponential backoff between calls; the same delay is used for each call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003ePollSettings is a class used to configure settings for repeated polling, commonly used when monitoring long-running operations for completion.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows for setting an expiration, which determines the maximum time to wait before ceasing to poll.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePollSettings\u003c/code\u003e class can use either a constant delay or an increasing delay with a multiplier between polling attempts, with a cap at the defined \u003ccode\u003emaxDelay\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePollSettings\u003c/code\u003e class contains constructor options for setting the \u003ccode\u003eExpiration\u003c/code\u003e, \u003ccode\u003edelay\u003c/code\u003e, \u003ccode\u003edelayMultiplier\u003c/code\u003e, and \u003ccode\u003emaxDelay\u003c/code\u003e for how the polling should be managed.\u003c/p\u003e\n"],["\u003cp\u003eThe document provides details for multiple version of the API, with version 4.10.0 being the latest and version 4.4.0 is the context for the bulk of the information.\u003c/p\u003e\n"]]],[],null,[]]