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 |
OVERWRITE_GROUP_SET_GROUPS
The default overwrite group set groups flag.
Declaration
public const bool OVERWRITE_GROUP_SET_GROUPS = true
Field Value
Type | Description |
---|---|
bool |
OVERWRITE_GROUP_USERS_ENABLED
The default migration overwrite group users flag.
Declaration
public const bool OVERWRITE_GROUP_USERS_ENABLED = true
Field Value
Type | Description |
---|---|
bool |
OVERWRITE_USER_FAVORITES_ENABLED
The default migration overwrite user favorites flag.
Declaration
public const bool OVERWRITE_USER_FAVORITES_ENABLED = true
Field Value
Type | Description |
---|---|
bool |