Class ValueIndexConfiguration
A 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, IEquatable<IndexConfiguration>, IEquatable<ValueIndexConfiguration>
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 |
Properties
| Improve this Doc View SourceWhere
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>