Class ValueIndexItem
A factory class for creating IValueIndexItem instances
Inherited Members
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class ValueIndexItem
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 |
|---|---|---|
| string | property | The property path to base the index item on |
Returns
| Type | Description |
|---|---|
| IValueIndexItem | The created index item |