Service - SupplyVideoFeed Transform Units
Jump to navigation
Jump to search
Overview
Links Transform Unit objects to VideoFeed structures.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
supVidTransformUnitLink
{
objectType: "supVidTransformUnitLink",
generatedBy: "userGenerated",
canDelete: false,
belongTo: {
serviceTag: "SupplyVideoFeedLink",
objectType: "supVidLinkBySupplyNetwork"
},
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "supVidTransformUnitLink",
},
"myGraph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
},
fieldNames: {
// supplyNetworkId
// operationId
// transformConfigId
// videoFeedId
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["supplyNetworkId", "operationId", "transformConfigId"],
name: "supVidLinkTranConfId",
},
{
type: "sortKey",
fieldName: "videoFeedId"
},
]
}
- one transformConfigId can link to multiple videoFeedIds
Relationships
...
flowSchemas
...