Table of Contents

Interface IMetricSampleCollection

Namespace
PushTechnology.ClientInterface.Client.Features.Metrics
Assembly
Diffusion.Client.dll

Represents a collection of metric samples.

public interface IMetricSampleCollection

Remarks

Since 6.10.

Properties

Name

The name of the metric sample collection.

string Name { get; }

Property Value

string

The name of the metric sample collection.

Samples

The list of metric samples in the collection.

List<IMetricSample> Samples { get; }

Property Value

List<IMetricSample>

The list of metric samples.

Type

The type of the metric samples in the collection.

MetricType Type { get; }

Property Value

MetricType

The MetricType for the samples in the collection.

Unit

The unit of measurement for the metric samples in the collection.

string Unit { get; }

Property Value

string

The unit of measurement for the metric samples.