Fetch jobs
A fetch job instructs the system to find and include a file from a remote source (such as an HTTP URL) and assign it to an M.Asset entity.
Note
The Azure blob limit is 4.7 TB when uploading files using a fetch job.
Components
The following components are part of M.Fetch:
-
The
M.FetchREST API allows clients to interact with the feature. -
The
JobFramework is used to manage the fetch jobs. -
The
M.Fetchworker is hosted by theM.Base.Serviceand does the actual work.