ProcessingMetadataResponse Class

Relativity Processing Services
Represents metadata for a given Document
Inheritance Hierarchy

System.Object
  Relativity.Processing.Services.Interfaces.DTOs.ProcessingMetadataResponse

Namespace:  Relativity.Processing.Services.Interfaces.DTOs
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class ProcessingMetadataResponse

The ProcessingMetadataResponse type exposes the following members.

Constructors

  NameDescription
Public methodProcessingMetadataResponse
Top
Properties

  NameDescription
Public propertyErrors
A list of all Metadata fields that represents errors.
Public propertyMetadataJson
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 propertyProcessingFileId
The FileId of the Document
Public propertyWorkspaceArtifactId
The Workspace Artifact Id of the Document.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference