Class ScheduleFrequencies
Class containing schedule frequency constants. See Tableau API Reference 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 |