toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
realtime-kt
/
io.github.jan.supabase.realtime
/
PostgresJoinConfig
Postgres
Join
Config
@
Serializable
data
class
PostgresJoinConfig
(
val
schema
:
String
,
val
table
:
String
?
=
null
,
val
filter
:
String
?
=
null
,
val
event
:
String
,
val
id
:
Long
=
0
)
(
source
)
Members
Constructors
Postgres
Join
Config
Link copied to clipboard
constructor
(
schema
:
String
,
table
:
String
?
=
null
,
filter
:
String
?
=
null
,
event
:
String
,
id
:
Long
=
0
)
Properties
event
Link copied to clipboard
val
event
:
String
filter
Link copied to clipboard
val
filter
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Long
=
0
schema
Link copied to clipboard
val
schema
:
String
table
Link copied to clipboard
val
table
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int