Class ContentTypesOptions
Class for configuration settings specific to content types.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public class ContentTypesOptions
Properties
BatchPublishingEnabled
Gets or sets the batch publishing to the supported types. Default: disabled.
Important: This option is only available to IUser.
For more details, check the configuration article.
Declaration
public bool BatchPublishingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
BatchSize
Gets or sets the migration batch size.
Declaration
public int BatchSize { get; set; }
Property Value
Type | Description |
---|---|
int |
IncludeExtractEnabled
Gets or sets the include extract flag for supported types. Default: enabled.
Important: This option is only available to IWorkbook and IDataSource.
For more details, check the configuration article.
Declaration
public bool IncludeExtractEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
The name of the content type Ex: User.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
IsContentTypeValid()
Checks if the content type in Type is valid.
Declaration
public bool IsContentTypeValid()
Returns
Type | Description |
---|---|
bool |