Class DataflowGaugeValue
The gauge value of a metric.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class DataflowGaugeValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MeasuredTime
object representation of MeasuredTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MeasuredTimeDateTimeOffset instead.")]
public virtual object MeasuredTime { get; set; }
Property Value
Type | Description |
---|---|
object |
MeasuredTimeDateTimeOffset
DateTimeOffset representation of MeasuredTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MeasuredTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
MeasuredTimeRaw
The timestamp when the gauge was recorded.
Declaration
[JsonProperty("measuredTime")]
public virtual string MeasuredTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value of the gauge.
Declaration
[JsonProperty("value")]
public virtual long? Value { get; set; }
Property Value
Type | Description |
---|---|
long? |