Class HourlyFrequencyDetails
Frequency details model to set hourly frequency
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class HourlyFrequencyDetails : AbstractFrequencyDetails
Properties
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 |