Show / Hide Table of Contents

Class TriggerEvaluationRecord

A record of an attempt to evaluate trigger conditions.

Inheritance
object
TriggerEvaluationRecord
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.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class TriggerEvaluationRecord : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EvaluationTime

object representation of EvaluationTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EvaluationTimeDateTimeOffset instead.")]
public virtual object EvaluationTime { get; set; }
Property Value
Type Description
object

EvaluationTimeDateTimeOffset

DateTimeOffset representation of EvaluationTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EvaluationTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EvaluationTimeRaw

Output only. The timestamp of this trigger evaluation attempt.

Declaration
[JsonProperty("evaluationTime")]
public virtual string EvaluationTimeRaw { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the trigger evaluation. Success is indicated by a code of 0 (OK). Message will only be present if the status code is non-zero.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX