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

MetricBase

public abstract class MetricBase
public abstract string BucketName { get; }

Gets the bucket name of a metric.

public string CorrelationID { get; set; }

Gets or sets correlation ID - unique job identifier.

public Dictionary<string, object> CustomData { get; set; }

Gets or sets dictionary containing additional properties of a metric.

public string ImportApiVersion { get; set; }

Gets or sets version of Import API.

public string RelativityVersion { get; set; }

Gets or sets version Relativity.

public string UnitOfMeasure { get; set; }

Gets or sets a string value to describe what the metric's value property is.

public int WorkspaceID { get; set; }

Gets or sets ID of workspace on which job is executed.

public MetricBase()

protected T GetValueOrDefault<T>(string key)