FlowIncrementalPullConfigArgs

data class FlowIncrementalPullConfigArgs(val datetimeTypeFieldName: Output<String>? = null) : ConvertibleToJava<FlowIncrementalPullConfigArgs>

Configuration for scheduled incremental data pull

Constructors

Link copied to clipboard
constructor(datetimeTypeFieldName: Output<String>? = null)

Properties

Link copied to clipboard
val datetimeTypeFieldName: Output<String>? = null

A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.

Functions

Link copied to clipboard
open override fun toJava(): FlowIncrementalPullConfigArgs