Class StorageDatabasecenterPartnerapiV1mainObservabilityMetricData
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainObservabilityMetricData : IDirectResponseSchema
Properties
AggregationType
Required. Type of aggregation performed on the metric.
Declaration
[JsonProperty("aggregationType")]
public virtual string AggregationType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricType
Required. Type of metric like CPU, Memory, etc.
Declaration
[JsonProperty("metricType")]
public virtual string MetricType { 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
Required. The time the metric value was observed.
Declaration
[JsonProperty("observationTime")]
public virtual string ObservationTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
Required. Database resource name associated with the signal. Resource name to follow CAIS resource_name format as noted here go/condor-common-datamodel
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Required. Value of the metric type.
Declaration
[JsonProperty("value")]
public virtual StorageDatabasecenterProtoCommonTypedValue Value { get; set; }
Property Value
Type | Description |
---|---|
StorageDatabasecenterProtoCommonTypedValue |