public sealed class MetricData : IMessage<MetricData>, IEquatable<MetricData>, IDeepCloneable<MetricData>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class MetricData.
MetricData represents the metric data for a database resource.
Implements
IMessageMetricData, IEquatableMetricData, IDeepCloneableMetricData, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
MetricData()
public MetricData()MetricData(MetricData)
public MetricData(MetricData other)| Parameter | |
|---|---|
| Name | Description |
other |
MetricData |
Properties
ObservationTime
public Timestamp ObservationTime { get; set; }The time the metric was observed in the metric source service.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Value
public TypedValue Value { get; set; }The value associated with the metric.
| Property Value | |
|---|---|
| Type | Description |
TypedValue |
|