Class LabelContentTypes
The asset types for labels.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public class LabelContentTypes : StringEnum<LabelContentTypes>
Fields
Column
Gets the name of the column asset type for a label.
Declaration
public const string Column = "column"
Field Value
Type | Description |
---|---|
string |
DataSource
Gets the name of the datasource asset type for a label.
Declaration
public const string DataSource = "datasource"
Field Value
Type | Description |
---|---|
string |
Database
Gets the name of the database asset type for a label.
Declaration
public const string Database = "database"
Field Value
Type | Description |
---|---|
string |
Flow
Gets the name of the flow asset type for a label.
Declaration
public const string Flow = "flow"
Field Value
Type | Description |
---|---|
string |
Table
Gets the name of the table asset type for a label.
Declaration
public const string Table = "table"
Field Value
Type | Description |
---|---|
string |
VirtualConnection
Gets the name of the virtualconnection asset type for a label.
Declaration
public const string VirtualConnection = "virtualconnection"
Field Value
Type | Description |
---|---|
string |
VirtualConnectionTable
Gets the name of the virtualconnectiontable asset type for a label.
Declaration
public const string VirtualConnectionTable = "virtualconnectiontable"
Field Value
Type | Description |
---|---|
string |
Methods
FromContentType(Type)
Gets the label content type value from the content type.
Declaration
public static string FromContentType(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
string |