Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::SqlServerSourceConfig.
SQLServer data source configuration
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#change_tables
def change_tables() -> ::Google::Cloud::Datastream::V1::SqlServerChangeTables
Returns
- (::Google::Cloud::Datastream::V1::SqlServerChangeTables) — CDC reader reads from change tables.
#change_tables=
def change_tables=(value) -> ::Google::Cloud::Datastream::V1::SqlServerChangeTables
Parameter
- value (::Google::Cloud::Datastream::V1::SqlServerChangeTables) — CDC reader reads from change tables.
Returns
- (::Google::Cloud::Datastream::V1::SqlServerChangeTables) — CDC reader reads from change tables.
#exclude_objects
def exclude_objects() -> ::Google::Cloud::Datastream::V1::SqlServerRdbms
Returns
- (::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer objects to exclude from the stream.
#exclude_objects=
def exclude_objects=(value) -> ::Google::Cloud::Datastream::V1::SqlServerRdbms
Parameter
- value (::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer objects to exclude from the stream.
Returns
- (::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer objects to exclude from the stream.
#include_objects
def include_objects() -> ::Google::Cloud::Datastream::V1::SqlServerRdbms
Returns
- (::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer objects to include in the stream.
#include_objects=
def include_objects=(value) -> ::Google::Cloud::Datastream::V1::SqlServerRdbms
Parameter
- value (::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer objects to include in the stream.
Returns
- (::Google::Cloud::Datastream::V1::SqlServerRdbms) — SQLServer objects to include in the stream.
#max_concurrent_backfill_tasks
def max_concurrent_backfill_tasks() -> ::Integer
Returns
- (::Integer) — Max concurrent backfill tasks.
#max_concurrent_backfill_tasks=
def max_concurrent_backfill_tasks=(value) -> ::Integer
Parameter
- value (::Integer) — Max concurrent backfill tasks.
Returns
- (::Integer) — Max concurrent backfill tasks.
#max_concurrent_cdc_tasks
def max_concurrent_cdc_tasks() -> ::Integer
Returns
- (::Integer) — Max concurrent CDC tasks.
#max_concurrent_cdc_tasks=
def max_concurrent_cdc_tasks=(value) -> ::Integer
Parameter
- value (::Integer) — Max concurrent CDC tasks.
Returns
- (::Integer) — Max concurrent CDC tasks.
#transaction_logs
def transaction_logs() -> ::Google::Cloud::Datastream::V1::SqlServerTransactionLogs
Returns
- (::Google::Cloud::Datastream::V1::SqlServerTransactionLogs) — CDC reader reads from transaction logs.
#transaction_logs=
def transaction_logs=(value) -> ::Google::Cloud::Datastream::V1::SqlServerTransactionLogs
Parameter
- value (::Google::Cloud::Datastream::V1::SqlServerTransactionLogs) — CDC reader reads from transaction logs.
Returns
- (::Google::Cloud::Datastream::V1::SqlServerTransactionLogs) — CDC reader reads from transaction logs.