Throttling
See the object that wraps the throttling information that’s returned for the Create an Article and Update an Article endpoints.
Declaration
object ThrottlingProperties
| Name | Type | Description |
|---|---|---|
estimatedDelayInSeconds | integer | Estimate of the number of seconds until this request begins processing. |
isThrottled | boolean | A Boolean value that indicates whether requests to this channel are currently being throttled. If |
queueSize | integer | The number of requests currently queued for later processing. |
quotaAvailable | integer | The number of additional article publish or update requests that you can submit now, before the system begins throttling. |