Class CustomFrequencyDetails
Frequency details model to set cron-based frequency
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CustomFrequencyDetails : AbstractFrequencyDetails
Properties
CustomExpression
Declaration
[JsonProperty(PropertyName = "customExpression")]
public string CustomExpression { get; set; }
Property Value
Type | Description |
---|---|
string | This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.) |