<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

ImportBehaviorChoice

public enum ImportBehaviorChoice
Defines constants for the well-known import behaviors, including leave blank values unchanged, replace blank values with identifier, and object field contains artifact.
namespace Relativity.DataExchange.Service { public enum ImportBehaviorChoice { LeaveBlankValuesUnchanged = 1, ReplaceBlankValuesWithIdentifier, ObjectFieldContainsArtifactId } }