<PackageReference Include="Relativity.Telemetry.DataContracts.Shared" Version="3003.1.0" />

KCuraMetric

public class KCuraMetric
public string Account { get; set; }

public string Bucket { get; set; }

public Guid? ClientDomainGuid { get; set; }

public Guid ID { get; set; }

public string InstanceName { get; set; }

public DateTime LocalTimestamp { get; set; }

public object ValueAsNumeric { get; set; }

public object ValueAsObject { get; set; }

public string ValueAsText { get; set; }

public string WorkflowID { get; set; }

public Guid? WorkspaceGuid { get; set; }

public KCuraMetric()

public static KCuraMetric FromMetric(Metric metric, string instanceName, string account, IDeserializer deserializer)