OracleSourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Oracle data source configuration
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| include_objects | google.cloud.datastream_v1.types.OracleRdbmsOracle objects to include in the stream. | 
| exclude_objects | google.cloud.datastream_v1.types.OracleRdbmsOracle objects to exclude from the stream. | 
| max_concurrent_cdc_tasks | intMaximum 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_backfill_tasks | intMaximum 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. | 
| drop_large_objects | google.cloud.datastream_v1.types.OracleSourceConfig.DropLargeObjectsDrop large object values. This field is a member of oneof_large_objects_handling. | 
| stream_large_objects | google.cloud.datastream_v1.types.OracleSourceConfig.StreamLargeObjectsStream large object values. NOTE: This feature is currently experimental. This field is a member of oneof_large_objects_handling. | 
Classes
DropLargeObjects
DropLargeObjects(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration to drop large object values.
StreamLargeObjects
StreamLargeObjects(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration to stream large object values.