IndexCollectionType
in package
IndexCollectionType is the secondary index collection type.
Table of Contents
Methods
- Default() : IndexCollectionType
- ICT_DEFAULT is the Normal scalar index.
- List() : IndexCollectionType
- ICT_LIST is Index list elements.
- MapKeys() : IndexCollectionType
- ICT_MAPKEYS is Index map keys.
- MapValues() : IndexCollectionType
- ICT_MAPVALUES is Index map values.
Methods
Default()
ICT_DEFAULT is the Normal scalar index.
public
static Default() : IndexCollectionType
Return values
IndexCollectionTypeList()
ICT_LIST is Index list elements.
public
static List() : IndexCollectionType
Return values
IndexCollectionTypeMapKeys()
ICT_MAPKEYS is Index map keys.
public
static MapKeys() : IndexCollectionType
Return values
IndexCollectionTypeMapValues()
ICT_MAPVALUES is Index map values.
public
static MapValues() : IndexCollectionType