Table of Contents

Class TriggerMetadata

Namespace
Microsoft.Azure.WebJobs.Host.Scale
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class TriggerMetadata
Inheritance
TriggerMetadata
Inherited Members

Constructors

TriggerMetadata(JObject)

public TriggerMetadata(JObject metadata)

Parameters

metadata JObject

TriggerMetadata(JObject, IDictionary<string, object>)

public TriggerMetadata(JObject metadata, IDictionary<string, object> properties)

Parameters

metadata JObject
properties IDictionary<string, object>

Properties

FunctionName

public string FunctionName { get; }

Property Value

string

Metadata

public JObject Metadata { get; }

Property Value

JObject

Properties

public IDictionary<string, object> Properties { get; }

Property Value

IDictionary<string, object>

Type

public string Type { get; }

Property Value

string