Show / Hide Table of Contents

Class Event

Carries information about events that occur during pipeline execution.

Inheritance
object
Event
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.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class Event : IDirectResponseSchema

Properties

Description

A human-readable description of the event. Note that these strings can change at any time without notice. Any application logic must use the information in the details field.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Details

Machine-readable details about the event.

Declaration
[JsonProperty("details")]
public virtual IDictionary<string, object> Details { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<TKey, TValue><string, object>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Timestamp

The time at which the event occurred.

Declaration
[JsonProperty("timestamp")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX