Class: Google::Apis::DatastreamV1::AppendOnly
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::AppendOnly
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb
Overview
AppendOnly mode defines that all changes to a table will be written to the destination table.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppendOnly
constructor
A new instance of AppendOnly.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppendOnly
Returns a new instance of AppendOnly.
30 31 32 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 30 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35 36 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 35 def update!(**args) end |