Relativity.DataExchange.Service.ErrorFileKey
Represents a server-side object that provides keys to download error files. This class cannot be inherited, backwards compatibility isn't guaranteed, and should never be consumed by API users.
namespace Relativity.DataExchange.Service
{
public sealed class ErrorFileKey
{
public string LogKey { get; set; }
public string OpticonKey { get; set; }
public ErrorFileKey();
}
}