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

TimekeeperEntry2

public sealed class TimekeeperEntry2
Represents a single entry stored within Timekeeper2 that contains metric information. This class cannot be inherited.
public int Count { get; set; }

Gets or sets the count.

public long Length { get; set; }

Gets or sets the operation length in ticks.

public long StartTime { get; set; }

Gets or sets the operation start time in ticks.

Initializes a new instance of the TimekeeperEntry2 class.