Click or drag to resize

DatabaseConfig Property

Gets the configuration that was used to create the database. The returned object is readonly; an InvalidOperationException will be thrown if the configuration object is modified.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public DatabaseConfiguration Config { get; }

Property Value

Type: DatabaseConfiguration
See Also