Class AzureBlobKey

Version: 4.0

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
RequestResponse
public class AzureBlobKey

Constructors

AzureBlobKey(string, string)

Initializes a new instance of the AzureBlobKey class.

Declaration
RequestResponse
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
RequestResponse
public string Key { get; }
Property Value
TypeDescription
string

Provider

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

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

Methods

ToString()

Declaration
RequestResponse
public override string ToString()
Returns
TypeDescription
string

Do you have some feedback for us?

If you have suggestions for improving this article,