definition-properties-fetchjobs-properties-periodicfetch
periodicFetch Type
object
(Details)
periodicFetch Default Value
The default value is:
{}
periodicFetch Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean | Required | cannot be null | Untitled schema |
cron | string | Required | cannot be null | Untitled schema |
enabled
是否默认打开
enabled
-
is required
-
Type:
boolean
-
cannot be null
-
defined in: Untitled schema
enabled Type
boolean
enabled Default Value
The default value is:
true
cron
获取信息的周期的cron表达式
cron
-
is required
-
Type:
string
-
cannot be null
-
defined in: Untitled schema
cron Type
string
cron Default Value
The default value is:
"* * 1 * * *"