The LargeList type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | LargeList |
Initialize large list operator.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(Value) |
Add a value to the list. If the list does not exist, create it using specified userModule configuration.
|
![]() | Add( Value ) |
Add values to the list. If the list does not exist, create it using specified userModule configuration.
|
![]() | Destroy |
Delete bin containing the list.
|
![]() | Filter |
Select values from list and apply specified Lua filter.
|
![]() | Find |
Select values from list.
|
![]() | FindThenFilter |
Select values from list and apply specified Lua filter.
|
![]() | GetCapacity |
Return maximum number of entries in the list.
|
![]() | GetConfig |
Return map of list configuration parameters.
|
![]() | Remove |
Delete value from list.
|
![]() | Scan |
Return all objects in the list.
|
![]() | SetCapacity |
Set maximum number of entries in the list.
|
![]() | Size |
Return size of list.
|
See Also