Class StragglerInfo
Information useful for straggler identification and debugging.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StragglerInfo : IDirectResponseSchema
Properties
Causes
The straggler causes, keyed by the string representation of the StragglerCause enum and contains specialized debugging information for each straggler cause.
Declaration
[JsonProperty("causes")]
public virtual IDictionary<string, StragglerDebuggingInfo> Causes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, StragglerDebuggingInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
The time when the work item attempt became a straggler.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |