Class TableUpdateTrigger
Represents a table update trigger configuration.
Implements
Inherited Members
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 |