Click or drag to resize

StorageEngineTypes Structure

Contains the identifiers for supported storage engines for Couchbase Lite

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public struct StorageEngineTypes

The StorageEngineTypes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberForestDB
The string representing the ForestDB storage engine
Public fieldStatic memberSQLite
The string representing the SQLite storage engine
Top
See Also