|
LiteCore
Couchbase Lite cross-platform core implementation
|
#include <c4DatabaseTypes.h>
Data Fields | |
| C4DatabaseFlags | flags |
| Create, ReadOnly, AutoCompact, Bundled... | |
| C4StorageEngine | storageEngine |
| Which storage to use, or NULL for no preference. | |
| C4DocumentVersioning | versioning |
| Type of document versioning. | |
| C4EncryptionKey | encryptionKey |
| Encryption to use creating/opening the db. | |
| C4EncryptionKey C4DatabaseConfig::encryptionKey |
Encryption to use creating/opening the db.
| C4DatabaseFlags C4DatabaseConfig::flags |
Create, ReadOnly, AutoCompact, Bundled...
| C4StorageEngine C4DatabaseConfig::storageEngine |
Which storage to use, or NULL for no preference.
| C4DocumentVersioning C4DatabaseConfig::versioning |
Type of document versioning.