Class DataSourceFileTypes
Class containing data source file type constants.
See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class DataSourceFileTypes : StringEnum<DataSourceFileTypes>
Fields
Hyper
Gets the name of the Hyper data source file type.
Declaration
public const string Hyper = "hyper"
Field Value
Type | Description |
---|---|
string |
Tde
Gets the name of the Tde data source file type.
Declaration
public const string Tde = "tde"
Field Value
Type | Description |
---|---|
string |
Tds
Gets the name of the Tds data source file type.
Declaration
public const string Tds = "tds"
Field Value
Type | Description |
---|---|
string |
Tdsx
Gets the name of the Tdsx data source file type.
Declaration
public const string Tdsx = "tdsx"
Field Value
Type | Description |
---|---|
string |