Click or drag to resize

ValueIndexItemProperty Method

Creates a value index item based on a given property path

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static IValueIndexItem Property(
	string property
)

Parameters

property
Type: SystemString
The property path to base the index item on

Return Value

Type: IValueIndexItem
The created index item
See Also