Click or drag to resize

CollectionManagerExtensions Methods

Methods
  NameDescription
Public methodStatic memberCreateCollectionAsync(ICouchbaseCollectionManager, CollectionSpec)
Public methodStatic memberCreateCollectionAsync(ICouchbaseCollectionManager, CollectionSpec, ActionCreateCollectionOptions)
Public methodStatic memberCreateScopeAsync(ICouchbaseCollectionManager, ScopeSpec)
Public methodStatic memberCreateScopeAsync(ICouchbaseCollectionManager, ScopeSpec, ActionCreateScopeOptions)
Public methodStatic memberDropCollectionAsync(ICouchbaseCollectionManager, CollectionSpec)
Public methodStatic memberDropCollectionAsync(ICouchbaseCollectionManager, CollectionSpec, ActionDropCollectionOptions)
Public methodStatic memberDropScopeAsync(ICouchbaseCollectionManager, String)
Public methodStatic memberDropScopeAsync(ICouchbaseCollectionManager, String, ActionDropScopeOptions)
Public methodStatic memberGetAllScopesAsync(ICouchbaseCollectionManager)
Public methodStatic memberGetAllScopesAsync(ICouchbaseCollectionManager, ActionGetAllScopesOptions)
Public methodStatic memberGetScopeAsync(ICouchbaseCollectionManager, String)
Public methodStatic memberGetScopeAsync(ICouchbaseCollectionManager, String, ActionGetScopeOptions)
Top
See Also