Show / Hide Table of Contents

Class CheckInResponse

The response to the CheckIn method.

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

Properties

Deadline

The deadline by which the worker must request an extension. The backend will allow for network transmission time and other delays, but the worker must attempt to transmit the extension request no later than the deadline.

Declaration
[JsonProperty("deadline")]
public virtual object Deadline { 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

Features

Feature configuration for the operation.

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

Metadata

The metadata that describes the operation assigned to the worker.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX