public sealed class TableUpdateTrigger : IMessage<TableUpdateTrigger>, IEquatable<TableUpdateTrigger>, IDeepCloneable<TableUpdateTrigger>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class TableUpdateTrigger.
Represents a table update trigger configuration.
Implements
IMessageTableUpdateTrigger, IEquatableTableUpdateTrigger, IDeepCloneableTableUpdateTrigger, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
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 |
|