Interface IDefaultDirectoryResolver
An interface for resolving the default directory for a Couchbase Lite database since we may be operating in a sandboxed environment
Namespace: Couchbase.Lite.DI
Assembly: Couchbase.Lite.dll
Syntax
public interface IDefaultDirectoryResolver
Methods
| Improve this Doc View SourceDefaultDirectory()
Gets the default directory for a Couchbase Lite database to live in
Declaration
string DefaultDirectory()
Returns
Type | Description |
---|---|
System.String | The default directory for a Couchbase Lite database to live in |