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

Relativity.Services.FieldMapping.CatalogInfo

public class CatalogInfo
This object contains the additional field information contained in the Field Catalog
public string Category { get; set; }

The Category of the field

public string DataType { get; set; }

The DataType of the field

public string Description { get; set; }

A description of the nature of the information the field contains

public string ExternalFieldName { get; set; }

The identifying name of the field in the Source (i.e. Invariant field name)

public Guid FieldIdentifier { get; set; }

The Guid of the Catalog field

public string FriendlyName { get; set; }

The "friendly" (more readable) version of the field name

public int Length { get; set; }

The Length of the field

public CatalogInfo()