Service - SupplyVideoFeed Location: Difference between revisions

From Izara Wiki
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: "supVidLinkId",
name: "supVidLinkSupLocId",
},
},
{
{
type: "sortKey",
type: "sortKey",
fieldName: "supplyLocationId"
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

...

Working documents

SupplyVideoFeed Location