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.1.0-b0232
Syntax public static IValueIndexItem Property(
string property
)
Parameters
- property
- Type: SystemString
The property path to base the index item on
Return Value
Type:
IValueIndexItemThe created index item
See Also