Class WebFetchJobRequest
Creates a fetch job that fetches one or more files over HTTP.
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsJobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class WebFetchJobRequest : FetchJobRequest, IFetchJobRequestConstructors
WebFetchJobRequest(string, long)
Initializes a new instance of the WebFetchJobRequest class.
Declaration
RequestResponse
public WebFetchJobRequest(string description, long assetId)Parameters
| Type | Name | Description |
|---|---|---|
| string | description |
A user-friendly description of the fetch job. |
| long | assetId |
Id of the asset to link the fetched file to. |
Properties
Urls
Gets or sets the URLs of the files to fetch. Urls should be absolute HTTP(S) URLs.
Declaration
RequestResponse
public IList<Uri> Urls { get; set; }Property Value
| Type | Description |
|---|---|
| IList<>Uri |
Methods
Validate()
Validates whether the fetch job is valid.
Declaration
RequestResponse
public override void Validate()Overrides
Exceptions
| Type | Condition |
|---|---|
| ValidationException |
When one or more validation errors occurred. |