An intermediate class for doing management operations on a Bucket.

Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)

The BucketManager type exposes the following members.

Name | Description | |
---|---|---|
![]() | BuildN1qlDeferredIndexes |
Builds any indexes that have been created with the "defer" flag and are still in the "pending" state on the current IBucket.
|
![]() | BuildN1qlDeferredIndexesAsync |
Builds any indexes that have been created with the "defered" flag and are still in the "pending" state asynchronously.
|
![]() | CreateAuthenticatedHttpClient | |
![]() | CreateN1qlIndex |
Creates a secondary index on the current IBucket reference.
|
![]() | CreateN1qlIndexAsync |
Creates a secondary index with optional fields asynchronously.
|
![]() | CreateN1qlPrimaryIndex(Boolean) |
Creates the primary index for the current bucket if it doesn't already exist.
|
![]() | CreateN1qlPrimaryIndex(String, Boolean) |
Creates a primary index on the current IBucket reference.
|
![]() | CreateN1qlPrimaryIndexAsync(Boolean) |
Creates a primary index on the current IBucket asynchronously.
|
![]() | CreateN1qlPrimaryIndexAsync(String, Boolean) |
Creates a named primary index on the current IBucket asynchronously.
|
![]() | DropN1qlIndex |
Drops a secondary index on the current IBucket reference.
|
![]() | DropN1qlIndexAsync |
Drops an index by name asynchronously.
|
![]() | DropN1qlPrimaryIndex() |
Drops the primary index on the current IBucket.
|
![]() | DropN1qlPrimaryIndex(String) |
Drops the named primary index if it exists on the current IBucket.
|
![]() | DropN1qlPrimaryIndexAsync |
Drops the primary index of the current IBucket asynchronously.
|
![]() | DropNamedPrimaryIndexAsync |
Drops the named primary index on the current IBucket asynchronously.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExecuteIndexRequest |
Executes the index request syncronously.
|
![]() | ExecuteIndexRequestAsync |
Executes the index request asynchronously.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Flush |
Destroys all documents stored within a bucket. This functionality must also be enabled within the server-side bucket settings for safety reasons.
|
![]() | FlushAsync |
Destroys all documents stored within a bucket. This functionality must also be enabled within the server-side bucket settings for safety reasons.
|
![]() | GetDesignDocument |
Retrieves the contents of a design document.
|
![]() | GetDesignDocumentAsync |
Retrieves the contents of a design document.
|
![]() | GetDesignDocuments | Obsolete.
Lists all existing design documents.
|
![]() | GetDesignDocumentsAsync |
Lists all existing design documents.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertDesignDocument |
Inserts a design document containing a number of views.
|
![]() | InsertDesignDocumentAsync |
Inserts a design document containing a number of views.
|
![]() | ListN1qlIndexes |
Lists the indexes for the current IBucket.
|
![]() | ListN1qlIndexesAsync |
Lists the indexes for a the current IBucket asynchronously.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveDesignDocument |
Removes a design document.
|
![]() | RemoveDesignDocumentAsync |
Removes a design document.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateDesignDocument |
Updates a design document containing a number of views.
|
![]() | UpdateDesignDocumentAsync |
Updates a design document containing a number of views.
|
![]() | WatchN1qlIndexes |
Watches the indexes.
|
![]() | WatchN1qlIndexesAsync |
Watches the indexes asynchronously.
|

Name | Description | |
---|---|---|
![]() | BucketName |
The name of the Bucket.
|
![]() | HttpClient | |
![]() | Mapper |
