Click or drag to resize

DatabasePath Property

Gets the database's path. If the database is closed or deleted, a null value will be returned.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public string Path { get; }

Property Value

Type: String
See Also