BucketManager MethodsCouchbase .NET SDK 2.0

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
See Also