Service - SupplyVideoFeed Location

From Izara Wiki
Revision as of 02:39, 18 August 2026 by Sven the Barbarian (talk | contribs) (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...")
(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"],
			name: "supVidLinkId",
		},
		{
			type: "sortKey",
			fieldName: "supplyLocationId"
		},
    ]
}

Relationships

...

flowSchemas

...

Working documents

SupplyVideoFeed Location