How to use the indexType function from bindings
Find comprehensive JavaScript bindings.indexType code examples handpicked from public code repositorys.
1053 1054 1055 1056 1057 1058 1059 1060 1061
const args = [ options.ns, options.set, options.bin, options.index, options.type || as.indexType.DEFAULT, options.datatype, policy ]
75
197
37
+ 3 other calls in file
473 474 475 476 477 478 479 480 481 482 483
* <a href="http://www.aerospike.com/docs/guide/cdt-map.html" title="Aerospike Maps Data Type">⇑Maps</a>; * The index will be built over the individual values of the map entries. * * @see {@link Client#createIndex} */ exports.indexType = as.indexType // ======================================================================== // Functions // ========================================================================
75
197
0
+ 6 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)