DatabaseFactory Class |
Namespace: Couchbase.Lite
public static class DatabaseFactory
The DatabaseFactory type exposes the following members.
Name | Description | |
---|---|---|
Create(String) |
Creates an IDatabase instance with the given name. Internally
it may be operating on the same underlying data as another instance.
| |
Create(IDatabase) |
Creates an IDatabase object using the source object as
a model for creation.
| |
Create(String, DatabaseOptions) |
Creates an IDatabase instance with the given name and options. Internally
it may be operating on the same underlying data as another instance.
| |
DatabaseExists |
Checks if underlying data exists for a given database in the given directory.
A null directory will check the library default directory for the platform
| |
DeleteDatabase |