Class IndexConfiguration
A configuration object that stores the details of how a given IIndex object should be created
Inheritance
System.Object
IndexConfiguration
Implements
System.IEquatable<IndexConfiguration>
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.Internal.Query
Assembly: Couchbase.Lite.dll
Syntax
public abstract class IndexConfiguration : IEquatable<IndexConfiguration>
Implements
System.IEquatable<T>