Dataform v1beta1 API - Class TableUpdateTrigger (1.0.0-beta13)

public sealed class TableUpdateTrigger : IMessage<TableUpdateTrigger>, IEquatable<TableUpdateTrigger>, IDeepCloneable<TableUpdateTrigger>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class TableUpdateTrigger.

Represents a table update trigger configuration.

Inheritance

object > TableUpdateTrigger

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

TableUpdateTrigger()

public TableUpdateTrigger()

TableUpdateTrigger(TableUpdateTrigger)

public TableUpdateTrigger(TableUpdateTrigger other)
Parameter
Name Description
other TableUpdateTrigger

Properties

Table

public Target Table { get; set; }

The target table to trigger the workflow.

Property Value
Type Description
Target

TriggerUpdateTime

public Timestamp TriggerUpdateTime { get; set; }

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.

Property Value
Type Description
Timestamp