public sealed class OracleProfile : IMessage<OracleProfile>, IEquatable<OracleProfile>, IDeepCloneable<OracleProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class OracleProfile.
Oracle database profile.
Implements
IMessageOracleProfile, IEquatableOracleProfile, IDeepCloneableOracleProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.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 |
MapFieldstringstring |
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 |
int |
Username
public string Username { get; set; }
Required. Username for the Oracle connection.
Property Value | |
---|---|
Type | Description |
string |