![]() | CouchbaseUtility Class |
Namespace: Galactic.NoSql.Couchbase
The CouchbaseUtility type exposes the following members.
Name | Description | |
---|---|---|
![]() | CouchbaseUtility(CouchbaseClientConfiguration) |
Creates a utility object that can be used to perform operations against a Couchbase server.
|
![]() | CouchbaseUtility(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.
|
Name | Description | |
---|---|---|
![]() | AddOrReplace |
Adds or replaces a document in the store with the specified id.
(Overrides NoSqlUtilityAddOrReplace(String, ExpandoObject).) |
![]() | Delete |
Deletes the specified id and it's associated document from the database.
(Overrides NoSqlUtilityDelete(String).) |
![]() | Dispose |
Releases all resources associated with the client's connection to the Couchbase server.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get |
Gets a document from the database with the specified id.
(Overrides NoSqlUtilityGet(String).) |
![]() | GetByQuery |
Gets documents from the database that correspond to the supplied query.
(Overrides NoSqlUtilityGetByQuery(Object).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LogException |
Logs an exception to the event log.
(Overrides NoSqlUtilityLogException(Exception, EventLog).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |