Class ValueIndexConfiguration
An class for an index based on a simple property value
Inherited Members
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 |