| CouchbaseUtility Constructor (String, String) |
Creates a utility object that can be used to perform operations against a Couchbase server.
Note:
Uses the authentication and bucket information from the supplied configuration item.
Namespace:
Galactic.NoSql.Couchbase
Assembly:
Galactic.NoSql.Couchbase (in Galactic.NoSql.Couchbase.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public CouchbaseUtility(
string configurationFolderPath,
string configurationItemName
)
Public Sub New (
configurationFolderPath As String,
configurationItemName As String
)
public:
CouchbaseUtility(
String^ configurationFolderPath,
String^ configurationItemName
)
new :
configurationFolderPath : string *
configurationItemName : string -> CouchbaseUtility
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