[This is preliminary documentation and is subject to change.]
Creates a new instance of destination that stores log MongoDB
Namespace: NFX.Log.DestinationsAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public MongoDBDestination(
string name,
string connectString,
string dbName,
string collectionName = null
)
public MongoDBDestination(
string name,
string connectString,
string dbName,
string collectionName = null
)
Public Sub New (
name As String,
connectString As String,
dbName As String,
Optional collectionName As String = Nothing
)
Public Sub New (
name As String,
connectString As String,
dbName As String,
Optional collectionName As String = Nothing
)
public:
MongoDBDestination(
String^ name,
String^ connectString,
String^ dbName,
String^ collectionName = nullptr
)
public:
MongoDBDestination(
String^ name,
String^ connectString,
String^ dbName,
String^ collectionName = nullptr
)
new :
name : string *
connectString : string *
dbName : string *
?collectionName : string
(* Defaults:
let _collectionName = defaultArg collectionName null
*)
-> MongoDBDestination
new :
name : string *
connectString : string *
dbName : string *
?collectionName : string
(* Defaults:
let _collectionName = defaultArg collectionName null
*)
-> MongoDBDestination