public sealed class OracleProfile : IMessage<OracleProfile>, IEquatable<OracleProfile>, IDeepCloneable<OracleProfile>, IBufferMessage, IMessage
Oracle database profile.
Implements
IMessage<OracleProfile>, IEquatable<OracleProfile>, IDeepCloneable<OracleProfile>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
OracleProfile()
public OracleProfile()
OracleProfile(OracleProfile)
public OracleProfile(OracleProfile other)
Parameter | |
---|---|
Name | Description |
other | OracleProfile |
Properties
ConnectionAttributes
public MapField<string, string> ConnectionAttributes { get; }
Connection string attributes
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
DatabaseService
public string DatabaseService { get; set; }
Required. Database for the Oracle connection.
Property Value | |
---|---|
Type | Description |
String |
Hostname
public string Hostname { get; set; }
Required. Hostname for the Oracle connection.
Property Value | |
---|---|
Type | Description |
String |
Password
public string Password { get; set; }
Required. Password for the Oracle connection.
Property Value | |
---|---|
Type | Description |
String |
Port
public int Port { get; set; }
Port for the Oracle connection, default value is 1521.
Property Value | |
---|---|
Type | Description |
Int32 |
Username
public string Username { get; set; }
Required. Username for the Oracle connection.
Property Value | |
---|---|
Type | Description |
String |