Class: Google::Cloud::Datastream::V1::OracleSourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::OracleSourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Oracle data source configuration
Defined Under Namespace
Classes: DropLargeObjects, StreamLargeObjects
Instance Attribute Summary collapse
-
#drop_large_objects ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects
Drop large object values.
-
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Oracle objects to exclude from the stream.
-
#include_objects ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Oracle objects to include in the stream.
-
#max_concurrent_backfill_tasks ⇒ ::Integer
Maximum number of concurrent backfill tasks.
-
#max_concurrent_cdc_tasks ⇒ ::Integer
Maximum number of concurrent CDC tasks.
-
#stream_large_objects ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects
Stream large object values.
Instance Attribute Details
#drop_large_objects ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::DropLargeObjects
Returns Drop large object values.
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 442 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to drop large object values. class DropLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to stream large object values. class StreamLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#exclude_objects ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Returns Oracle objects to exclude from the stream.
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 442 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to drop large object values. class DropLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to stream large object values. class StreamLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#include_objects ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Returns Oracle objects to include in the stream.
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 442 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to drop large object values. class DropLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to stream large object values. class StreamLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#max_concurrent_backfill_tasks ⇒ ::Integer
Returns 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.
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 442 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to drop large object values. class DropLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to stream large object values. class StreamLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#max_concurrent_cdc_tasks ⇒ ::Integer
Returns 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.
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 442 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to drop large object values. class DropLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to stream large object values. class StreamLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#stream_large_objects ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig::StreamLargeObjects
Returns Stream large object values. NOTE: This feature is currently experimental.
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 442 class OracleSourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Configuration to drop large object values. class DropLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Configuration to stream large object values. class StreamLargeObjects include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |