 | CollectionManagerExtensions Class |
[Missing <summary> documentation for "T:Couchbase.Management.Collections.CollectionManagerExtensions"]
Inheritance HierarchySystemObject
Couchbase.Management.CollectionsCollectionManagerExtensions
Namespace:
Couchbase.Management.Collections
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic static class CollectionManagerExtensions
Methods
| Name | Description |
---|
  | CreateCollectionAsync(ICouchbaseCollectionManager, CollectionSpec) | |
  | CreateCollectionAsync(ICouchbaseCollectionManager, CollectionSpec, ActionCreateCollectionOptions) | |
  | CreateScopeAsync(ICouchbaseCollectionManager, ScopeSpec) | |
  | CreateScopeAsync(ICouchbaseCollectionManager, ScopeSpec, ActionCreateScopeOptions) | |
  | DropCollectionAsync(ICouchbaseCollectionManager, CollectionSpec) | |
  | DropCollectionAsync(ICouchbaseCollectionManager, CollectionSpec, ActionDropCollectionOptions) | |
  | DropScopeAsync(ICouchbaseCollectionManager, String) | |
  | DropScopeAsync(ICouchbaseCollectionManager, String, ActionDropScopeOptions) | |
  | GetAllScopesAsync(ICouchbaseCollectionManager) | |
  | GetAllScopesAsync(ICouchbaseCollectionManager, ActionGetAllScopesOptions) | |
  | GetScopeAsync(ICouchbaseCollectionManager, String) | |
  | GetScopeAsync(ICouchbaseCollectionManager, String, ActionGetScopeOptions) | |
Top
See Also