Class ValueIndexItem
A factory class for creating IValueIndexItem instances
Inheritance
System.Object
ValueIndexItem
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class ValueIndexItem : object
Methods
| Improve this Doc View SourceExpression(IExpression)
Creates a value index item based on a given IExpression
Declaration
public static IValueIndexItem Expression(IExpression expression)
Parameters
Type | Name | Description |
---|---|---|
IExpression | expression | The expression to base the index item on |
Returns
Type | Description |
---|---|
IValueIndexItem | The created index item |
Property(String)
Creates a value index item based on a given property path
Declaration
public static IValueIndexItem Property(string property)
Parameters
Type | Name | Description |
---|---|---|
System.String | property | The property path to base the index item on |
Returns
Type | Description |
---|---|
IValueIndexItem | The created index item |