Class AzureFetchJobRequest
Creates a fetch job that fetches one or more files from azure blob storage.
Inheritance
object
AzureFetchJobRequest
Implements
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsJobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
AzureFetchJobRequest(string, long)
Initializes a new instance of the AzureFetchJobRequest class.
Declaration
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
Keys
Gets or sets the azure blob keys.
Declaration
Property Value
| Type | Description |
|---|---|
| IList<>AzureBlobKey |
Methods
Validate()
Validates whether the fetch job is valid.
Declaration
Overrides
Exceptions
| Type | Condition |
|---|---|
| ValidationException | When one or more validation errors occurred. |
Implements
If you have suggestions for improving this article, let us know!