<PackageReference Include="Relativity.Server.Telemetry.DataContracts.Shared.SDK" Version="3003.1.1" />

MetricRef

public class MetricRef
public string Bucket { get; set; }

public Guid? ClientDomainGuid { get; set; }

public MetricTargets MetricTarget { get; set; }

public MetricTypes MetricType { get; set; }

public object Value { get; set; }

public string WorkflowID { get; set; }

public Guid? WorkspaceGuid { get; set; }

public MetricRef()

public MetricRef(string bucket, Guid? workspaceGuid, string workflowID, MetricTypes metricType, object value)

public MetricRef(string bucket, Guid? workspaceGuid, Guid? clientDomainGuid, string workflowID, MetricTypes metricType, object value)