Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataFeedIngestionSettings

Package version

Specifies ingestion settings for a data feed.

Hierarchy

  • DataFeedIngestionSettings

Index

Properties

Optional dataSourceRequestConcurrency

dataSourceRequestConcurrency: undefined | number

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

Optional ingestionRetryDelayInSeconds

ingestionRetryDelayInSeconds: undefined | number

the min retry interval for failed data ingestion tasks.

Optional ingestionStartOffsetInSeconds

ingestionStartOffsetInSeconds: undefined | number

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

ingestionStartTime

ingestionStartTime: Date

ingestion start time

Optional stopRetryAfterInSeconds

stopRetryAfterInSeconds: undefined | number

stop retry data ingestion after the data slice first schedule time in seconds.

Generated using TypeDoc