Service - Services Point in Time

From Izara Wiki
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" }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

...

Working documents

Services Point in Time