Class ScheduleTypes
Class containing schedule type constants.
See https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_jobs_tasks_and_schedules.htm#create_schedule 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 |