Show / Hide Table of Contents

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 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