Navigation :
test ../../ test dev.html
Developer Guide
test ../../ test dev/dev-release.html
-
Release and migration notes
test ../../ test dev/getting-started/getting-started.html
- Getting started
test ../../ test dev/dev-configure.html
-
Configuring the Limits Module
test ../../ test dev/date-roll.html
- Date Roll
test ../../ test dev/alert-tasks.html
-
AlertTaskManager
test ../../ test dev/integration.html
-
How to Integrate Limits to Atoti+
test ../../ test dev/scopes.html
-
Limit Scopes
test ../../ test dev/restful-endpoint.html
- Limit RESTful endpoints
test ../../ test dev/limit-workflow.html
- Limit Workflow
test ../../ test dev/security.html
- Required Roles
test ../../ test user-ref.html
User & Reference Guide
test ../../ test user-ref/limits-overview.html
-
Limits Module Overview
test ../../ test user-ref/whats-new.html
- What's New
test ../../ test user-ref/using-limits.html
-
Working with limits
test ../../ test user-ref/using-limits/limits-inventory.html
-- Limits Inventory
test ../../ test user-ref/using-limits/create-limit.html
-- Create limit definitions
test ../../ test user-ref/using-limits/view-edit-limit.html
-- View, edit, and delete limits
test ../../ test user-ref/using-limits/approve-reject-limit.html
-- Approve and reject limits
test ../../ test user-ref/using-limits/exception-ui.html
-- Manage exceptions
test ../../ test user-ref/using-limits/measure-types.html
-- Measure Types
test ../../ test user-ref/using-limits/currency.html
-- Specifying the currency
test ../../ test user-ref/storytelling/story-telling.html
- Storytelling
test ../../ test user-ref/input-files.html
-
Input file formats
test ../../ test user-ref/configuration.html
-
Configuration files
test ../../ test user-ref/cube.html
-
Cubes
test ../../ test user-ref/datastore.html
-
Datastores
test ../../ test user-ref/datastore/evaluation-timestamp.html
-- Evaluation Timestamp
test ../../ test user-ref/datastore/limits-definition.html
-- Limits Definition
test ../../ test user-ref/datastore/alerts-definition.html
-- Alerts Definition
test ../../ test user-ref/datastore/limit-process-definition.html
-- Limit Process Definition
test ../../ test user-ref/datastore/limit-process-instance.html
-- Limit Process Instance
test ../../ test user-ref/datastore/limit-scope.html
-- Limit Scope
test ../../ test user-ref/datastore/scope-keys.html
-- Scope Keys
test ../../ test user-ref/datastore/scope-value.html
-- Scope Values
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.