DataFeedIngestionSettings interface
Specifies ingestion settings for a data feed.
Properties
data |
the max concurrency of data ingestion queries against user data source. 0 means no limitation. |
ingestion |
the min retry interval for failed data ingestion tasks. |
ingestion |
the time that the beginning of data ingestion task will delay for every data slice according to this offset. |
ingestion |
ingestion start time |
stop |
stop retry data ingestion after the data slice first schedule time in seconds. |
Property Details
dataSourceRequestConcurrency
the max concurrency of data ingestion queries against user data source. 0 means no limitation.
dataSourceRequestConcurrency?: number
Property Value
number
ingestionRetryDelayInSeconds
the min retry interval for failed data ingestion tasks.
ingestionRetryDelayInSeconds?: number
Property Value
number
ingestionStartOffsetInSeconds
the time that the beginning of data ingestion task will delay for every data slice according to this offset.
ingestionStartOffsetInSeconds?: number
Property Value
number
ingestionStartTime
ingestion start time
ingestionStartTime: Date
Property Value
Date
stopRetryAfterInSeconds
stop retry data ingestion after the data slice first schedule time in seconds.
stopRetryAfterInSeconds?: number
Property Value
number