Click or drag to resize

DatabaseOptionsStorageType Property

The underlying storage engine to use. Legal values are SQLITE_STORAGE, FORESTDB_STORAGE, or null. * If the database is being created, the given storage engine will be used, or the default if the value is null. * If the database exists, and the value is not null, the database will be upgraded to that storage engine if possible. (SQLite-to-ForestDB upgrades are supported.)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public string StorageType { get; set; }

Property Value

Type: String
See Also