Datastream V1 API - Class Google::Cloud::Datastream::V1::OracleSourceConfig (v0.10.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::OracleSourceConfig.

Oracle data source configuration

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#drop_large_objects

def drop_large_objects() -> ::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects

#drop_large_objects=

def drop_large_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects
Parameter

#exclude_objects

def exclude_objects() -> ::Google::Cloud::Datastream::V1::OracleRdbms
Returns

#exclude_objects=

def exclude_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleRdbms
Parameter
Returns

#include_objects

def include_objects() -> ::Google::Cloud::Datastream::V1::OracleRdbms
Returns

#include_objects=

def include_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleRdbms
Parameter
Returns

#max_concurrent_backfill_tasks

def max_concurrent_backfill_tasks() -> ::Integer
Returns
  • (::Integer) — Maximum number of concurrent backfill tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

#max_concurrent_backfill_tasks=

def max_concurrent_backfill_tasks=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum number of concurrent backfill tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.
Returns
  • (::Integer) — Maximum number of concurrent backfill tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

#max_concurrent_cdc_tasks

def max_concurrent_cdc_tasks() -> ::Integer
Returns
  • (::Integer) — Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

#max_concurrent_cdc_tasks=

def max_concurrent_cdc_tasks=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.
Returns
  • (::Integer) — Maximum number of concurrent CDC tasks. The number should be non-negative. If not set (or set to 0), the system's default value is used.

#stream_large_objects

def stream_large_objects() -> ::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects
Returns

#stream_large_objects=

def stream_large_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects
Parameter
Returns