Skip to main content
Version: 1.0

PipelineRunParameters

Declaration

struct PipelineRunParameters

Topics

Instance Properties

var maxNetworkCallRetries: Int

The maximum number of retries allowed for network calls.

var maxPollingRetries: Int

The maximum number of retries allowed for polling operations.

var networkTimeoutInSecondsInterval: TimeInterval

The timeout interval (in seconds) for network requests.

var pollingWaitTimeInSeconds: TimeInterval

The time interval (in seconds) to wait before attempting another polling operation.

Type Properties

static let defaultParameters: PipelineRunParameters