Click or drag to resize

IDefaultDirectoryResolver Interface

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 (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public interface IDefaultDirectoryResolver : IInjectable

The IDefaultDirectoryResolver type exposes the following members.

Methods
  NameDescription
Public methodDefaultDirectory
Gets the default directory for a Couchbase Lite database to live in
Top
See Also