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

DataItemFieldResult

public class DataItemFieldResult
public Guid[] ArtifactGuids { get; set; }

List of Guids for the field.

public int ArtifactId { get; set; }

ArtifactId of field.

public string FieldType { get; set; }

Field type (i.e. fixed-length text, multi-object). If the field is a reflected field, this value will represent the field type of the reflected field of the associated object.

public string Name { get; set; }

Name of field

public object Value { get; set; }

Value of field for artifact. This value could be one of many types depending on the field type. For example dates, numbers, or list of other artifacts.