PostgresJoinConfig

@Serializable
data class PostgresJoinConfig(val schema: String, val table: String? = null, val filter: String? = null, val event: String, val id: Long = 0)(source)

Constructors

Link copied to clipboard
constructor(schema: String, table: String? = null, filter: String? = null, event: String, id: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val filter: String? = null
Link copied to clipboard
val id: Long = 0
Link copied to clipboard
Link copied to clipboard
val table: String? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int