Class TargetMetric
Target metric for read pool auto scaling.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class TargetMetric : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metric
The metric name to be used for auto scaling.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetValue
The target value for the metric.
Declaration
[JsonProperty("targetValue")]
public virtual float? TargetValue { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |