Class MongoDbConnectorOptions
Inheritance
System.Object
MongoDbConnectorOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class MongoDbConnectorOptions : AbstractServiceConnectorOptions
Constructors
|
Edit this page
View Source
MongoDbConnectorOptions()
Declaration
public MongoDbConnectorOptions()
|
Edit this page
View Source
MongoDbConnectorOptions(IConfiguration)
Declaration
public MongoDbConnectorOptions(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
Database
Declaration
public string Database { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Options
Declaration
public Dictionary<string, string> Options { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
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
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 |
|