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