Show / Hide Table of Contents

Class MetricData

MetricData represents the metric data for a database resource.

Inheritance
object
MetricData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class MetricData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ObservationTime

object representation of ObservationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ObservationTimeDateTimeOffset instead.")]
public virtual object ObservationTime { get; set; }
Property Value
Type Description
object

ObservationTimeDateTimeOffset

DateTimeOffset representation of ObservationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ObservationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ObservationTimeRaw

The time the metric was observed in the metric source service.

Declaration
[JsonProperty("observationTime")]
public virtual string ObservationTimeRaw { get; set; }
Property Value
Type Description
string

Value

The value associated with the metric.

Declaration
[JsonProperty("value")]
public virtual TypedValue Value { get; set; }
Property Value
Type Description
TypedValue

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX