Class: Google::Cloud::Datastream::V1::SqlServerSourceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

SQLServer data source configuration

Instance Attribute Summary collapse

Instance Attribute Details

#change_tables::Google::Cloud::Datastream::V1::SqlServerChangeTables

Returns CDC reader reads from change tables.

Returns:



766
767
768
769
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766

class SqlServerSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#exclude_objects::Google::Cloud::Datastream::V1::SqlServerRdbms

Returns SQLServer objects to exclude from the stream.

Returns:



766
767
768
769
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766

class SqlServerSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#include_objects::Google::Cloud::Datastream::V1::SqlServerRdbms

Returns SQLServer objects to include in the stream.

Returns:



766
767
768
769
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766

class SqlServerSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_concurrent_backfill_tasks::Integer

Returns Max concurrent backfill tasks.

Returns:

  • (::Integer)

    Max concurrent backfill tasks.



766
767
768
769
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766

class SqlServerSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_concurrent_cdc_tasks::Integer

Returns Max concurrent CDC tasks.

Returns:

  • (::Integer)

    Max concurrent CDC tasks.



766
767
768
769
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766

class SqlServerSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transaction_logs::Google::Cloud::Datastream::V1::SqlServerTransactionLogs

Returns CDC reader reads from transaction logs.

Returns:



766
767
768
769
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 766

class SqlServerSourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end