JobStepExecutionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The execution options of a job step.
public class JobStepExecutionOptions
type JobStepExecutionOptions = class
Public Class JobStepExecutionOptions
- Inheritance
-
JobStepExecutionOptions
Constructors
JobStepExecutionOptions() |
Initializes a new instance of the JobStepExecutionOptions class. |
JobStepExecutionOptions(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
Initializes a new instance of the JobStepExecutionOptions class. |
Properties
InitialRetryIntervalSeconds |
Gets or sets initial delay between retries for job step execution. |
MaximumRetryIntervalSeconds |
Gets or sets the maximum amount of time to wait between retries for job step execution. |
RetryAttempts |
Gets or sets maximum number of times the job step will be reattempted if the first attempt fails. |
RetryIntervalBackoffMultiplier |
Gets or sets the backoff multiplier for the time between retries. |
TimeoutSeconds |
Gets or sets execution timeout for the job step. |
Applies to
Azure SDK for .NET