Show / Hide Table of Contents

Class ValueIndexConfiguration

An class for an index based on a simple property value

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

Constructors

| Improve this Doc View Source

ValueIndexConfiguration(params string[])

Starts the creation of an index based on a simple property

Declaration
public ValueIndexConfiguration(params string[] expressions)
Parameters
Type Name Description
string[] expressions

The expressions to use to create the index

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX