Class: Google::Apis::DataformV1beta1::IncrementalLoadMode
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1beta1::IncrementalLoadMode
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataform_v1beta1/classes.rb,
lib/google/apis/dataform_v1beta1/representations.rb,
lib/google/apis/dataform_v1beta1/representations.rb
Overview
Load definition for incremental load modes
Instance Attribute Summary collapse
-
#column ⇒ String
Column name for incremental load modes Corresponds to the JSON property
column.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IncrementalLoadMode
constructor
A new instance of IncrementalLoadMode.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IncrementalLoadMode
Returns a new instance of IncrementalLoadMode.
1621 1622 1623 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1621 def initialize(**args) update!(**args) end |
Instance Attribute Details
#column ⇒ String
Column name for incremental load modes
Corresponds to the JSON property column
1619 1620 1621 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1619 def column @column end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1626 1627 1628 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 1626 def update!(**args) @column = args[:column] if args.key?(:column) end |