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.OracleRdbms
Oracle objects to include in the stream. |
exclude_objects |
google.cloud.datastream_v1.types.OracleRdbms
Oracle objects to exclude from the stream. |
max_concurrent_cdc_tasks |
int
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_backfill_tasks |
int
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. |
drop_large_objects |
google.cloud.datastream_v1.types.OracleSourceConfig.DropLargeObjects
Drop large object values. This field is a member of oneof _ large_objects_handling .
|
stream_large_objects |
google.cloud.datastream_v1.types.OracleSourceConfig.StreamLargeObjects
Stream 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.