DatabaseOptions Structure |
Namespace: Couchbase.Lite
public struct DatabaseOptions
The DatabaseOptions type exposes the following members.
Name | Description | |
---|---|---|
CheckThreadSafety |
Gets or sets whether or not to add extra checks for thread safety to track
down concurrency issues
| |
Directory |
Gets or sets the directory to use when creating or opening the data
| |
EncryptionKey |
Gets or sets the encryption key to use on the database
| |
ReadOnly |
Gets or sets whether or not this database is readonly.
|
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |