Show / Hide Table of Contents

Class Metadata

Carries information about the pipeline execution that is returned in the long running operation's metadata field.

Inheritance
object
Metadata
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 Metadata : IDirectResponseSchema

Properties

CreateTime

The time at which the operation was created by the API.

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

EndTime

The time at which execution was completed and resources were cleaned up.

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

ETag

The ETag of the item.

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

Events

The list of events that have happened so far during the execution of this operation.

Declaration
[JsonProperty("events")]
public virtual IList<Event> Events { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><Event>

Labels

The user-defined labels associated with this operation.

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

Pipeline

The pipeline this operation represents.

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

StartTime

The first time at which resources were allocated to execute the pipeline.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX