Class TimestampedEvent
An event that occured in the operation assigned to the worker and the time of occurance.
Inheritance
object
TimestampedEvent
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 TimestampedEvent : IDirectResponseSchema
Properties
Data
The event data.
Declaration
[JsonProperty("data")]
public virtual IDictionary<string, object> Data { 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 when the event happened.
Declaration
[JsonProperty("timestamp")]
public virtual object Timestamp { get; set; }
Property Value
Type | Description |
---|---|
object |