Class ValueIndexConfiguration
An class for an index based on a simple property value
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.Query
Assembly: Couchbase.Lite.dll
Syntax
public sealed class ValueIndexConfiguration : IndexConfiguration
Constructors
| Improve this Doc View SourceValueIndexConfiguration(String[])
Starts the creation of an index based on a simple property
Declaration
public ValueIndexConfiguration(params string[] expressions)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | expressions | The expressions to use to create the index |