Service - SupplyVideoFeed Link: Difference between revisions
Jump to navigation
Jump to search
Created page with "= Overview = Configures the link between a Supply Network in Izara Supply and an Operation in Izara VideoFeed. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == supVidLinkBySupplyNetwork == <syntaxhighlight lang="JavaScript"> { objectType: "supVidLinkBySupplyNetwork", canDelete: false, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "supVidLinkBySupplyNetwork", }..." |
No edit summary |
||
| Line 15: | Line 15: | ||
{ | { | ||
objectType: "supVidLinkBySupplyNetwork", | objectType: "supVidLinkBySupplyNetwork", | ||
generatedBy: "systemGenerated", | |||
canDelete: false, | canDelete: false, | ||
addOnDataStructure: [], | addOnDataStructure: [ | ||
{ | |||
type:"rbac" | |||
}, | |||
], | |||
storageResources: { | storageResources: { | ||
"myGraph":{ | |||
"storageType": "graph", | |||
"graphServerTag": "GraphHandler" | |||
}, | |||
"dynamo": { | "dynamo": { | ||
"storageType": "dynamoDB", | "storageType": "dynamoDB", | ||
"tableName": " | "tableName": "comAccLinkByBusiness", | ||
} | } | ||
}, | }, | ||
| Line 29: | Line 38: | ||
identifiers: [ | identifiers: [ | ||
{ | { | ||
// supplyNetworkId | // supplyNetworkId: [supplyNetworkId,operationId] | ||
} | } | ||
] | ] | ||
Latest revision as of 02:36, 18 August 2026
Overview
Configures the link between a Supply Network in Izara Supply and an Operation in Izara VideoFeed.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
supVidLinkBySupplyNetwork
{
objectType: "supVidLinkBySupplyNetwork",
generatedBy: "systemGenerated",
canDelete: false,
addOnDataStructure: [
{
type:"rbac"
},
],
storageResources: {
"myGraph":{
"storageType": "graph",
"graphServerTag": "GraphHandler"
},
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccLinkByBusiness",
}
},
fieldNames: {
// supplyNetworkId
// operationId
},
identifiers: [
{
// supplyNetworkId: [supplyNetworkId,operationId]
}
]
}
comAccLinkByOperation
{
objectType: "comAccLinkByOperation",
canDelete: false,
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccLinkByOperation",
}
},
fieldNames: {
// operationId
// supplyNetworkId
},
identifiers: [
{
// operationId
}
]
}
Relationships
...