Enum MergeBehavior
ComputationConfigs allow composition where compose(x, y) returns a new ComputationConfig z.
Coordinators combine x and y by starting with x as a base then applying differences in y. Some fields have special merging instructions that are defined here.
Namespace: Mangrove.Coordinator.Configuration.Contract
Assembly: Coordinator.Configuration.Contract.dll
Syntax
public enum MergeBehavior : byte
Fields
| Name | Description |
|---|---|
| Append | Append values |
| Ignore | Ignore this value. Primarily useful as a way to avoid specifying full objects. |
| Overwrite | Overwrite existing values |
| Unused |