<PackageReference Include="Relativity.MassOperations.SDK" Version="2.0.0" />

Relativity.MassOperations.V2.DTOs.ReplaceOptions

public class ReplaceOptions
DTO describing the possible replacement options
public ReplaceActionOptions Options { get; set; }

The options describing which type of data replacement action should be performed

public string Value { get; set; }

The delimiter or textual information to support the replace action.

public ReplaceOptions()