The timeout interval to use when waiting for additional data.
SDKs
- iOS 10.0–11.0Deprecated
- macOS 10.12–10.13Deprecated
- Mac Catalyst 13.0–13.0Deprecated
- tvOS 10.0–11.0Deprecated
- watchOS 3.0–4.0Deprecated
Framework
- Cloud
Kit
Declaration
var timeoutIntervalForRequest: Time Interval { get set }
Discussion
This property determines the request timeout interval for the operation. The request timeout interval controls how long (in seconds) the operation should wait for additional data to arrive before giving up. The timer associated with this value is reset whenever new data arrives. When the request timer reaches the specified interval without receiving any new data, it triggers a timeout.
The default value is 60 seconds.