Class TriggerMetadata
- Namespace
- Microsoft.Azure.WebJobs.Host.Scale
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class TriggerMetadata
- Inheritance
-
TriggerMetadata
- Inherited Members
-
Constructors
public TriggerMetadata(JObject metadata)
Parameters
metadata
JObject
public TriggerMetadata(JObject metadata, IDictionary<string, object> properties)
Parameters
metadata
JObject
properties
IDictionary<string, object>
Properties
public string FunctionName { get; }
Property Value
- string
public JObject Metadata { get; }
Property Value
- JObject
public IDictionary<string, object> Properties { get; }
Property Value
- IDictionary<string, object>
public string Type { get; }
Property Value
- string