Lua static configuration variables. These variables apply to all AerospikeClient instances
in a single process.
Inheritance Hierarchy
Aerospike.ClientLuaConfig
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class LuaConfig
The LuaConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LuaConfig | Initializes a new instance of the LuaConfig class |
Fields
Name | Description | |
---|---|---|
![]() ![]() | InstancePoolSize |
Maximum number of Lua runtime instances to cache at any point in time.
Each query with an aggregation function requires a Lua instance.
If the number of concurrent queries exceeds the Lua pool size, a new Lua
instance will still be created, but it will not be returned to the pool.
|
![]() ![]() | PackagePath |
Directory location which contains user defined Lua source files.
|
See Also