Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-load-db
/
io.airbyte.cdk.load.orchestration.db.legacy_typing_deduping
/
FinalTableInitialStatus
Final
Table
Initial
Status
data
class
FinalTableInitialStatus
(
val
isSchemaMismatch
:
Boolean
,
val
isEmpty
:
Boolean
,
val
finalTableGenerationId
:
Long
?
)
Members
Constructors
Final
Table
Initial
Status
Link copied to clipboard
constructor
(
isSchemaMismatch
:
Boolean
,
isEmpty
:
Boolean
,
finalTableGenerationId
:
Long
?
)
Properties
final
Table
Generation
Id
Link copied to clipboard
val
finalTableGenerationId
:
Long
?
The generation ID of
any
record from the final table, or
null
if the table is empty.
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
is
Schema
Mismatch
Link copied to clipboard
val
isSchemaMismatch
:
Boolean