Service - SupplyVideoFeed Link

From Izara Wiki
Jump to navigation Jump to search

Overview

Configures the link between a Supply Network in Izara Supply and an Operation in Izara VideoFeed.

Repository

...

Object Schemas

Additional Information
Per Service Schemas

supVidLinkBySupplyNetwork

{
	objectType: "supVidLinkBySupplyNetwork",
	generatedBy: "systemGenerated",
	canDelete: false,
	addOnDataStructure: [
		{
			type:"rbac"
		},
    ],
	storageResources: {
        "myGraph":{
            "storageType": "graph",
            "graphServerTag": "GraphHandler"
        },
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccLinkByBusiness",
		}
    },
    fieldNames: {
		// supplyNetworkId
		// operationId
    },
    identifiers: [
		{
			// supplyNetworkId: [supplyNetworkId,operationId]
		}
    ]
}

comAccLinkByOperation

{
	objectType: "comAccLinkByOperation",
	canDelete: false,
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccLinkByOperation",
		}
    },
    fieldNames: {
		// operationId
		// supplyNetworkId		
    },
    identifiers: [
		{
			// operationId
		}
    ]
}

Relationships

...

Working documents

SupplyVideoFeed Link