Class: Google::Apis::DataformV1::IncrementalLoadMode
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1::IncrementalLoadMode
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataform_v1/classes.rb,
lib/google/apis/dataform_v1/representations.rb,
lib/google/apis/dataform_v1/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.
1620 1621 1622 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 1620 def initialize(**args) update!(**args) end |
Instance Attribute Details
#column ⇒ String
Column name for incremental load modes
Corresponds to the JSON property column
1618 1619 1620 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 1618 def column @column end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1625 1626 1627 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 1625 def update!(**args) @column = args[:column] if args.key?(:column) end |