Click or drag to resize

DatabaseOptions Structure

A struct containing options for creating or opening database data

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public struct DatabaseOptions

The DatabaseOptions type exposes the following members.

Properties
  NameDescription
Public propertyCheckThreadSafety
Gets or sets whether or not to add extra checks for thread safety to track down concurrency issues
Public propertyDirectory
Gets or sets the directory to use when creating or opening the data
Public propertyEncryptionKey
Gets or sets the encryption key to use on the database
Public propertyReadOnly
Gets or sets whether or not this database is readonly.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
The default set of options (useful to use as a starting point)
Top
See Also