Class OracleSourceConfig (1.0.0)

public sealed class OracleSourceConfig : IMessage<OracleSourceConfig>, IEquatable<OracleSourceConfig>, IDeepCloneable<OracleSourceConfig>, IBufferMessage, IMessage

Oracle data source configuration

Inheritance

Object > OracleSourceConfig

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

OracleSourceConfig()

public OracleSourceConfig()

OracleSourceConfig(OracleSourceConfig)

public OracleSourceConfig(OracleSourceConfig other)
Parameter
NameDescription
otherOracleSourceConfig

Properties

ExcludeObjects

public OracleRdbms ExcludeObjects { get; set; }

Oracle objects to exclude from the stream.

Property Value
TypeDescription
OracleRdbms

IncludeObjects

public OracleRdbms IncludeObjects { get; set; }

Oracle objects to include in the stream.

Property Value
TypeDescription
OracleRdbms