DataSourceDeltaSyncConfig

data class DataSourceDeltaSyncConfig(val baseTableTtl: String, val deltaSyncTableName: String, val deltaSyncTableTtl: String)

Constructors

Link copied to clipboard
constructor(baseTableTtl: String, deltaSyncTableName: String, deltaSyncTableTtl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of minutes that an Item is stored in the data source.

Link copied to clipboard

The Delta Sync table name.

Link copied to clipboard

The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.