DatabaseConfiguration Structure |
Namespace: Couchbase.Lite
public struct DatabaseConfiguration
The DatabaseConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| DatabaseConfiguration |
Copy constructor
|
| Name | Description | |
|---|---|---|
| ConflictResolver |
Gets or sets the IConflictResolver used to handle conflicts by default
in the database to be created
| |
| 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
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| RecursiveEqual |
Tests for equality between two untyped objects, and if they are collections
recursively checks for equality on each entry.
(Defined by Extensions.) |