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

ExternalMapping

public class ExternalMapping
This object encapsulates a mapping between a Relativity field and an External (e.g. Invariant) field.
public int? AssociativeArtifactTypeID { get; set; }

The Artifact Type ID an associated object

public int? CatalogLength { get; set; }

The maximum length for a fixed-length Catalog Field

public int? CurrentLength { get; set; }

The current maximum length of a fixed-length field in the Relativity database.

public bool EnableDataGrid { get; set; }

A flag indicating whether a field is enabled for Data Grid. This flag is only valid for text fields.

public string ExternalFieldName { get; set; }

The name of the field

public string ExternalFieldSource { get; set; }

The name of the external data source (i.e. Invariant).

public int? FieldArtifactId { get; set; }

The Artifact ID of the Relativity field being mapped.

public int FieldCategory { get; set; }

The Relativity-defined category of the field.

public Guid? FieldGuid { get; set; }

The Guid of the field in Relativity.

public int FieldTypeId { get; set; }

The ID of the Relativity Field Type.

public string FriendlyName { get; set; }

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

public bool IsArtifactBaseField { get; set; }

Boolean flag indicating if the field is a Base Field.

public int MappingId { get; set; }

The identifier of the database record containing the mapping between the Relativity Field and the data source field.

public int ObjectType { get; set; }

Integer representing the field’s object type.

public string RelativityFieldName { get; set; }

The name of the field as it is displayed in Relativity.

public bool UseUnicodeEncoding { get; set; }

Indicates the field uses Unicode encoding.

public ExternalMapping()