public sealed class OracleSourceConfig : IMessage<OracleSourceConfig>, IEquatable<OracleSourceConfig>, IDeepCloneable<OracleSourceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class OracleSourceConfig.
Oracle data source configuration
Implements
IMessageOracleSourceConfig, IEquatableOracleSourceConfig, IDeepCloneableOracleSourceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
OracleSourceConfig()
public OracleSourceConfig()
OracleSourceConfig(OracleSourceConfig)
public OracleSourceConfig(OracleSourceConfig other)
Parameter | |
---|---|
Name | Description |
other |
OracleSourceConfig |
Properties
Allowlist
public OracleRdbms Allowlist { get; set; }
Oracle objects to include in the stream.
Property Value | |
---|---|
Type | Description |
OracleRdbms |
Rejectlist
public OracleRdbms Rejectlist { get; set; }
Oracle objects to exclude from the stream.
Property Value | |
---|---|
Type | Description |
OracleRdbms |