Class Metric
Progress metric is (string, int|float|string) pair.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class Metric : IDirectResponseSchemaProperties
DoubleValue
For metrics with floating point value.
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IntValue
For metrics with integer value.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | 
Name
Required. Metric name, e.g., "nodes total", "percent done".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
StringValue
For metrics with custom values (ratios, visual progress, etc.).
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }Property Value
| Type | Description | 
|---|---|
| string |