public sealed class SourceConfig : IMessage<SourceConfig>, IEquatable<SourceConfig>, IDeepCloneable<SourceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class SourceConfig.
The configuration of the stream source.
Implements
IMessageSourceConfig, IEquatableSourceConfig, IDeepCloneableSourceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
SourceConfig()
public SourceConfig()
SourceConfig(SourceConfig)
public SourceConfig(SourceConfig other)
Parameter | |
---|---|
Name | Description |
other |
SourceConfig |
Properties
MysqlSourceConfig
public MysqlSourceConfig MysqlSourceConfig { get; set; }
MySQL data source configuration
Property Value | |
---|---|
Type | Description |
MysqlSourceConfig |
OracleSourceConfig
public OracleSourceConfig OracleSourceConfig { get; set; }
Oracle data source configuration
Property Value | |
---|---|
Type | Description |
OracleSourceConfig |
SourceConnectionProfileName
public string SourceConnectionProfileName { get; set; }
Required. Source connection profile identifier.
Property Value | |
---|---|
Type | Description |
string |
SourceStreamConfigCase
public SourceConfig.SourceStreamConfigOneofCase SourceStreamConfigCase { get; }
Property Value | |
---|---|
Type | Description |
SourceConfigSourceStreamConfigOneofCase |