Class MigrationSdkOptions
Configuration options for the Tableau.Migration SDK.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public class MigrationSdkOptions
Properties
ContentTypes
Get or Set content type specific options.
Declaration
public List<ContentTypesOptions> ContentTypes { get; set; }
Property Value
Type | Description |
---|---|
List<ContentTypesOptions> |
DefaultPermissionsContentTypes
Default project permissions content types.
Declaration
public DefaultPermissionsContentTypeOptions DefaultPermissionsContentTypes { get; set; }
Property Value
Type | Description |
---|---|
DefaultPermissionsContentTypeOptions |
Files
Gets or sets options related to file storage.
Declaration
public FileOptions Files { get; set; }
Property Value
Type | Description |
---|---|
FileOptions |
Jobs
Gets or sets options related to jobs.
Declaration
public JobOptions Jobs { get; set; }
Property Value
Type | Description |
---|---|
JobOptions |
MigrationParallelism
Gets or sets the number of items to migrate in parallel.
Declaration
public int MigrationParallelism { get; set; }
Property Value
Type | Description |
---|---|
int |
Network
Gets or sets options related to Tableau connections.
Declaration
public NetworkOptions Network { get; set; }
Property Value
Type | Description |
---|---|
NetworkOptions |