Method | Description | |
---|---|---|
CheckForUnknownAttributes ( |
Helper to make sure there are no unknown attributes left over in the config section
|
|
GetAndRemove ( |
Gets and removes an value from the configuration section
|
|
GetBucket ( string name, |
Gets a Couchbase bucket using the couchbase factory configured in the Web.config file. If the factory is not defined in the Web.config file section, then the default factory is used.
|
|
GetCluster ( string name, |
Method | Description | |
---|---|---|
GetFactoryInstance ( string typeName ) : ICouchbaseBucketFactory |
Internal function to get the couchbase factory
|
public static CheckForUnknownAttributes ( |
||
config | Name value collection to examine | |
return | void |
public static GetAndRemove ( |
||
config | Name value collection to examine | |
name | string | Name of the value to retrieve |
required | bool | True if the value is required, false if optional |
return | string |
public static GetBucket ( string name, |
||
name | string | Name of the bucket |
config | Name value collection from config file | |
cluster | ICluster | The |
return | IBucket |
public static GetCluster ( string name, |
||
name | string | |
config | ||
return | ICluster |