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
Returns
- (::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects) — Drop large object values.
#drop_large_objects=
def drop_large_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects
Parameter
- value (::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects) — Drop large object values.
Returns
- (::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects) — Drop large object values.
#exclude_objects
def exclude_objects() -> ::Google::Cloud::Datastream::V1::OracleRdbms
Returns
- (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle objects to exclude from the stream.
#exclude_objects=
def exclude_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleRdbms
Parameter
- value (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle objects to exclude from the stream.
Returns
- (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle objects to exclude from the stream.
#include_objects
def include_objects() -> ::Google::Cloud::Datastream::V1::OracleRdbms
Returns
- (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle objects to include in the stream.
#include_objects=
def include_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleRdbms
Parameter
- value (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle objects to include in the stream.
Returns
- (::Google::Cloud::Datastream::V1::OracleRdbms) — Oracle objects to include in the stream.
#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 will be 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 will be 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 will be used.
#stream_large_objects
def stream_large_objects() -> ::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects
Returns
- (::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects) — Stream large object values.
#stream_large_objects=
def stream_large_objects=(value) -> ::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects
Parameter
- value (::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects) — Stream large object values.
Returns
- (::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects) — Stream large object values.