Class JobConfig
- Namespace
- SmarterLink.Core.Models
- Assembly
- SmarterLink.Core.dll
Free-form key-value configuration dictionary for a job. The schema is entirely application-defined and is typically distributed out-of-band (for example, via a custom payload or a side-channel) rather than as a standard SmarterLink event.
public sealed class JobConfig : Dictionary<string, JsonNode>, IDictionary<string, JsonNode>, ICollection<KeyValuePair<string, JsonNode>>, IReadOnlyDictionary<string, JsonNode>, IReadOnlyCollection<KeyValuePair<string, JsonNode>>, IEnumerable<KeyValuePair<string, JsonNode>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
JobConfig
- Implements
- Inherited Members