definition-properties-fetchjobs
fetchJobs Type
object
(Details)
fetchJobs Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
db | object | Required | cannot be null | Untitled schema |
startIndex | integer | Required | cannot be null | Untitled schema |
batchSize | integer | Required | cannot be null | Untitled schema |
periodicFetch | object | Required | cannot be null | Untitled schema |
db
db
-
is required
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
db Type
object
(Details)
startIndex
从哪个biJobIndex开始获取数据
startIndex
-
is required
-
Type:
integer
-
cannot be null
-
defined in: Untitled schema
startIndex Type
integer
batchSize
为了防止一次性获取太多数据占用过多内存,每次获取的任务信息数量。如果一次需要获取的信息超过这个数字,那么将会连续多次获取
batchSize
-
is required
-
Type:
integer
-
cannot be null
-
defined in: Untitled schema
batchSize Type
integer
batchSize Default Value
The default value is:
100000
periodicFetch
periodicFetch
-
is required
-
Type:
object
(Details) -
cannot be null
-
defined in: Untitled schema
periodicFetch Type
object
(Details)
periodicFetch Default Value
The default value is:
{}