CBLIndexType
enum CBLIndexType : uint32_t {}
Types of database indexes.
-
< Regular index of property value
Declaration
Objective-C
kCBLValueIndexSwift
case valueIndex = 0 -
< Full-text index
Declaration
Objective-C
kCBLFullTextIndexSwift
case fullTextIndex = 1 -
< Geospatial index of GeoJSON values
Declaration
Objective-C
kCBLGeoIndexSwift
case geoIndex = 2
CBLIndexType Enum Reference