Limit Scope

This object contains the definition of the limit scope. The design is to use dictionary to save the hierarchies and values of the scopes, so scopes of the limits can use the minimal memory footprint.

Table name: LimitScope

Column Key Type Description
ScopeIndex y int Auto-generated unique index of a scope.
ScopeKeysIndex int The index of the scope to ScopeKeysStoreName.
ScopeValuesIndex int TThe index of the scope to ScopeValuesStoreName.
search.js