Click or drag to resize

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
C#
public string StorageType { get; set; }

Property Value

Type: String
See Also