Class MonthlyFrequencyDetails
Frequency Details model for monthly frequency.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class MonthlyFrequencyDetails : AbstractFrequencyDetails
Properties
Days
Declaration
[JsonProperty(PropertyName = "days")]
public List<int> Days { get; set; }
Property Value
Type | Description |
---|---|
List<int> | A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month. |
Interval
Declaration
[JsonProperty(PropertyName = "interval")]
public int? Interval { get; set; }
Property Value
Type | Description |
---|---|
int? | This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc. |
Time
Declaration
[JsonProperty(PropertyName = "time")]
public Time Time { get; set; }
Property Value
Type | Description |
---|---|
Time |