Show / Hide Table of Contents

Class IndexConfiguration

Inheritance
object
IndexConfiguration
FullTextIndexConfiguration
ValueIndexConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite.Internal.Query
Assembly: Couchbase.Lite.dll
Syntax
public abstract class IndexConfiguration

Properties

| Improve this Doc View Source

Expressions

Gets the expressions to use to create the index

Declaration
public string[] Expressions { get; }
Property Value
Type Description
string[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX