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

Relativity.Services.ObjectQuery.DataItemResult

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

Artifact Guids of artifact.

public int ArtifactId { get; set; }

Artifact ID of artifact.

public Guid[] ArtifactTypeGuids { get; set; }

List of Guids for the Artifact Type

public int ArtifactTypeId { get; set; }

Artifact Type Id of the artifact.

public string ArtifactTypeName { get; set; }

Name of the Artifact Type

public DataItemFieldResult[] Fields { get; set; }

List of fields and their values for this artifact. Only fields provided are those explictly requested during query execution in the query.fields property.

public int ParentArtifactId { get; set; }

The ArtifactId for the parent of the artifact

public string TextIdentifier { get; set; }

Text identifier of artifact.

public int WorkspaceId { get; set; }

The WorkspaceId related to the artifact.

public DataItemResult()