Click or drag to resize
Galactic API

MongoDBUtility Constructor

Creates a utility object that can be used to perform operations against a MongoDB server. Note: Uses the authentication and database information from the supplied configuration item.

Namespace:  Galactic.NoSql.MongoDB
Assembly:  Galactic.NoSql.MongoDB (in Galactic.NoSql.MongoDB.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public MongoDBUtility(
	string configurationFolderPath,
	string configurationItemName
)

Parameters

configurationFolderPath
Type: SystemString
The path to the folder containing the encrypted configuration file containing information required to establish the connection to the server.
configurationItemName
Type: SystemString
The name of configuration item containing the information required to connect to the server. (Typically it's filename without the extension.)
See Also