public sealed class OracleSourceConfig : IMessage<OracleSourceConfig>, IEquatable<OracleSourceConfig>, IDeepCloneable<OracleSourceConfig>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `OracleSourceConfig` class within the `Google.Cloud.Datastream.V1` namespace, specifically for version 2.0.0 of the Google Cloud Datastream .NET library."],["The `OracleSourceConfig` class is designed for configuring Oracle data sources and inherits from base .NET objects while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and one that accepts another `OracleSourceConfig` object for copying settings."],["Key properties of the `OracleSourceConfig` class include `ExcludeObjects` and `IncludeObjects`, which are of type `OracleRdbms` and allow specifying Oracle objects to exclude or include in a data stream."],["The page also provides a navigation list to access different versions of the `OracleSourceConfig` documentation, ranging from version 1.0.0 up to the latest, version 2.9.0."]]],[]]