Database Center v1beta API - Class MetricData (1.0.0-beta03)

public sealed class MetricData : IMessage<MetricData>, IEquatable<MetricData>, IDeepCloneable<MetricData>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class MetricData.

MetricData represents the metric data for a database resource.

Inheritance

object > MetricData

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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