Show / Hide Table of Contents

Class DatabaseConfiguration

A struct containing configuration for creating or opening database data

Inheritance
System.Object
DatabaseConfiguration
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DatabaseConfiguration : object

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
System.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
Back to top Generated by DocFX