register

Register an object into a storage by storageId located in storageLocator.

Parameters

Type

the type of object registered in storage

locator R

locator used to fetch dependencies for registered object

id string

the id of object registered in storage

storageId string

the id of storage where object is stored.

Return Value

Type: auto

storageLocator for further configuration

Throws

NotFoundException when storage with storageId is not found.

Meta