<PackageReference Include="Relativity.Server.Utility.SDK" Version="14.2.7" />

Timekeeper

public class Timekeeper
public class Entry

Represents the entries stored in the underlying dictionary of import operations.

public Timekeeper()

public void ClearAll()

public void GenerateCsvReportItemsAsColumns(string filenameSuffix = "", string directory = "")

Generates a CSV report of files being imported to the specified directory, with individual items represented as columns.

public void GenerateCsvReportItemsAsRows(string filenameSuffix = "", string directory = "")

Generates a CSV report of files being imported to the specified directory, with individual items represented as columns.

public virtual void MarkEnd(string key)

Captures the ending time of an import operation.

public virtual void MarkEnd(string key, int thread)

Captures the ending time of an import operation.

public virtual void MarkStart(string key)

Captures the starting time of an import operation.

public virtual void MarkStart(string key, int thread)

Captures the starting time of an import operation.