Framework
buildModelKey()
Function: buildModelKey()
function buildModelKey(
modelName,
suffix,
namespace?): stringBuild a model key for internal storage.
Parameters
| Parameter | Type | Description |
|---|---|---|
modelName | string | The model name |
suffix | string | Key suffix (e.g., 'catalog', 'chunk:0') |
namespace? | string | Optional namespace (omitted for default namespace) |
Returns
string
Model storage key
