Class DelayedEvent
An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.
Inheritance
object
DelayedEvent
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class DelayedEvent : IDirectResponseSchema
Properties
Cause
A textual description of the cause of the delay. The string can change without notice because it is often generated by another service (such as Compute Engine).
Declaration
[JsonProperty("cause")]
public virtual string Cause { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
If the delay was caused by a resource shortage, this field lists the Compute Engine metrics that are
preventing this operation from running (for example, CPUS
or INSTANCES
). If the particular metric is not
known, a single UNKNOWN
metric will be present.
Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |