Class OracleProviderConnectorOptions
Inheritance
System.Object
OracleProviderConnectorOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class OracleProviderConnectorOptions : AbstractServiceConnectorOptions
Constructors
|
Edit this page
View Source
OracleProviderConnectorOptions()
Declaration
public OracleProviderConnectorOptions()
|
Edit this page
View Source
OracleProviderConnectorOptions(IConfiguration)
Declaration
public OracleProviderConnectorOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Fields
|
Edit this page
View Source
Default_Port
Declaration
public const int Default_Port = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_Server
Declaration
public const string Default_Server = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ConnectionTimeout
Declaration
public int ConnectionTimeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Server
Declaration
public string Server { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|