<PackageReference Include="Relativity.Telemetry.Client" Version="9.4.164" />

CounterResult

public int Resolution { get; set; }

Gets or sets the resolution.

public string UnitOfMeasure { get; set; }

Gets or sets the unit of measure.

public long Value { get; set; }

Gets or sets the value.

public CounterResult()

Initializes a new instance of the CounterResult class.

public CounterResult(Metadata metadata)

Initializes a new instance of the CounterResult class.

public CounterResult(Metadata metadata, long value, string unitOfMeasure = "", int resolution = 1)

Initializes a new instance of the CounterResult class.