class Google::Apis::DatastreamV1alpha1::BackfillAllStrategy

Backfill strategy to automatically backfill the Stream’s objects. Specific objects can be excluded.

Attributes

mysql_excluded_objects[RW]

MySQL database structure Corresponds to the JSON property ‘mysqlExcludedObjects` @return [Google::Apis::DatastreamV1alpha1::MysqlRdbms]

oracle_excluded_objects[RW]

Oracle database structure. Corresponds to the JSON property ‘oracleExcludedObjects` @return [Google::Apis::DatastreamV1alpha1::OracleRdbms]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datastream_v1alpha1/classes.rb, line 53
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datastream_v1alpha1/classes.rb, line 58
def update!(**args)
  @mysql_excluded_objects = args[:mysql_excluded_objects] if args.key?(:mysql_excluded_objects)
  @oracle_excluded_objects = args[:oracle_excluded_objects] if args.key?(:oracle_excluded_objects)
end