Show / Hide Table of Contents

Class Retry

Retries the failed job.

Inheritance
object
Retry
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Retry : IDirectResponseSchema

Properties

Attempts

Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.

Declaration
[JsonProperty("attempts")]
public virtual long? Attempts { get; set; }
Property Value
Type Description
long?

BackoffMode

Optional. The pattern of how wait time will be increased. Default is linear. Backoff mode will be ignored if wait is 0.

Declaration
[JsonProperty("backoffMode")]
public virtual string BackoffMode { 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

Wait

Optional. How long to wait for the first retry. Default is 0, and the maximum value is 14d.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX