FinalTableInitialStatus

data class FinalTableInitialStatus(val isSchemaMismatch: Boolean, val isEmpty: Boolean, val finalTableGenerationId: Long?)

Constructors

Link copied to clipboard
constructor(isSchemaMismatch: Boolean, isEmpty: Boolean, finalTableGenerationId: Long?)

Properties

Link copied to clipboard

The generation ID of any record from the final table, or null if the table is empty.

Link copied to clipboard
Link copied to clipboard