Show / Hide Table of Contents

Class DatabaseConfiguration

A struct containing configuration for creating or opening database data

Inheritance
object
DatabaseConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DatabaseConfiguration

Constructors

| Improve this Doc View Source

DatabaseConfiguration()

Default constructor

Declaration
public DatabaseConfiguration()

Properties

| Improve this Doc View Source

Directory

Gets or sets the directory to use when creating or opening the data

Declaration
public string Directory { get; set; }
Property Value
Type Description
string
| Improve this Doc View Source

EncryptionKey

Gets or sets the encryption key to use on the database

Declaration
public EncryptionKey EncryptionKey { get; set; }
Property Value
Type Description
EncryptionKey
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX