1. AzureBlobKey

Class AzureBlobKey

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

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

Represents a key referencing a file in Azure blob storage.

Inheritance
System.Object
AzureBlobKey
Namespace: Stylelabs.M.Sdk.Models.Jobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class AzureBlobKey : object

Constructors

AzureBlobKey(String, String)

Initializes a new instance of the AzureBlobKey class.

Declaration
public AzureBlobKey(string provider, string key)
Parameters
TypeNameDescription
System.Stringprovider

Name of the provider.

System.Stringkey

Key of the file to fetch.

Properties

Key

Gets the key referencing the file to fetch.

Declaration
public string Key { get; }
Property Value
TypeDescription
System.String

Provider

Gets the name of the provider. The provider should be configured in M.

Declaration
public string Provider { get; }
Property Value
TypeDescription
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
TypeDescription
System.String
この記事を改善するための提案がある場合は、 お知らせください!