<PackageReference Include="Relativity.Server.ARM.SDK" Version="24000.0.4" />

ArchiveJobRequest

public class ArchiveJobRequest
public string ArchiveDirectory { get; set; }

public FileOptions FileOptions { get; set; }

public JobPriority JobPriority { get; set; }

public MigratorOptions MigratorOptions { get; set; }

public ProcessingOptions ProcessingOptions { get; set; }

public DateTime? ScheduledStartTime { get; set; }

public bool UiJobActionsLocked { get; set; }

public bool UseDefaultArchiveDirectory { get; set; }

public int WorkspaceID { get; set; }