toggle menu
kotbase
3.1
3.1
3.0
common
jvmCommon
linuxMingw
switch theme
search in API
couchbase-lite-ee
/
kotbase
/
CollectionChange
Collection
Change
common
jvmCommon
linuxMingw
expect
class
CollectionChange
(
source
)
Provides details about a Collection change.
actual
class
CollectionChange
:
DelegatedClass
<
<Error class: unknown class>
>
(
source
)
actual
class
CollectionChange
(
source
)
Members
Properties
collection
Link copied to clipboard
common
jvmCommon
linuxMingw
expect
val
collection
:
Collection
The collection
actual
val
collection
:
Collection
actual
val
collection
:
Collection
document
IDs
Link copied to clipboard
common
jvmCommon
linuxMingw
expect
val
documentIDs
:
List
<
String
>
The list of the changed document IDs
actual
val
documentIDs
:
List
<
String
>
actual
val
documentIDs
:
List
<
String
>
Functions
equals
Link copied to clipboard
jvmCommon
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
jvmCommon
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
jvmCommon
open
override
fun
toString
(
)
:
String