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

MappableSourceField

public class MappableSourceField
An object to represent a mappable field from an outside data source (e.g. Invariant)
public string Category { get; set; }

The category of the metadata stored in the field.

public string DataType { get; set; }

The type of data stored in the field. Common data types are String, Int32, DateTime, Boolean, or Collection.

public string Description { get; set; }

A verbose description of the data represented by the source field.

public string FriendlyName { get; set; }

The "user-friendly" name of the source field.

public int Length { get; set; }

The minimum acceptable length for a fixed-length text source field.

public string[] MappedFields { get; set; }

A list of Relativity fields currently mapped to this field.

public string SourceName { get; set; }

The name of the field used by the external data source.