1. AzureFetchJobRequest

Class AzureFetchJobRequest

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

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

Inheritance
System.Object
AzureFetchJobRequest
Implements
Namespace: Stylelabs.M.Sdk.Models.Jobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class AzureFetchJobRequest : FetchJobRequest, IFetchJobRequest

Constructors

AzureFetchJobRequest(String, Int64)

Initializes a new instance of the AzureFetchJobRequest class.

Declaration
public AzureFetchJobRequest(string description, long assetId)
Parameters
TypeNameDescription
System.Stringdescription

A user-friendly description of the fetch job.

System.Int64assetId

Id 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
Exceptions
TypeCondition
ValidationException

When one or more validation errors occurred.

Implements

この記事を改善するための提案がある場合は、 お知らせください!