1. AzureBlobKey

Class AzureBlobKey

Represents a key referencing a file in Azure blob storage.

Inheritance
object
AzureBlobKey
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsJobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class AzureBlobKey

Constructors

AzureBlobKey(string, string)

Initializes a new instance of the AzureBlobKey class.

Declaration
public AzureBlobKey(string provider, string key)
Parameters
TypeNameDescription
stringprovider

Name of the provider.

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
string

Provider

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

Declaration
public string Provider { get; }
Property Value
TypeDescription
string

Methods

ToString()

Declaration
public override string ToString()
Returns
TypeDescription
string
If you have suggestions for improving this article, let us know!