DittoWriteStrategy

enum DittoWriteStrategy : Enum<DittoWriteStrategy>

Defines the various strategies available when inserting a document into a collection.

Entries

Link copied to clipboard

The existing document will be merged with the document being inserted, if there is a pre-existing document.

Link copied to clipboard

Insert the document only if there is not already a document with the same identifier in the store. If there is already a document in the store with the same identifier then this will be a no-op.

Link copied to clipboard

Insert the document, with its contents treated as default data, only if there is not already a document with the same identifier in the store. If there is already a document in the store with the same identifier then this will be a no-op. Use this strategy if you want to insert default data for a given document identifier, which you want to treat as common initial data amongst all peers and that you expect to be mutated or overwritten in due course.

Functions

Link copied to clipboard
abstract fun asWriteStrategyRs(): WriteStrategyRs_t

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int