Show / Hide Table of Contents

Class TableUpdateTrigger

Represents a table update trigger configuration.

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

Properties

ETag

The ETag of the item.

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

Table

The target table to trigger the workflow.

Declaration
[JsonProperty("table")]
public virtual Target Table { get; set; }
Property Value
Type Description
Target

TriggerUpdateTime

object representation of TriggerUpdateTimeRaw.

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

TriggerUpdateTimeDateTimeOffset

DateTimeOffset representation of TriggerUpdateTimeRaw.

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

TriggerUpdateTimeRaw

Output only. The modification time of this table that resulted in an invocation of the workflow. This would be updated by the triggering service after a successful workflow invocation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX