Class AzureBlobKey
Version: 3.2
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 AzureBlobKeyConstructors
AzureBlobKey(string, string)
Initializes a new instance of the AzureBlobKey class.
Declaration
RequestResponse
public AzureBlobKey(string provider, string key)Parameters
| Type | Name | Description |
|---|---|---|
| string | provider |
Name of the provider. |
| string | key |
Key of the file to fetch. |
Properties
Key
Gets the key referencing the file to fetch.
Declaration
RequestResponse
public string Key { get; }Property Value
| Type | Description |
|---|---|
| string |
Provider
Gets the name of the provider. The provider should be configured in M.
Declaration
RequestResponse
public string Provider { get; }Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Declaration
RequestResponse
public override string ToString()Returns
| Type | Description |
|---|---|
| string |