BucketManager ClassCouchbase .NET SDK 2.0
An intermediate class for doing management operations on a Bucket.
Inheritance Hierarchy
System.Object
  Couchbase.Management.BucketManager

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public sealed class BucketManager : IBucketManager

The BucketManager type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFlush
Destroys all documents stored within a bucket. This functionality must also be enabled within the server-side bucket settings for safety reasons.
Public methodFlushAsync
Destroys all documents stored within a bucket. This functionality must also be enabled within the server-side bucket settings for safety reasons.
Public methodGetDesignDocument
Retrieves the contents of a design document.
Public methodGetDesignDocumentAsync
Retrieves the contents of a design document.
Public methodGetDesignDocumentsObsolete.
Lists all existing design documents.
Public methodGetDesignDocumentsAsync
Lists all existing design documents.
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.)
Public methodInsertDesignDocument
Inserts a design document containing a number of views.
Public methodInsertDesignDocumentAsync
Inserts a design document containing a number of views.
Public methodRemoveDesignDocument
Removes a design document.
Public methodRemoveDesignDocumentAsync
Removes a design document.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateDesignDocument
Updates a design document containing a number of views.
Public methodUpdateDesignDocumentAsync
Updates a design document containing a number of views.
Top
Properties
  NameDescription
Public propertyBucketName
The name of the Bucket.
Public propertyHttpClient
Public propertyMapper
Top
See Also