Class ContentTypesOptions.Defaults
Defaults for migration options.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public static class ContentTypesOptions.Defaults
Fields
BATCH_PUBLISHING_ENABLED
The default migration batch publishing flag.
Declaration
public const bool BATCH_PUBLISHING_ENABLED = false
Field Value
Type | Description |
---|---|
bool |
BATCH_SIZE
The default migration batch size.
Declaration
public const int BATCH_SIZE = 100
Field Value
Type | Description |
---|---|
int |
INCLUDE_EXTRACT_ENABLED
The default migration include extract flag
Declaration
public const bool INCLUDE_EXTRACT_ENABLED = true
Field Value
Type | Description |
---|---|
bool |