NetworkChangeList

data class NetworkChangeList(val id: String, val changeListVersion: Int, val isDelete: Boolean)

Network representation of a change list for a model.

Change lists are a representation of a server-side map like data structure of model ids to metadata about that model. In a single change list, a given model id can only show up once.

Constructors

Link copied to clipboard
constructor(id: String, changeListVersion: Int, isDelete: Boolean)

Properties

Link copied to clipboard

Unique consecutive, monotonically increasing version number in the collection describing the relative point of change between models in the collection

Link copied to clipboard
val id: String

The id of the model that was changed

Link copied to clipboard

Summarizes the update to the model; whether it was deleted or updated. Updates include creations.