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

Relativity.DataExchange.TimekeeperEntry2

public sealed class TimekeeperEntry2
Represents a single entry stored within Timekeeper2 that contains metric information. This class cannot be inherited.
namespace Relativity.DataExchange { public sealed class TimekeeperEntry2 { public int Count { get; set; } public long Length { get; set; } public long StartTime { get; set; } public TimekeeperEntry2(); } }