Show / Hide Table of Contents

Class ScheduleCronConfig

The scheduled UNIX cron definition.

Inheritance
object
ScheduleConfig
ScheduleCronConfig
Inherited Members
ScheduleConfig.State
ScheduleConfig.TimeStart
ScheduleConfig.TimeEnd
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class ScheduleCronConfig : ScheduleConfig

Properties

CronExpression

Declaration
[Required(ErrorMessage = "CronExpression is required.")]
[JsonProperty(PropertyName = "cronExpression")]
public string CronExpression { get; set; }
Property Value
Type Description
string

Schedule cron expression

Remarks

Required

In this article
Back to top