Class DatabaseConfiguration
A struct containing configuration for creating or opening database data
Inheritance
System.Object
DatabaseConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DatabaseConfiguration
Constructors
| Improve this Doc View SourceDatabaseConfiguration()
Default constructor
Declaration
public DatabaseConfiguration()
Properties
| Improve this Doc View SourceDirectory
Gets or sets the directory to use when creating or opening the data
Declaration
public string Directory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EncryptionKey
Gets or sets the encryption key to use on the database
Declaration
public EncryptionKey EncryptionKey { get; set; }
Property Value
Type | Description |
---|---|
EncryptionKey |