<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

ProcessEventDto

public sealed class ProcessEventDto
Represents the process event data transfer object. This class cannot be inherited.
public ProcessEventType EventType { get; set; }

Gets or sets the process event type.

public string Message { get; set; }

Gets or sets the event message.

public string RecordInfo { get; set; }

Gets or sets the record information associated with this event.

public DateTime Timestamp { get; set; }

Gets or sets the event timestamp.

public ProcessEventDto()

Initializes a new instance of the ProcessEventDto class.

public ProcessEventDto(ProcessEventType eventType, string recordInfo, string message, DateTime timestamp)

Initializes a new instance of the ProcessEventDto class.