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

Relativity.Processing.V1.Services.Interfaces.DTOs.FileData

public class FileData
DTO containing a file path to be deleted information
public string FilePath { get; set; }

A file path to be deleted.

public int FolderDepth { get; set; }

The number of directories between the file and the data source folder

public FileData()