Class SourceConfig (1.0.0-beta02)

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

The configuration of the stream source.

Inheritance

Object > SourceConfig

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

SourceConfig()

public SourceConfig()

SourceConfig(SourceConfig)

public SourceConfig(SourceConfig other)
Parameter
NameDescription
otherSourceConfig

Properties

MysqlSourceConfig

public MysqlSourceConfig MysqlSourceConfig { get; set; }

MySQL data source configuration

Property Value
TypeDescription
MysqlSourceConfig

OracleSourceConfig

public OracleSourceConfig OracleSourceConfig { get; set; }

Oracle data source configuration

Property Value
TypeDescription
OracleSourceConfig

SourceConnectionProfileName

public string SourceConnectionProfileName { get; set; }

Required. Source connection profile identifier.

Property Value
TypeDescription
String

SourceStreamConfigCase

public SourceConfig.SourceStreamConfigOneofCase SourceStreamConfigCase { get; }
Property Value
TypeDescription
SourceConfig.SourceStreamConfigOneofCase