ManagerStorageType Property |
Default storage type for newly created databases.
There are two options, StorageEngineTypes.SQLite (the default) or
StorageEngineTypes.ForestDB.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public string StorageType { get; set; }
Property Value
Type:
StringSee Also