The name of the bin which values are to be indexed.
Optional
contextThe cdt.Context on which the index is to be created.
Optional
datatypeThe data type of the index to be created, e.g. Numeric, String or Geo. Not necessary to specify when using APIs such as Client#createIntegerIndex, Client#createStringIndex, or Client#createBlobIndex.
The name of the index to be created.
The namespace on which the index is to be created.
The set on which the index is to be created.
Optional
typeType of index to be created based on the type of values stored in the bin. This option needs to be specified if the bin to be indexed contains list or map values and the individual entries of the list or keys/values of the map should be indexed.
See indexType for accepted values.
Options for creating an index.