Class JobOptions
Options related to jobs.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public class JobOptions
Properties
JobPollRate
Get or sets the rate to poll for asynchronous job completion.
Declaration
public TimeSpan JobPollRate { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
JobTimeout
Indicates the waiting for a job to finish timeout. The default value is 30 minutes.
Declaration
public TimeSpan JobTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |