Class MetricShortId
The metric short id is returned to the user alongside an offset into ReportWorkItemStatusRequest
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class MetricShortId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricIndex
The index of the corresponding metric in the ReportWorkItemStatusRequest. Required.
Declaration
[JsonProperty("metricIndex")]
public virtual int? MetricIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
ShortId
The service-generated short identifier for the metric.
Declaration
[JsonProperty("shortId")]
public virtual long? ShortId { get; set; }
Property Value
Type | Description |
---|---|
long? |