MetricsResultInfo Class

A metric result data.

Inheritance
MetricsResultInfo

Constructor

MetricsResultInfo(*, additional_properties=None, start=None, end=None, interval=None, segments=None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized this collection

start
datetime
Required

Start time of the metric.

end
datetime
Required

Start time of the metric.

interval
<xref:timedelta>
Required

The interval used to segment the metric data.

segments
list[MetricsSegmentInfo]
Required

Segmented metric data (if segmented).