Class ScheduleFrequencies
Class containing schedule frequency constants.
See https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_extract_and_encryption.htm#create_cloud_extract_refresh_task for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class ScheduleFrequencies : StringEnum<ScheduleFrequencies>
Fields
Daily
Gets the name of the daily schedule frequency.
Declaration
public const string Daily = "Daily"
Field Value
Type | Description |
---|---|
string |
Hourly
Gets the name of the hourly schedule frequency.
Declaration
public const string Hourly = "Hourly"
Field Value
Type | Description |
---|---|
string |
Monthly
Gets the name of the monthly schedule frequency.
Declaration
public const string Monthly = "Monthly"
Field Value
Type | Description |
---|---|
string |
Weekly
Gets the name of the weekly schedule frequency.
Declaration
public const string Weekly = "Weekly"
Field Value
Type | Description |
---|---|
string |