Class FlowFileTypes
Class containing prep flow 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 FlowFileTypes : StringEnum<FlowFileTypes>
Fields
Tfl
Gets the name of the TFL prep flow file type.
Declaration
public const string Tfl = "tfl"
Field Value
Type | Description |
---|---|
string |
Tflx
Gets the name of the TFLX prep flow file type.
Declaration
public const string Tflx = "tflx"
Field Value
Type | Description |
---|---|
string |