<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

FieldUpdateBehavior

public enum FieldUpdateBehavior
Specifies how to update multiple choice and multiple object fields.
Merge = 1

Merges the values passed into the service with the current values for the choice or object field.

Remove = 2

Removes the values passed into the service from the current values for the choice or object field.

Replace = 0

Overwrites the current values for the choice or object field with those passed into the service.