GoogleApi.Datastream.V1.Model.OracleSourceConfig (google_api_datastream v0.2.0) View Source
Oracle data source configuration
Attributes
-
excludeObjects
(type:GoogleApi.Datastream.V1.Model.OracleRdbms.t
, default:nil
) - Oracle objects to exclude from the stream. -
includeObjects
(type:GoogleApi.Datastream.V1.Model.OracleRdbms.t
, default:nil
) - Oracle objects to include in the stream.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.OracleSourceConfig{ excludeObjects: GoogleApi.Datastream.V1.Model.OracleRdbms.t() | nil, includeObjects: GoogleApi.Datastream.V1.Model.OracleRdbms.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.