Class ScheduleTypes
Class containing schedule type constants. See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class ScheduleTypes : StringEnum<ScheduleTypes>
Fields
Extract
Gets the name of the extract schedule type.
Declaration
public const string Extract = "Extract"
Field Value
Type | Description |
---|---|
string |
Flow
Gets the name of the flow schedule type.
Declaration
public const string Flow = "Flow "
Field Value
Type | Description |
---|---|
string |
Subscription
Gets the name of the subscription schedule type.
Declaration
public const string Subscription = "Subscription"
Field Value
Type | Description |
---|---|
string |