Couchbase Lite C
Couchbase Lite C API
|
Value Index Configuration. More...
#include <cbl/CBLQuery.h>
Data Fields | |
CBLQueryLanguage | expressionLanguage |
The language used in the expressions. More... | |
FLString | expressions |
The expressions describing each coloumn of the index. More... | |
Value Index Configuration.
CBLQueryLanguage CBLValueIndexConfiguration::expressionLanguage |
The language used in the expressions.
FLString CBLValueIndexConfiguration::expressions |
The expressions describing each coloumn of the index.
The expressions could be specified in a JSON Array or in N1QL syntax using comma delimiter.