Class Extension
A static class for loading Couchbase Lite .NET extensions. At the moment, there is only one: Vector Search.
Inheritance
System.Object
Extension
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.Extensions
Assembly: Couchbase.Lite.dll
Syntax
public static class Extension
Remarks
NOTE: This is an enterprise edition feature
Methods
| Improve this Doc View SourceEnable(ICouchbaseLiteExtension)
Loads the provided extension into the library.
Declaration
public static void Enable(ICouchbaseLiteExtension extension)
Parameters
Type | Name | Description |
---|---|---|
ICouchbaseLiteExtension | extension |
Remarks
NOTE: This is an enterprise edition feature