Couchbase Lite C
Couchbase Lite C API
Data Fields
CBLValueIndexConfiguration Struct Reference

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...
 

Detailed Description

Value Index Configuration.

Field Documentation

◆ expressionLanguage

CBLQueryLanguage CBLValueIndexConfiguration::expressionLanguage

The language used in the expressions.

◆ 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.


The documentation for this struct was generated from the following file: