Class FileOptions
Options related to file storage.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public class FileOptions
Properties
DisableFileEncryption
Gets or sets whether or not to disable file encryption. Do not disable file encryption when migrating production content.
Declaration
public bool DisableFileEncryption { get; set; }
Property Value
Type | Description |
---|---|
bool |
RootPath
Gets or sets the file store root path.
Declaration
public string RootPath { get; set; }
Property Value
Type | Description |
---|---|
string |