Class MySqlProviderConnectorOptions
Inheritance
System.Object
MySqlProviderConnectorOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class MySqlProviderConnectorOptions : AbstractServiceConnectorOptions
Constructors
|
Edit this page
View Source
MySqlProviderConnectorOptions()
Declaration
public MySqlProviderConnectorOptions()
|
Edit this page
View Source
MySqlProviderConnectorOptions(IConfiguration)
Declaration
public MySqlProviderConnectorOptions(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
AllowPublicKeyRetrieval
Declaration
public bool? AllowPublicKeyRetrieval { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
AllowUserVariables
Declaration
public bool? AllowUserVariables { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
ConnectionLifeTime
Declaration
public int? ConnectionLifeTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
ConnectionReset
Declaration
public bool? ConnectionReset { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
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.Nullable<System.Int32> |
|
|
Edit this page
View Source
ConvertZeroDateTime
Declaration
public bool? ConvertZeroDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Database
Declaration
public string Database { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
DefaultCommandTimeout
Declaration
public int? DefaultCommandTimeout { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Keepalive
Declaration
public int? Keepalive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
MaximumPoolsize
Declaration
public int? MaximumPoolsize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
MinimumPoolsize
Declaration
public int? MinimumPoolsize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
OldGuids
Declaration
public bool? OldGuids { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
PersistSecurityInfo
Declaration
public bool? PersistSecurityInfo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
Pooling
Declaration
public bool? Pooling { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
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
SslMode
Declaration
public string SslMode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
TreatTinyAsBoolean
Declaration
public bool? TreatTinyAsBoolean { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
UseAffectedRows
Declaration
public bool? UseAffectedRows { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Edit this page
View Source
UseCompression
Declaration
public bool? UseCompression { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
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 |
|