DataFeedIngestionSettings interface

Specifies ingestion settings for a data feed.

Properties

dataSourceRequestConcurrency

the max concurrency of data ingestion queries against user data source. 0 means no limitation.

ingestionRetryDelayInSeconds

the min retry interval for failed data ingestion tasks.

ingestionStartOffsetInSeconds

the time that the beginning of data ingestion task will delay for every data slice according to this offset.

ingestionStartTime

ingestion start time

stopRetryAfterInSeconds

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