Contents

Throttling

See the object that wraps the throttling information that’s returned for the Create an Article and Update an Article endpoints.

Declaration

object Throttling

Properties

NameTypeDescription
estimatedDelayInSecondsinteger

Estimate of the number of seconds until this request begins processing.

isThrottledboolean

A Boolean value that indicates whether requests to this channel are currently being throttled. If true, the server adds this request to the queue to process later rather than immediately.

queueSizeinteger

The number of requests currently queued for later processing.

quotaAvailableinteger

The number of additional article publish or update requests that you can submit now, before the system begins throttling.

See Also

Articles