Show / Hide Table of Contents

Class FailurePolicy

Describes the policy in case of function's execution failure. If empty, then defaults to ignoring failures (i.e. not retrying them).

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

Properties

ETag

The ETag of the item.

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

Retry

If specified, then the function will be retried in case of a failure.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX