IntegrationIncrementalPullConfigArgs

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

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