Service - Services Point in Time
Revision as of 12:57, 2 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for services that where the application of income applies at one specific time. = Repository = ... = Schemas = ==ObjectSchemas== === servicesPointInTime === <syntaxhighlight lang="JavaScript"> { "objectType": "servicesPointInTime", "extendObjType": { "serviceTag": "servicesManager", "objectType": "services" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" }...")
Overview
Handler service for services that where the application of income applies at one specific time.
Repository
...
Schemas
ObjectSchemas
servicesPointInTime
{
"objectType": "servicesPointInTime",
"extendObjType": {
"serviceTag": "servicesManager",
"objectType": "services"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "servicesPointInTime",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...