Class DerivedMetric
A message representing a derived metric.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class DerivedMetric : IDirectResponseSchema
Properties
Denominator
The name of the denominator metric. e.g. "rows".
Declaration
[JsonProperty("denominator")]
public virtual LocalizedString Denominator { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Numerator
The name of the numerator metric. e.g. "latency".
Declaration
[JsonProperty("numerator")]
public virtual LocalizedString Numerator { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |