1. Stylelabs.M.Sdk.Models.Jobs

Class AzureFetchJobRequest

Creates a fetch job that fetches one or more files from azure blob storage.

Inheritance

object

FetchJobRequest

AzureFetchJobRequest

Implements

IFetchJobRequest

Inherited Members

FetchJobRequest.Description

FetchJobRequest.AssetId

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsJobs

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class AzureFetchJobRequest : FetchJobRequest, IFetchJobRequest

Constructors

AzureFetchJobRequest(string, long)

Initializes a new instance of the AzureFetchJobRequest class.

Declaration

public AzureFetchJobRequest(string description, long assetId)

Parameters

TypeNameDescription
stringdescriptionA user-friendly description of the fetch job.
longassetIdId of the asset to link the fetched file to.

Properties

Keys

Gets or sets the azure blob keys.

Declaration

public IList<AzureBlobKey> Keys { get; set; }

Property Value

TypeDescription
IList<>AzureBlobKey

Methods

Validate()

Validates whether the fetch job is valid.

Declaration

public override void Validate()

Overrides

FetchJobRequest.Validate()

Exceptions

TypeCondition
ValidationExceptionWhen one or more validation errors occurred.

Implements

IFetchJobRequest

If you have suggestions for improving this article, let us know!