<PackageReference Include="Relativity.Processing.SDK" Version="13.29.407" />

Relativity.Processing.V2.Services.Interfaces.DTOs.ProcessingMetadataResponse

Represents metadata for a given Document
public List<string> Errors { get; set; }

A list of all Metadata fields that represents errors.

public string LogicalID { get; set; }

The Logical Id of the Document

public string MetadataJson { get; set; }

A JSON-serialized dictionary of Metadata and DocMetadata The dictionary has two keys, "Metadata" and "DocMetdata" For each top-level key, the value is a dictionary of the metadata Name: Value

public int WorkspaceArtifactID { get; set; }

The Workspace Artifact Id of the Document.