Couchbase Lite C
Couchbase Lite C API
Data Fields
CBLDatabaseConfiguration Struct Reference

Database configuration options. More...

#include <cbl/CBLDatabase.h>

Data Fields

FLString directory
 The parent directory of the database. More...
 
CBLEncryptionKey encryptionKey
 The database's encryption key (if any) More...
 

Detailed Description

Database configuration options.

Field Documentation

◆ directory

FLString CBLDatabaseConfiguration::directory

The parent directory of the database.

◆ encryptionKey

CBLEncryptionKey CBLDatabaseConfiguration::encryptionKey

The database's encryption key (if any)


The documentation for this struct was generated from the following file: