Class MetricData
MetricData represents the metric data for a database resource.
Implements
Inherited Members
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 |