C# Class Couchbase.AspNet.CouchbaseBucketFactory

Inheritance: ICouchbaseBucketFactory
Afficher le fichier Open project: couchbaselabs/couchbase-aspnet

Méthodes publiques

Méthode Description
GetBucket ( string name, NameValueCollection config ) : IBucket

Returns a Couchbase bucket or create one if it does not exist

Method Details

GetBucket() public méthode

Returns a Couchbase bucket or create one if it does not exist
public GetBucket ( string name, NameValueCollection config ) : IBucket
name string Name of the section from the configuration file
config System.Collections.Specialized.NameValueCollection Configuration section information from the config file
Résultat IBucket