Show / Hide Table of Contents

Class ValueIndexConfiguration

An class for an index based on a simple property value

Inheritance
System.Object
IndexConfiguration
ValueIndexConfiguration
Inherited Members
IndexConfiguration.Expressions
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public sealed class ValueIndexConfiguration : IndexConfiguration

Constructors

| Improve this Doc View Source

ValueIndexConfiguration(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

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