directory

actual var directory: String(source)
expect var directory: String(source)

The path to the directory that contains the database.

If this path has not been set explicitly, then it is the system default.

If the directory doesn't already exist it will be created. If it cannot be created a CouchbaseLiteError will be thrown.

Note: The directory set by this method is the canonical path to the directory whose path is passed. It is NOT necessarily the case that directory == config.setDirectory(directory).directory

actual var directory: String(source)
actual var directory: String(source)