Click or drag to resize
Galactic API

CouchbaseUtility Class

Provides various utility methods for use with Couchbase servers.
Inheritance Hierarchy
SystemObject
  Galactic.NoSqlNoSqlUtility
    Galactic.NoSql.CouchbaseCouchbaseUtility

Namespace:  Galactic.NoSql.Couchbase
Assembly:  Galactic.NoSql.Couchbase (in Galactic.NoSql.Couchbase.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public class CouchbaseUtility : NoSqlUtility, 
	IDisposable

The CouchbaseUtility type exposes the following members.

Constructors
  NameDescription
Public methodCouchbaseUtility(CouchbaseClientConfiguration)
Creates a utility object that can be used to perform operations against a Couchbase server.
Public methodCouchbaseUtility(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.
Top
Methods
  NameDescription
Public methodAddOrReplace
Adds or replaces a document in the store with the specified id.
(Overrides NoSqlUtilityAddOrReplace(String, ExpandoObject).)
Public methodDelete
Deletes the specified id and it's associated document from the database.
(Overrides NoSqlUtilityDelete(String).)
Public methodDispose
Releases all resources associated with the client's connection to the Couchbase server.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Gets a document from the database with the specified id.
(Overrides NoSqlUtilityGet(String).)
Public methodGetByQuery
Gets documents from the database that correspond to the supplied query.
(Overrides NoSqlUtilityGetByQuery(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLogException
Logs an exception to the event log.
(Overrides NoSqlUtilityLogException(Exception, EventLog).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also