Show / Hide Table of Contents

Class MetricShortId

The metric short id is returned to the user alongside an offset into ReportWorkItemStatusRequest

Inheritance
object
MetricShortId
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX