FlowSourceFlowConfigIncrementalPullConfigArgs

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

Constructors

constructor(datetimeTypeFieldName: Output<String>? = null)

Properties

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

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(): FlowSourceFlowConfigIncrementalPullConfigArgs