Class ContextValue
A message representing context for a KeyRangeInfo, including a label, value, unit, and severity.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ContextValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Label
The label for the context value. e.g. "latency".
Declaration
[JsonProperty("label")]
public virtual LocalizedString Label { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
Severity
The severity of this context.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
Unit
The unit of the context value.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value for the context.
Declaration
[JsonProperty("value")]
public virtual float? Value { get; set; }
Property Value
Type | Description |
---|---|
float? |