Service - SupplyVideoFeed Location

From Izara Wiki
Revision as of 02:48, 18 August 2026 by Sven the Barbarian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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