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

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingRetryDeleteDocumentRequest

Represents a request object containing criteria for retrying deleting documents for processing.
public string Expression { get; set; }

Expression that needs to be applied on the fileIds.

public long[] ProcessingFileIds { get; set; }

The FileId of the requested Document.

public int WorkspaceArtifactId { get; set; }

The workspace Id the Document belongs to.