Class Constants
Static class containing Tableau Migration SDK constant values.
Namespace: Tableau.Migration
Assembly: Tableau.Migration.dll
Syntax
public static class Constants
Fields
AdminInsightsProjectName
The name for the built-in admin insights project.
Declaration
public const string AdminInsightsProjectName = "Admin Insights"
Field Value
Type | Description |
---|---|
string |
AdminInsightsTableauOnlineProjectName
Alternate name for the built-in admin insights project.
Declaration
public const string AdminInsightsTableauOnlineProjectName = "Admin Insights (Tableau Online)"
Field Value
Type | Description |
---|---|
string |
AdminInsightsTableauProjectName
Alternate name for the built-in admin insights project.
Declaration
public const string AdminInsightsTableauProjectName = "Admin Insights (Tableau)"
Field Value
Type | Description |
---|---|
string |
DefaultEncoding
The default text encoding.
Declaration
public static readonly Encoding DefaultEncoding
Field Value
Type | Description |
---|---|
Encoding |
DefaultProjectName
The name for the built-in default project.
Declaration
public const string DefaultProjectName = "Default"
Field Value
Type | Description |
---|---|
string |
DomainNameSeparator
The separator to follow a domain name when a domain name is included in entity names.
Declaration
public const string DomainNameSeparator = "\\"
Field Value
Type | Description |
---|---|
string |
ExternalDomain
The external domain name.
Declaration
public const string ExternalDomain = "external"
Field Value
Type | Description |
---|---|
string |
FrequencyTimeFormat
Schedules frequency format (reference).
Declaration
public const string FrequencyTimeFormat = "HH:mm:ss"
Field Value
Type | Description |
---|---|
string |
LocalDomain
The local domain name.
Declaration
public const string LocalDomain = "local"
Field Value
Type | Description |
---|---|
string |
PathSeparator
The default path separator for ContentLocations.
Declaration
public const string PathSeparator = "/"
Field Value
Type | Description |
---|---|
string |
SystemUserLocation
The location for the local system user.
Declaration
public static readonly ContentLocation SystemUserLocation
Field Value
Type | Description |
---|---|
ContentLocation |
SystemUsername
The username for the built-in system user.
Declaration
public const string SystemUsername = "_system"
Field Value
Type | Description |
---|---|
string |
TableauIdWithMfaDomain
The domain name for the Tableau ID with MFA authentication type.
Declaration
public const string TableauIdWithMfaDomain = "TABID_WITH_MFA"
Field Value
Type | Description |
---|---|
string |