Service - SupplyVideoFeed Stage Adjustment

From Izara Wiki
Jump to navigation Jump to search

Overview

Links Stage Adjust objects to VideoFeed structures.

Repository

...

Object Schemas

Additional Information
Per Service Schemas

supVidStageAdjustLink

{
	objectType: "supVidStageAdjustLink",
    generatedBy: "userGenerated",
	canDelete: false,
	belongTo: {
		serviceTag: "SupplyVideoFeedLink",
		objectType: "supVidLinkBySupplyNetwork"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "supVidStageAdjustLink",
		},
       "myGraph": {
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
      }
    },
    fieldNames: {
		// supplyNetworkId
		// operationId
		// stageAdjustmentId
		// videoFeedId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["supplyNetworkId", "operationId", "stageAdjustmentId"],
			name: "supVidLinkStagAdjId",
		},
		{
			type: "sortKey",
			fieldName: "videoFeedId"
		},
    ]
}
  • one transformConfigId can link to multiple videoFeedIds

Relationships

...

flowSchemas

...

Working documents

SupplyVideoFeed Stage Adjustment