IStorageService interface
Provides methods responsible for working with with and selecting collections.
public interface IStorageService
Methods
Select collections
Provides interface for listing and querying collections. Check ICollectionsService.
ICollectionsService Collections();
Select collection
Provides methods for managing and querying documents for specific collection.
Check ICollectionService.
ICollectionService Collection(string collection);