<PackageReference Include="Relativity.Processing.SDK" Version="13.29.419" />

Relativity.Processing.V1.Services.Interfaces.DTOs.FieldFilter

public class FieldFilter
Properties to filter Invariant fields.
public string DataTypeFilter { get; set; }

Filter for the data type of mappable fields.

public string DescriptionFilter { get; set; }

Filter for the description of mappable fields.

public string NameFilter { get; set; }

Filter for the name of mappable fields.

public string RelativityFieldNameFilter { get; set; }

Filter for the mapped Relativity field names.

public string SourceNameFilter { get; set; }

Filter for the source name of mappable fields.

public FieldFilter()