ReplicatedDocument

Information about a Document updated by replication.

actual class ReplicatedDocument : DelegatedClass<<Error class: unknown class>> (source)

Properties

Link copied to clipboard
expect val collection: String

The name of the collection to which the changed document belongs.

actual val collection: String
actual val collection: String
Link copied to clipboard

The current document replication error.

Link copied to clipboard
expect val flags: Set<DocumentFlag>

The current status flag of the document. e.g. deleted, access removed

actual val flags: Set<DocumentFlag>
actual val flags: Set<DocumentFlag>
Link copied to clipboard
expect val id: String

The document id of the changed document.

actual val id: String
actual val id: String
Link copied to clipboard
expect val scope: String

The name of the scope to which the changed document belongs.

actual val scope: String
actual val scope: String

Functions

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