Show / Hide Table of Contents

Class IndexConfiguration

Inheritance
System.Object
IndexConfiguration
FullTextIndexConfiguration
ValueIndexConfiguration
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

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
System.String[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX