Class ValueIndexItem
A factory class for creating IValueIndexItem instances
Inheritance
System.Object
    ValueIndexItem
  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 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 | 
|---|---|---|
| System.String | property | The property path to base the index item on  | 
      
Returns
| Type | Description | 
|---|---|
| IValueIndexItem | The created index item  |