Service - SupplyVideoFeed Location: Difference between revisions
Jump to navigation
Jump to search
Created page with "= Overview = Links Location objects to VideoFeed structures. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == supVidLocationLink == <syntaxhighlight lang="JavaScript"> { objectType: "supVidLocationLink", generatedBy: "userGenerated", canDelete: false, belongTo: { serviceTag: "SupplyVideoFeedLink", objectType: "supVidLinkBySupplyNetwork" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageTy..." |
No edit summary |
||
| Line 41: | Line 41: | ||
{ | { | ||
type: "partitionKey", | type: "partitionKey", | ||
fieldNames: ["supplyNetworkId", "operationId"], | fieldNames: ["supplyNetworkId", "operationId", "supplyLocationId"], | ||
name: " | name: "supVidLinkSupLocId", | ||
}, | }, | ||
{ | { | ||
type: "sortKey", | type: "sortKey", | ||
fieldName: " | fieldName: "feedGroupId" | ||
}, | }, | ||
] | ] | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* one supplyLocationId can link to multiple feedGroupIds | |||
== Relationships == | == Relationships == | ||
Latest revision as of 02:48, 18 August 2026
Overview
Links Location objects to VideoFeed structures.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
supVidLocationLink
{
objectType: "supVidLocationLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "SupplyVideoFeedLink",
objectType: "supVidLinkBySupplyNetwork"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "supVidLocationLink",
},
"myGraph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
fieldNames: {
// supplyNetworkId
// operationId
// supplyLocationId
// feedGroupId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["supplyNetworkId", "operationId", "supplyLocationId"],
name: "supVidLinkSupLocId",
},
{
type: "sortKey",
fieldName: "feedGroupId"
},
]
}
- one supplyLocationId can link to multiple feedGroupIds
Relationships
...
flowSchemas
...