Click or drag to resize

Manager Properties

The Manager type exposes the following members.

Properties
  NameDescription
Public propertyAllDatabaseNames
Gets the names of all existing Databases.
Public propertyStatic memberDefaultOptions
Gets the default options for creating a manager
Public propertyDirectory
Gets the directory where the Manager stores Database.
Public propertyStatic memberSharedInstance
Gets a shared, per-process, instance of Manager.
Public propertyStorageType
Default storage type for newly created databases. There are two options, StorageEngineTypes.SQLite (the default) or StorageEngineTypes.ForestDB.
Top
See Also