Show / Hide Table of Contents

Class ValueIndexConfiguration

A class for an index based on a simple property value

Inheritance
System.Object
IndexConfiguration
ValueIndexConfiguration
Implements
System.IEquatable<IndexConfiguration>
System.IEquatable<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.Query
Assembly: Couchbase.Lite.dll
Syntax
public sealed class ValueIndexConfiguration : IndexConfiguration, IEquatable<IndexConfiguration>, IEquatable<ValueIndexConfiguration>

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

Properties

| Improve this Doc View Source

Where

The where clause to use when creating this index. If set to non-null the index becomes a partial index, only adding things which are evaluated to true by the where clause.

Declaration
public string Where { get; set; }
Property Value
Type Description
System.String

Implements

System.IEquatable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX