Class ContentTypesOptions.Defaults
Defaults for migration options.
Inheritance
object
ContentTypesOptions.Defaults
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 |
OVERWRITE_GROUP_USERS
The default overwrite group users flag.
Declaration
public const bool OVERWRITE_GROUP_USERS = true
Field Value
Type | Description |
---|---|
bool |