The MetabaseObjectUpdateUnboundType enumeration determines a type of update for replications.
It is used by the following property:
The enumeration is designed for internal use on replication of time series database.
| Value | Brief description |
| 0 | Bound. Object is updated. |
| 1 | Unbound. A new object is always created. |
| 2 | UnboundUpdate. Object is created or updated. |
| 3 | UnboundParent. It is used only to search for child objects. |
See also: